blob: 8b5e93a932c016898cc10385ff41144ae31ed998 [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
Andy Bavier6ca22c02019-04-02 14:03:49 -070026 tag: ubuntu-bionic
Andy Bavier7a080492018-08-30 14:26:09 -070027 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
Andy Bavier8fef6102018-12-21 16:54:26 -070048onosOpenflowSvc: "onos-openflow.default.svc.cluster.local"
Andy Baviere7601652019-07-03 13:54:48 -070049vlanMatchDepth: 2
50enableMulticast: true
Andy Baviere21a5f52019-05-28 15:39:52 -070051numOlts: 1
Sreeju7d7fc072019-06-13 12:03:00 -060052numOnus: 1