blob: 2033a30924c7e0f6773e6831a5558e8c9a0a8c23 [file] [log] [blame]
Kailash0b58ec12019-01-28 15:36:05 -08001---
Kailashbccdcb82019-03-26 11:17:31 -07002# Copyright 2018-present Open Networking Foundation
Kailash0b58ec12019-01-28 15:36:05 -08003#
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
Kailash9bbd7482019-05-21 12:12:16 -070016# Values file for deploying SEBA with Ponsim
17# Use this file to deploy the 'master' (dev) versions of all services.
18# This is mainly useful for testing.
Kailash0b58ec12019-01-28 15:36:05 -080019
Kailash9bbd7482019-05-21 12:12:16 -070020# voltha
21etcd-cluster:
22 clusterSize: 1
23
24# in xos-core chart and other charts with multiple images
Kailash50f02c82019-04-30 08:52:25 -070025images:
Kailash187ecb02019-06-13 09:00:41 -070026 xos_core:
27 tag: 'master'
28 xos_chameleon:
29 tag: 'master'
Kailash9bbd7482019-05-21 12:12:16 -070030 xos_tosca:
Kailash187ecb02019-06-13 09:00:41 -070031 tag: 'master'
32 xos_api_tester:
33 tag: 'master'
34 tosca_loader:
35 tag: 'master'
Kailash49c5cf72019-04-22 09:34:21 -070036
Kailash48c4bb72019-05-03 10:08:02 -070037# ONOS
38 onos:
Kailash187ecb02019-06-13 09:00:41 -070039 repository: 'onosproject/onos'
40 tag: 'latest'
Kailash1f473382019-06-13 09:02:12 -070041 pullPolicy: 'Never'
Kailash49c5cf72019-04-22 09:34:21 -070042
Kailash9bbd7482019-05-21 12:12:16 -070043# VOLTHA
44 vcore:
45 tag: 'voltha-1.7'
46 vcli:
47 tag: 'voltha-1.7'
48 ofagent:
Kailash65e2fca2019-06-17 13:04:05 -070049 tag: 'voltha-1.7'
Kailash9bbd7482019-05-21 12:12:16 -070050 netconf:
51 tag: 'voltha-1.7'
52 envoy_for_etcd:
53 tag: 'voltha-1.7'
54 alarm_generator:
55 tag: 'voltha-1.7'
56 freeradius:
57 tag: 'latest'
58
59# Ponsimv2
60 olt:
61 repository: "voltha/voltha-ponsim"
62 tag: "voltha-1.7"
63 onu:
64 repository: "voltha/voltha-ponsim"
65 tag: "voltha-1.7"
66
67# in xos-gui sub-chart required by xos-core chart
68xos-gui:
69 images:
70 xos_gui:
Kailash187ecb02019-06-13 09:00:41 -070071 tag: 'master'
Kailash9bbd7482019-05-21 12:12:16 -070072 xos_ws:
Kailash187ecb02019-06-13 09:00:41 -070073 tag: 'master'
Kailash9bbd7482019-05-21 12:12:16 -070074
75# in seba service chart
76fabric:
77 image:
Kailash187ecb02019-06-13 09:00:41 -070078 tag: 'master'
Kailash9bbd7482019-05-21 12:12:16 -070079fabric-crossconnect:
80 image:
Kailash187ecb02019-06-13 09:00:41 -070081 tag: 'master'
Kailash9bbd7482019-05-21 12:12:16 -070082onos-service:
83 image:
Kailash187ecb02019-06-13 09:00:41 -070084 tag: 'master'
Kailash9bbd7482019-05-21 12:12:16 -070085sadis-server:
86 image:
87 tag: 'latest'
Kailash187ecb02019-06-13 09:00:41 -070088volt:
Kailash9bbd7482019-05-21 12:12:16 -070089 image:
Kailash187ecb02019-06-13 09:00:41 -070090 tag: 'master'
Kailash49c5cf72019-04-22 09:34:21 -070091rcord:
92 image:
93 tag: 'master'
94
Kailash9bbd7482019-05-21 12:12:16 -070095# in base-kubernetes chart
96kubernetes:
97 image:
Kailash187ecb02019-06-13 09:00:41 -070098 tag: 'master'
Kailash9bbd7482019-05-21 12:12:16 -070099
100# in workflow/att-workflow service chart
Kailash49c5cf72019-04-22 09:34:21 -0700101att-workflow-driver:
102 image:
Kailash187ecb02019-06-13 09:00:41 -0700103 tag: 'master'
Kailash9bbd7482019-05-21 12:12:16 -0700104
105 # this is mandatory, it's needed to correctly configure the kafka endpoint
106 kafkaService: cord-kafka
107
108# in workflow/tt-workflow service chart
109tt-workflow-driver:
110 image:
Kailash49c5cf72019-04-22 09:34:21 -0700111 tag: 'master'
112
Kailash9bbd7482019-05-21 12:12:16 -0700113 # this is mandatory, it's needed to correctly configure the kafka endpoint
114 kafkaService: cord-kafka
115
116# in mininet chart
117vlanMatchDepth: 2
118
119# in ponsim-pod chart
120bandwidthProfiles: True
Kailash50f02c82019-04-30 08:52:25 -0700121
Kailash49c5cf72019-04-22 09:34:21 -0700122# ONOS applications
Kailasha7ea5c42019-06-17 09:13:33 -0700123#aaaAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=aaa-app&v=1.9.0-SNAPSHOT&e=oar"
124#using older aaa-app version due to bug
125aaaAppUrl: "https://oss.sonatype.org/content/groups/public/org/opencord/aaa-app/1.9.0-SNAPSHOT/aaa-app-1.9.0-20190521.071409-20.oar"
Kailash49c5cf72019-04-22 09:34:21 -0700126aaaAppVersion: "1.9.0.SNAPSHOT"
127
Kailash50f02c82019-04-30 08:52:25 -0700128sadisAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=sadis-app&v=3.1.0-SNAPSHOT&e=oar"
Kailash49c5cf72019-04-22 09:34:21 -0700129sadisAppVersion: "3.1.0.SNAPSHOT"
130
Kailash9bbd7482019-05-21 12:12:16 -0700131dhcpl2relayAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=dhcpl2relay-app&v=1.6.0-SNAPSHOT&e=oar"
Kailash49c5cf72019-04-22 09:34:21 -0700132dhcpl2relayAppVersion: "1.6.0.SNAPSHOT"
133
Kailash50f02c82019-04-30 08:52:25 -0700134oltAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=olt-app&v=3.0.1-SNAPSHOT&e=oar"
Kailash49c5cf72019-04-22 09:34:21 -0700135oltAppVersion: "3.0.1.SNAPSHOT"
136
Kailash50f02c82019-04-30 08:52:25 -0700137kafkaAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=kafka&v=1.1.0-SNAPSHOT&e=oar"
Kailash49c5cf72019-04-22 09:34:21 -0700138kafkaAppVersion: "1.1.0.SNAPSHOT"
Kailash6ac3cfa2019-05-22 08:54:23 -0700139
140application_logs: |
141 log4j.logger.org.opencord.olt = DEBUG
142 log4j.logger.org.opencord.kafka = TRACE
143 log4j.logger.org.opencord.sadis = DEBUG
144 log4j.logger.org.opencord.aaa = DEBUG
145 log4j.logger.org.opencord.dhcpl2relay = DEBUG