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 | |
| 24 | # att-workflow |
| 25 | kafkaAppUrl: 'http://www.vicci.org/cord/kafka-1.0.0-SNAPSHOT.oar' |
| 26 | |
| 27 | # in xos-core chart and other charts with multiple images |
| 28 | images: |
| 29 | xos_core: |
| 30 | tag: 'master' |
| 31 | xos_chameleon: |
| 32 | tag: 'master' |
| 33 | xos_tosca: |
| 34 | tag: 'master' |
| 35 | xos_api_tester: |
| 36 | tag: 'master' |
| 37 | tosca_loader: |
| 38 | tag: 'master' |
| 39 | |
| 40 | # Ponsimv2 |
| 41 | olt: |
| 42 | repository: "voltha/voltha-ponsim" |
| 43 | tag: "latest" |
| 44 | onu: |
| 45 | repository: "voltha/voltha-ponsim" |
| 46 | tag: "latest" |
| 47 | |
| 48 | # in xos-gui sub-chart required by xos-core chart |
| 49 | xos-gui: |
| 50 | images: |
| 51 | xos_gui: |
| 52 | tag: 'master' |
| 53 | xos_ws: |
| 54 | tag: 'master' |
| 55 | |
| 56 | # in att-workflow service chart |
| 57 | att-workflow-driver: |
| 58 | image: |
| 59 | tag: 'master' |
| 60 | fabric: |
| 61 | image: |
| 62 | tag: 'master' |
| 63 | fabric-crossconnect: |
| 64 | image: |
| 65 | tag: 'master' |
| 66 | onos-service: |
| 67 | image: |
| 68 | tag: 'master' |
| 69 | sadis-server: |
| 70 | image: |
| 71 | tag: 'latest' |
| 72 | volt: |
| 73 | image: |
| 74 | tag: 'master' |
| 75 | rcord: |
| 76 | image: |
| 77 | tag: 'master' |
| 78 | |
| 79 | |
| 80 | # VOLTHA |
| 81 | vcoreImage: "voltha/voltha-voltha:latest" |
| 82 | envoyForEtcdImage: 'voltha/voltha-envoy:latest' |
| 83 | freeradiusImage: 'tpdock/freeradius:latest' |
| 84 | netconfImage: 'voltha/voltha-netconf:latest' |
| 85 | ofagentImage: 'voltha/voltha-ofagent:latest' |
| 86 | vcliImage: 'voltha/voltha-cli:latest' |
| 87 | |