Andy Bavier | f38f52f | 2018-10-11 13:20:48 -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 | |
Andy Bavier | 7f60470 | 2019-04-23 17:31:55 -0700 | [diff] [blame] | 20 | # voltha |
| 21 | etcd-cluster: |
| 22 | clusterSize: 1 |
Andy Bavier | f38f52f | 2018-10-11 13:20:48 -0700 | [diff] [blame] | 23 | |
Andy Bavier | f38f52f | 2018-10-11 13:20:48 -0700 | [diff] [blame] | 24 | # in xos-core chart and other charts with multiple images |
| 25 | images: |
| 26 | xos_core: |
| 27 | tag: 'master' |
| 28 | xos_chameleon: |
| 29 | tag: 'master' |
| 30 | xos_tosca: |
| 31 | tag: 'master' |
| 32 | xos_api_tester: |
| 33 | tag: 'master' |
| 34 | tosca_loader: |
| 35 | tag: 'master' |
Matteo Scandolo | 870db1e | 2019-04-18 11:40:09 -0700 | [diff] [blame] | 36 | # ONOS |
| 37 | onos: |
Andy Bavier | 7f60470 | 2019-04-23 17:31:55 -0700 | [diff] [blame] | 38 | tag: '1.13.9-rc4' |
Zack Williams | 2749ae5 | 2018-09-28 09:43:43 -0700 | [diff] [blame] | 39 | # VOLTHA |
| 40 | vcore: |
| 41 | tag: 'latest' |
| 42 | vcli: |
| 43 | tag: 'latest' |
| 44 | ofagent: |
| 45 | tag: 'latest' |
| 46 | netconf: |
| 47 | tag: 'latest' |
| 48 | envoy_for_etcd: |
| 49 | tag: 'latest' |
| 50 | alarm_generator: |
| 51 | tag: 'latest' |
| 52 | freeradius: |
| 53 | tag: 'latest' |
Matteo Scandolo | bd312ce | 2019-06-07 10:37:25 -0700 | [diff] [blame] | 54 | # BBSim |
| 55 | bbsim: |
| 56 | tag: 'latest' |
Zack Williams | 2749ae5 | 2018-09-28 09:43:43 -0700 | [diff] [blame] | 57 | |
Andy Bavier | f38f52f | 2018-10-11 13:20:48 -0700 | [diff] [blame] | 58 | # Ponsimv2 |
| 59 | olt: |
Andy Bavier | f38f52f | 2018-10-11 13:20:48 -0700 | [diff] [blame] | 60 | tag: "latest" |
| 61 | onu: |
Andy Bavier | faa197d | 2019-05-23 16:29:30 -0700 | [diff] [blame] | 62 | tag: "latest" |
| 63 | rg: |
| 64 | tag: "latest" |
Andy Bavier | f38f52f | 2018-10-11 13:20:48 -0700 | [diff] [blame] | 65 | |
| 66 | # in xos-gui sub-chart required by xos-core chart |
| 67 | xos-gui: |
| 68 | images: |
| 69 | xos_gui: |
| 70 | tag: 'master' |
| 71 | xos_ws: |
| 72 | tag: 'master' |
| 73 | |
Matteo Scandolo | 34dd236 | 2018-12-12 15:16:25 -0800 | [diff] [blame] | 74 | # in seba service chart |
Andy Bavier | f38f52f | 2018-10-11 13:20:48 -0700 | [diff] [blame] | 75 | fabric: |
| 76 | image: |
| 77 | tag: 'master' |
| 78 | fabric-crossconnect: |
| 79 | image: |
| 80 | tag: 'master' |
| 81 | onos-service: |
| 82 | image: |
| 83 | tag: 'master' |
| 84 | sadis-server: |
| 85 | image: |
| 86 | tag: 'latest' |
Andy Bavier | e21a5f5 | 2019-05-28 15:39:52 -0700 | [diff] [blame] | 87 | volt: |
Andy Bavier | f38f52f | 2018-10-11 13:20:48 -0700 | [diff] [blame] | 88 | image: |
| 89 | tag: 'master' |
| 90 | rcord: |
| 91 | image: |
| 92 | tag: 'master' |
| 93 | |
Kailash | 3da52d7 | 2019-03-05 09:05:09 -0800 | [diff] [blame] | 94 | # in base-kubernetes chart |
| 95 | kubernetes: |
| 96 | image: |
| 97 | tag: 'master' |
| 98 | |
Matteo Scandolo | a7286fd | 2018-12-18 15:16:48 -0800 | [diff] [blame] | 99 | # in workflow/att-workflow service chart |
Matteo Scandolo | 34dd236 | 2018-12-12 15:16:25 -0800 | [diff] [blame] | 100 | att-workflow-driver: |
| 101 | image: |
| 102 | tag: 'master' |
Matteo Scandolo | a7286fd | 2018-12-18 15:16:48 -0800 | [diff] [blame] | 103 | |
| 104 | # this is mandatory, it's needed to correctly configure the kafka endpoint |
| 105 | kafkaService: cord-kafka |
Kailash | 0862f1f | 2019-03-07 10:42:08 -0800 | [diff] [blame] | 106 | |
Andy Bavier | 923d8ff | 2019-03-15 14:49:13 -0700 | [diff] [blame] | 107 | # in workflow/tt-workflow service chart |
| 108 | tt-workflow-driver: |
| 109 | image: |
Andy Bavier | 7f60470 | 2019-04-23 17:31:55 -0700 | [diff] [blame] | 110 | tag: 'master' |
Andy Bavier | 923d8ff | 2019-03-15 14:49:13 -0700 | [diff] [blame] | 111 | |
| 112 | # this is mandatory, it's needed to correctly configure the kafka endpoint |
| 113 | kafkaService: cord-kafka |
| 114 | |
Andy Bavier | e533a87 | 2019-05-03 16:06:33 -0700 | [diff] [blame] | 115 | # in mininet chart |
| 116 | vlanMatchDepth: 2 |
Andy Bavier | faa197d | 2019-05-23 16:29:30 -0700 | [diff] [blame] | 117 | enableMulticast: True |
Andy Bavier | e533a87 | 2019-05-03 16:06:33 -0700 | [diff] [blame] | 118 | |
| 119 | # in ponsim-pod chart |
| 120 | bandwidthProfiles: True |
Andy Bavier | e21a5f5 | 2019-05-28 15:39:52 -0700 | [diff] [blame] | 121 | legacyPonsim: False |
Andy Bavier | e533a87 | 2019-05-03 16:06:33 -0700 | [diff] [blame] | 122 | |
Kailash | 0862f1f | 2019-03-07 10:42:08 -0800 | [diff] [blame] | 123 | # ONOS applications |
Matteo Scandolo | 51ce211 | 2019-05-10 10:44:15 -0700 | [diff] [blame] | 124 | 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" |
Matteo Scandolo | 870db1e | 2019-04-18 11:40:09 -0700 | [diff] [blame] | 125 | aaaAppVersion: "1.9.0.SNAPSHOT" |
Kailash | 0862f1f | 2019-03-07 10:42:08 -0800 | [diff] [blame] | 126 | |
Matteo Scandolo | 3386820 | 2019-04-22 14:26:57 -0700 | [diff] [blame] | 127 | sadisAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=sadis-app&v=3.1.0-SNAPSHOT&e=oar" |
Matteo Scandolo | 870db1e | 2019-04-18 11:40:09 -0700 | [diff] [blame] | 128 | sadisAppVersion: "3.1.0.SNAPSHOT" |
Kailash | 0862f1f | 2019-03-07 10:42:08 -0800 | [diff] [blame] | 129 | |
Matteo Scandolo | 51ce211 | 2019-05-10 10:44:15 -0700 | [diff] [blame] | 130 | dhcpl2relayAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=dhcpl2relay-app&v=1.6.0-SNAPSHOT&e=oar" |
Matteo Scandolo | 870db1e | 2019-04-18 11:40:09 -0700 | [diff] [blame] | 131 | dhcpl2relayAppVersion: "1.6.0.SNAPSHOT" |
Kailash | 0862f1f | 2019-03-07 10:42:08 -0800 | [diff] [blame] | 132 | |
Matteo Scandolo | 3386820 | 2019-04-22 14:26:57 -0700 | [diff] [blame] | 133 | oltAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=olt-app&v=3.0.1-SNAPSHOT&e=oar" |
Matteo Scandolo | 870db1e | 2019-04-18 11:40:09 -0700 | [diff] [blame] | 134 | oltAppVersion: "3.0.1.SNAPSHOT" |
| 135 | |
Matteo Scandolo | 3386820 | 2019-04-22 14:26:57 -0700 | [diff] [blame] | 136 | kafkaAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=kafka&v=1.1.0-SNAPSHOT&e=oar" |
Matteo Scandolo | 870db1e | 2019-04-18 11:40:09 -0700 | [diff] [blame] | 137 | kafkaAppVersion: "1.1.0.SNAPSHOT" |