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 |
| 26 | tag: latest |
| 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 | |
| 48 | annotations: |
| 49 | cni: "calico,pon1" |