blob: 9c52dc0f57053dbd26498633e658ac2788aaa7cb [file] [log] [blame]
David K. Bainbridge4ecc1262019-07-01 13:39:11 -07001# Copyright 2019 Ciena Corporation
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
David Bainbridge90fd8e32019-08-21 23:32:47 +000015# IMAGE SELECTION
16# ---------------
17# By default no defaults are set and the image tags specified in the helm
18# charts will be used. If you would like to use the images generated from the
19# HEAD of the "master" git branches, then uncomment this below block and
Matteo Scandolo209547b2019-11-01 14:48:15 -070020# set "<VALUE>" to "master". Similarly, if you want to use the images
David Bainbridge90fd8e32019-08-21 23:32:47 +000021# generated from the HEAD of the "voltha-2.1" git branches, then uncomment
22# this block and replace "<VALUE>" with "voltha-2.1".
23#defaults:
24# image_tag: <VALUE>
David K. Bainbridge4ecc1262019-07-01 13:39:11 -070025
David Bainbridgee10f6d52019-07-25 00:28:13 +000026images:
David Bainbridged31d6122019-08-13 19:37:59 +000027 onos:
David Bainbridged31d6122019-08-13 19:37:59 +000028 repository: voltha/voltha-onos
David Bainbridge90fd8e32019-08-21 23:32:47 +000029 # IMAGE_SELECTION
30 # ---------------
31 # The helm chart used to deploy ONOS is the public ONOS helm chart so,
32 # there is a need to specify the exact image repository and image tag.
Matteo Scandolo209547b2019-11-01 14:48:15 -070033 # If you would like to use the "master", "voltha-2.1", or other image
David Bainbridge90fd8e32019-08-21 23:32:47 +000034 # just replace the "tag" value below.
35 tag: 2.1.0
36
37# IMAGE_SELECTION
38# ---------------
39# Below are a list of all the images utilized by kind-voltha. This list is
40# provided as a conveinence if you would like to override on a per image
41# basis. If you are using the defaults, master, or voltha-2.1 branch there
42# is no need to utilize this list.
David Bainbridge90fd8e32019-08-21 23:32:47 +000043# adapter_open_olt:
David Bainbridge4974fcb2019-08-31 02:24:50 +000044# repository: voltha/voltha-openolt-adapter
David Bainbridge90fd8e32019-08-21 23:32:47 +000045# tag: 2.1.1
46# adapter_open_onu:
David Bainbridge4974fcb2019-08-31 02:24:50 +000047# repository: voltha/voltha-openonu-adapter
David Bainbridge90fd8e32019-08-21 23:32:47 +000048# tag: 2.1.0
49# adapter_simulated_olt:
David Bainbridge4974fcb2019-08-31 02:24:50 +000050# repository: voltha/voltha-adapter-simulated-olt
David Bainbridge90fd8e32019-08-21 23:32:47 +000051# tag: 2.1.1
David Bainbridge4974fcb2019-08-31 02:24:50 +000052# adapter_simulated_onu:
53# repository: voltha/voltha-adapter-simulated-onu
David Bainbridge90fd8e32019-08-21 23:32:47 +000054# tag: 2.1.1
55# bbsim:
David Bainbridge4974fcb2019-08-31 02:24:50 +000056# repository: voltha/voltha-bbsim
David Bainbridge90fd8e32019-08-21 23:32:47 +000057# tag: 2.1.0
58# afrouter:
David Bainbridge4974fcb2019-08-31 02:24:50 +000059# repository: voltha/voltha-afrouter
David Bainbridge90fd8e32019-08-21 23:32:47 +000060# tag: 2.1.1
61# afrouterd:
David Bainbridge4974fcb2019-08-31 02:24:50 +000062# repository: voltha/voltha-afrouterd
David Bainbridge90fd8e32019-08-21 23:32:47 +000063# tag: 2.1.1
64# cli:
David Bainbridge4974fcb2019-08-31 02:24:50 +000065# repository: voltha/voltha-cli
David Bainbridge90fd8e32019-08-21 23:32:47 +000066# tag: 2.1.1
67# ofagent:
David Bainbridge4974fcb2019-08-31 02:24:50 +000068# repository: voltha/voltha-ofagent
David Bainbridge90fd8e32019-08-21 23:32:47 +000069# tag: 2.1.1
70# ro_core:
David Bainbridge4974fcb2019-08-31 02:24:50 +000071# repository: voltha/voltha-ro-core
David Bainbridge90fd8e32019-08-21 23:32:47 +000072# tag: 2.1.1
73# rw_core:
David Bainbridge4974fcb2019-08-31 02:24:50 +000074# repository: voltha/voltha-rw-core
David Bainbridge90fd8e32019-08-21 23:32:47 +000075# tag: 2.1.1
David Bainbridgee10f6d52019-07-25 00:28:13 +000076
David K. Bainbridge4ecc1262019-07-01 13:39:11 -070077onos_env:
78- name: POD_IP
79 valueFrom:
80 fieldRef:
81 fieldPath: status.podIP
82- name: NAMESPACE
83 valueFrom:
84 fieldRef:
85 fieldPath: metadata.namespace
86- name: ONOS_APPS
87 value: "drivers,openflow-base,hostprovider"
88
David K. Bainbridgef1c8f4c2019-07-01 14:30:38 -070089# Customization for BBSIM
90kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092'
Matteo Scandolo209547b2019-11-01 14:48:15 -070091pon_ports: 1
92onus_per_pon_port: 1
93auth: false
94dhcp: false
David Bainbridge4974fcb2019-08-31 02:24:50 +000095
96# SHOCK THE MONKEY OR LET LOSE THE DOGS OF WAR
97# The VOLTHA charts have support for adding extra labels to deployments and
98# pods. These extra labels can be used to integrate with other utilities
99# such as kube-monkey to add a bit of chaos to the cluster. Below are some
100# settings that can be uncommented to opt-in VOLTHA deployments/pods to
101# kube-monkey. For example, if you want ALL deployments and pods to opt-in
102# then uncomment the `extra_deployment_labels` and `extra_pod_label` blocks.
103# If you want to be more selected then comment the blocks that pertain to the
104# targets you care about.
105
106#extra_deployment_labels:
107# kube-monkey/enabled: enabled
108# kube-monkey/identifier: monkey-victim
109# kube-monkey/mtbf: 1
110# kube-monkey/kill-mode: fixed
111# kube-monkey/kill-value: 1
112#
113#extra_pod_labels:
114# kube-monkey/enabled: enabled
115# kube-monkey/identifier: monkey-victim
116# kube-monkey/mtbf: 1
117# kube-monkey/kill-mode: fixed
118# kube-monkey/kill-value: 1
119#
120#rw_core_deployment_labels:
121# kube-monkey/enabled: enabled
122# kube-monkey/identifier: monkey-victim
123# kube-monkey/mtbf: 1
124# kube-monkey/kill-mode: fixed
125# kube-monkey/kill-value: 1
126#
127#rw_core_pod_labels:
128# kube-monkey/enabled: enabled
129# kube-monkey/identifier: monkey-victim
130# kube-monkey/mtbf: 1
131# kube-monkey/kill-mode: fixed
132# kube-monkey/kill-value: 1
133#
134#ro_core_deployment_labels:
135# kube-monkey/enabled: enabled
136# kube-monkey/identifier: monkey-victim
137# kube-monkey/mtbf: 1
138# kube-monkey/kill-mode: fixed
139# kube-monkey/kill-value: 1
140#
141#ro_core_pod_labels:
142# kube-monkey/enabled: enabled
143# kube-monkey/identifier: monkey-victim
144# kube-monkey/mtbf: 1
145# kube-monkey/kill-mode: fixed
146# kube-monkey/kill-value: 1
147#
148#openolt_deployment_labels:
149# kube-monkey/enabled: enabled
150# kube-monkey/identifier: monkey-victim
151# kube-monkey/mtbf: 1
152# kube-monkey/kill-mode: fixed
153# kube-monkey/kill-value: 1
154#
155#openolt_pod_labels:
156# kube-monkey/enabled: enabled
157# kube-monkey/identifier: monkey-victim
158# kube-monkey/mtbf: 1
159# kube-monkey/kill-mode: fixed
160# kube-monkey/kill-value: 1
161#
162#openonu_deployment_labels:
163# kube-monkey/enabled: enabled
164# kube-monkey/identifier: monkey-victim
165# kube-monkey/mtbf: 1
166# kube-monkey/kill-mode: fixed
167# kube-monkey/kill-value: 1
168#
169#openonu_pod_labels:
170# kube-monkey/enabled: enabled
171# kube-monkey/identifier: monkey-victim
172# kube-monkey/mtbf: 1
173# kube-monkey/kill-mode: fixed
174# kube-monkey/kill-value: 1
175#
176#simolt_deployment_labels:
177# kube-monkey/enabled: enabled
178# kube-monkey/identifier: monkey-victim
179# kube-monkey/mtbf: 1
180# kube-monkey/kill-mode: fixed
181# kube-monkey/kill-value: 1
182#
183#simolt_pod_labels:
184# kube-monkey/enabled: enabled
185# kube-monkey/identifier: monkey-victim
186# kube-monkey/mtbf: 1
187# kube-monkey/kill-mode: fixed
188# kube-monkey/kill-value: 1
189#
190#simonu_deployment_labels:
191# kube-monkey/enabled: enabled
192# kube-monkey/identifier: monkey-victim
193# kube-monkey/mtbf: 1
194# kube-monkey/kill-mode: fixed
195# kube-monkey/kill-value: 1
196#
197#simonu_pod_labels:
198# kube-monkey/enabled: enabled
199# kube-monkey/identifier: monkey-victim
200# kube-monkey/mtbf: 1
201# kube-monkey/kill-mode: fixed
202# kube-monkey/kill-value: 1