blob: 0ec452173b81ff320dcb3712efd854f5d5090536 [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
Ivan Eroshkin79ac6e02022-08-05 16:02:31 +020033resources:
34 requests:
35 cpu: 0.5
36 memory: 256Mi # In case of deploying topology with 27 hosts (e.g., 2 by 3 fabric), please consider allocating at least 800 Mb of RAM
37 limits:
38 cpu: ~
39 memory: ~
Andy Bavier7a080492018-08-30 14:26:09 -070040
41nodeSelector: {}
42
43tolerations: []
44
45affinity:
46 podAffinity:
47 preferredDuringSchedulingIgnoredDuringExecution:
48 - weight: 100
49 podAffinityTerm:
50 labelSelector:
51 matchExpressions:
52 - key: app
53 operator: In
54 values:
55 - olt
56 topologyKey: kubernetes.io/hostname
57
Daniele Morod4218c12020-01-22 10:09:13 -080058mnStratumSwitchCount: 0
Daniele Moro93c2c502019-11-05 16:01:36 -080059topoScript: '/toposcripts/topo.py'
Andy Bavier8fef6102018-12-21 16:54:26 -070060onosOpenflowSvc: "onos-openflow.default.svc.cluster.local"
Andy Baviere7601652019-07-03 13:54:48 -070061vlanMatchDepth: 2
62enableMulticast: true
Andy Baviere21a5f52019-05-28 15:39:52 -070063numOlts: 1
Sreeju7d7fc072019-06-13 12:03:00 -060064numOnus: 1