blob: 32a6fea37e36e9626c3fb70a30cc9deab73aea86 [file] [log] [blame]
Andy Bavier7a080492018-08-30 14:26:09 -07001---
2# Copyright 2017-present Open Networking Foundation
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
16# Put Mininet topology scripts in the toposcripts directory.
17# They will be mounted inside the container in /toposcripts
18
19replicaCount: 1
20
21nameOverride: ""
22fullnameOverride: ""
23
24image:
25 repository: ciena/mininet
26 tag: latest
27 pullPolicy: IfNotPresent
28
29resources: {}
30
31nodeSelector: {}
32
33tolerations: []
34
35affinity:
36 podAffinity:
37 preferredDuringSchedulingIgnoredDuringExecution:
38 - weight: 100
39 podAffinityTerm:
40 labelSelector:
41 matchExpressions:
42 - key: app
43 operator: In
44 values:
45 - olt
46 topologyKey: kubernetes.io/hostname
47
48annotations:
Andy Bavier8fef6102018-12-21 16:54:26 -070049 cni: "calico,pon1"
50
51onosOpenflowSvc: "onos-openflow.default.svc.cluster.local"