Kailash | f8a5fea | 2019-05-16 09:35:57 -0700 | [diff] [blame] | 1 | --- |
| 2 | # Copyright 2018-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 | # 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. |
| 19 | |
| 20 | # voltha |
| 21 | etcd-cluster: |
| 22 | clusterSize: 1 |
| 23 | |
| 24 | # in xos-core chart and other charts with multiple images |
| 25 | images: |
Kailash | f8a5fea | 2019-05-16 09:35:57 -0700 | [diff] [blame] | 26 | xos_tosca: |
Andy Bavier | a9b2480 | 2019-05-21 10:15:53 -0700 | [diff] [blame] | 27 | tag: '1.3.1' |
Kailash | f8a5fea | 2019-05-16 09:35:57 -0700 | [diff] [blame] | 28 | |
| 29 | # ONOS |
| 30 | onos: |
Andy Bavier | 66aa738 | 2019-07-01 09:34:12 -0700 | [diff] [blame] | 31 | tag: '1.13.9' |
Kailash | f8a5fea | 2019-05-16 09:35:57 -0700 | [diff] [blame] | 32 | |
| 33 | # VOLTHA |
| 34 | vcore: |
| 35 | tag: 'voltha-1.7' |
| 36 | vcli: |
| 37 | tag: 'voltha-1.7' |
| 38 | ofagent: |
| 39 | tag: 'voltha-1.7' |
| 40 | netconf: |
| 41 | tag: 'voltha-1.7' |
| 42 | envoy_for_etcd: |
| 43 | tag: 'voltha-1.7' |
| 44 | alarm_generator: |
| 45 | tag: 'voltha-1.7' |
| 46 | freeradius: |
| 47 | tag: 'latest' |
| 48 | |
| 49 | # Ponsimv2 |
| 50 | olt: |
Kailash | f8a5fea | 2019-05-16 09:35:57 -0700 | [diff] [blame] | 51 | tag: "voltha-1.7" |
| 52 | onu: |
Andy Bavier | faa197d | 2019-05-23 16:29:30 -0700 | [diff] [blame] | 53 | tag: "voltha-1.7" |
| 54 | rg: |
| 55 | tag: "voltha-1.7" |
Kailash | f8a5fea | 2019-05-16 09:35:57 -0700 | [diff] [blame] | 56 | |
Kailash | f8a5fea | 2019-05-16 09:35:57 -0700 | [diff] [blame] | 57 | # in seba service chart |
Kailash | f8a5fea | 2019-05-16 09:35:57 -0700 | [diff] [blame] | 58 | sadis-server: |
| 59 | image: |
| 60 | tag: 'latest' |
Kailash | f8a5fea | 2019-05-16 09:35:57 -0700 | [diff] [blame] | 61 | rcord: |
| 62 | image: |
| 63 | tag: 'master' |
Andy Bavier | ef51af9 | 2019-06-24 09:20:44 -0700 | [diff] [blame] | 64 | volt: |
| 65 | image: |
| 66 | tag: 'master' |
Kailash | f8a5fea | 2019-05-16 09:35:57 -0700 | [diff] [blame] | 67 | |
Kailash | f8a5fea | 2019-05-16 09:35:57 -0700 | [diff] [blame] | 68 | |
| 69 | # in workflow/att-workflow service chart |
| 70 | att-workflow-driver: |
| 71 | image: |
Andy Bavier | 237822f | 2019-05-17 09:44:31 -0700 | [diff] [blame] | 72 | tag: '1.2.2' |
Kailash | f8a5fea | 2019-05-16 09:35:57 -0700 | [diff] [blame] | 73 | |
| 74 | # this is mandatory, it's needed to correctly configure the kafka endpoint |
| 75 | kafkaService: cord-kafka |
| 76 | |
| 77 | # in workflow/tt-workflow service chart |
| 78 | tt-workflow-driver: |
| 79 | image: |
| 80 | tag: 'master' |
| 81 | |
| 82 | # this is mandatory, it's needed to correctly configure the kafka endpoint |
| 83 | kafkaService: cord-kafka |
| 84 | |
| 85 | # in mininet chart |
| 86 | vlanMatchDepth: 2 |
Andy Bavier | faa197d | 2019-05-23 16:29:30 -0700 | [diff] [blame] | 87 | enableMulticast: True |
Kailash | f8a5fea | 2019-05-16 09:35:57 -0700 | [diff] [blame] | 88 | |
| 89 | # in ponsim-pod chart |
| 90 | bandwidthProfiles: True |
Andy Bavier | e21a5f5 | 2019-05-28 15:39:52 -0700 | [diff] [blame] | 91 | legacyPonsim: False |
Kailash | f8a5fea | 2019-05-16 09:35:57 -0700 | [diff] [blame] | 92 | |
| 93 | # ONOS applications |
Andy Bavier | 66aa738 | 2019-07-01 09:34:12 -0700 | [diff] [blame] | 94 | aaaAppUrl: "https://oss.sonatype.org/content/groups/public/org/opencord/aaa-app/1.9.0/aaa-app-1.9.0.oar" |
| 95 | aaaAppVersion: "1.9.0" |
Kailash | f8a5fea | 2019-05-16 09:35:57 -0700 | [diff] [blame] | 96 | |
Andy Bavier | 66aa738 | 2019-07-01 09:34:12 -0700 | [diff] [blame] | 97 | sadisAppUrl: "https://oss.sonatype.org/content/groups/public/org/opencord/sadis-app/3.1.0/sadis-app-3.1.0.oar" |
| 98 | sadisAppVersion: "3.1.0" |
Kailash | f8a5fea | 2019-05-16 09:35:57 -0700 | [diff] [blame] | 99 | |
Andy Bavier | 66aa738 | 2019-07-01 09:34:12 -0700 | [diff] [blame] | 100 | dhcpl2relayAppUrl: "https://oss.sonatype.org/content/groups/public/org/opencord/dhcpl2relay-app/1.6.0/dhcpl2relay-app-1.6.0.oar" |
| 101 | dhcpl2relayAppVersion: "1.6.0" |
Kailash | f8a5fea | 2019-05-16 09:35:57 -0700 | [diff] [blame] | 102 | |
Andy Bavier | 66aa738 | 2019-07-01 09:34:12 -0700 | [diff] [blame] | 103 | oltAppUrl: "https://oss.sonatype.org/content/groups/public/org/opencord/olt-app/3.0.1/olt-app-3.0.1.oar" |
| 104 | oltAppVersion: "3.0.1" |
Kailash | f8a5fea | 2019-05-16 09:35:57 -0700 | [diff] [blame] | 105 | |
Andy Bavier | 66aa738 | 2019-07-01 09:34:12 -0700 | [diff] [blame] | 106 | kafkaAppUrl: "https://oss.sonatype.org/content/groups/public/org/opencord/kafka/1.1.0/kafka-1.1.0.oar" |
| 107 | kafkaAppVersion: "1.1.0" |