blob: c2a96ffeaa031667c78ce7fbbbac9438cb670bf8 [file] [log] [blame]
Girish Gowdra267e25e2022-08-20 20:03:58 -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
24images:
25 mininet:
26 repository: 'opennetworking/mn-stratum'
27 tag: 'latest'
28 pullPolicy: IfNotPresent
29
30global:
31 registry: ''
32
33resources: {}
34
35nodeSelector: {}
36
37tolerations: []
38
39mnStratumSwitchCount: 1
40topoScript: '/toposcripts/topo-singleleaf.py'