blob: 8437a3f6678ae2bfb6e21d74eba25a03dc35453f [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
Andy Bavierf4d29c52019-09-05 15:40:09 -070024images:
25 mininet:
26 repository: 'andybavier/mininet'
27 tag: '{{ .Chart.AppVersion }}'
28 pullPolicy: IfNotPresent
29
30global:
31 registry: ''
Andy Bavier7a080492018-08-30 14:26:09 -070032
33resources: {}
34
35nodeSelector: {}
36
37tolerations: []
38
39affinity:
40 podAffinity:
41 preferredDuringSchedulingIgnoredDuringExecution:
42 - weight: 100
43 podAffinityTerm:
44 labelSelector:
45 matchExpressions:
46 - key: app
47 operator: In
48 values:
49 - olt
50 topologyKey: kubernetes.io/hostname
51
Daniele Morod4218c12020-01-22 10:09:13 -080052mnStratumSwitchCount: 0
Daniele Moro93c2c502019-11-05 16:01:36 -080053topoScript: '/toposcripts/topo.py'
Andy Bavier8fef6102018-12-21 16:54:26 -070054onosOpenflowSvc: "onos-openflow.default.svc.cluster.local"
Andy Baviere7601652019-07-03 13:54:48 -070055vlanMatchDepth: 2
56enableMulticast: true
Andy Baviere21a5f52019-05-28 15:39:52 -070057numOlts: 1
Sreeju7d7fc072019-06-13 12:03:00 -060058numOnus: 1