Andy Bavier | 7a08049 | 2018-08-30 14:26:09 -0700 | [diff] [blame] | 1 | --- |
| 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 | |
| 19 | replicaCount: 1 |
| 20 | |
| 21 | nameOverride: "" |
| 22 | fullnameOverride: "" |
| 23 | |
| 24 | image: |
| 25 | repository: ciena/mininet |
Andy Bavier | 6ca22c0 | 2019-04-02 14:03:49 -0700 | [diff] [blame] | 26 | tag: ubuntu-bionic |
Andy Bavier | 7a08049 | 2018-08-30 14:26:09 -0700 | [diff] [blame] | 27 | pullPolicy: IfNotPresent |
| 28 | |
| 29 | resources: {} |
| 30 | |
| 31 | nodeSelector: {} |
| 32 | |
| 33 | tolerations: [] |
| 34 | |
| 35 | affinity: |
| 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 Bavier | 8fef610 | 2018-12-21 16:54:26 -0700 | [diff] [blame] | 48 | onosOpenflowSvc: "onos-openflow.default.svc.cluster.local" |
Andy Bavier | e760165 | 2019-07-03 13:54:48 -0700 | [diff] [blame] | 49 | vlanMatchDepth: 2 |
| 50 | enableMulticast: true |
Andy Bavier | e21a5f5 | 2019-05-28 15:39:52 -0700 | [diff] [blame] | 51 | numOlts: 1 |
Sreeju | 7d7fc07 | 2019-06-13 12:03:00 -0600 | [diff] [blame] | 52 | numOnus: 1 |