Andy Bavier | 51f49cb | 2018-12-13 16:40:03 -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 service versions speecified in the Helm charts. |
| 18 | |
| 19 | # voltha |
| 20 | etcd-cluster: |
| 21 | clusterSize: 1 |
| 22 | |
| 23 | images: |
| 24 | # VOLTHA |
| 25 | vcore: |
| 26 | tag: 'voltha-1.6' |
| 27 | vcli: |
| 28 | tag: 'voltha-1.6' |
| 29 | ofagent: |
| 30 | tag: 'voltha-1.6' |
| 31 | netconf: |
| 32 | tag: 'voltha-1.6' |
| 33 | envoy_for_etcd: |
| 34 | tag: 'voltha-1.6' |
| 35 | alarm_generator: |
| 36 | tag: 'voltha-1.6' |
| 37 | # Ponsimv2 |
| 38 | olt: |
| 39 | tag: "voltha-1.6" |
| 40 | onu: |
| 41 | tag: "voltha-1.6" |
| 42 | rg: |
| 43 | tag: "voltha-1.6" |
Matteo Scandolo | a7286fd | 2018-12-18 15:16:48 -0800 | [diff] [blame] | 44 | |
| 45 | # in workflow/att-workflow service chart |
| 46 | att-workflow-driver: |
| 47 | # this is mandatory, it's needed to correctly configure the kafka endpoint |
| 48 | kafkaService: cord-kafka |