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 | |
| 20 | etcd-operator: |
| 21 | etcdCluster: |
| 22 | size: 1 |
| 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' |
| 36 | |
Zack Williams | 2749ae5 | 2018-09-28 09:43:43 -0700 | [diff] [blame] | 37 | # VOLTHA |
| 38 | vcore: |
| 39 | tag: 'latest' |
| 40 | vcli: |
| 41 | tag: 'latest' |
| 42 | ofagent: |
| 43 | tag: 'latest' |
| 44 | netconf: |
| 45 | tag: 'latest' |
| 46 | envoy_for_etcd: |
| 47 | tag: 'latest' |
| 48 | alarm_generator: |
| 49 | tag: 'latest' |
| 50 | freeradius: |
| 51 | tag: 'latest' |
| 52 | |
Andy Bavier | f38f52f | 2018-10-11 13:20:48 -0700 | [diff] [blame] | 53 | # Ponsimv2 |
| 54 | olt: |
| 55 | repository: "voltha/voltha-ponsim" |
| 56 | tag: "latest" |
| 57 | onu: |
| 58 | repository: "voltha/voltha-ponsim" |
| 59 | tag: "latest" |
| 60 | |
| 61 | # in xos-gui sub-chart required by xos-core chart |
| 62 | xos-gui: |
| 63 | images: |
| 64 | xos_gui: |
| 65 | tag: 'master' |
| 66 | xos_ws: |
| 67 | tag: 'master' |
| 68 | |
Matteo Scandolo | 34dd236 | 2018-12-12 15:16:25 -0800 | [diff] [blame] | 69 | # in seba service chart |
Andy Bavier | f38f52f | 2018-10-11 13:20:48 -0700 | [diff] [blame] | 70 | fabric: |
| 71 | image: |
| 72 | tag: 'master' |
| 73 | fabric-crossconnect: |
| 74 | image: |
| 75 | tag: 'master' |
| 76 | onos-service: |
| 77 | image: |
| 78 | tag: 'master' |
| 79 | sadis-server: |
| 80 | image: |
| 81 | tag: 'latest' |
| 82 | volt: |
| 83 | image: |
| 84 | tag: 'master' |
| 85 | rcord: |
| 86 | image: |
| 87 | tag: 'master' |
| 88 | |
Kailash | 3da52d7 | 2019-03-05 09:05:09 -0800 | [diff] [blame^] | 89 | # in base-kubernetes chart |
| 90 | kubernetes: |
| 91 | image: |
| 92 | tag: 'master' |
| 93 | |
Matteo Scandolo | a7286fd | 2018-12-18 15:16:48 -0800 | [diff] [blame] | 94 | # in workflow/att-workflow service chart |
Matteo Scandolo | 34dd236 | 2018-12-12 15:16:25 -0800 | [diff] [blame] | 95 | att-workflow-driver: |
| 96 | image: |
| 97 | tag: 'master' |
Matteo Scandolo | a7286fd | 2018-12-18 15:16:48 -0800 | [diff] [blame] | 98 | |
| 99 | # this is mandatory, it's needed to correctly configure the kafka endpoint |
| 100 | kafkaService: cord-kafka |