Kailash | 0b58ec1 | 2019-01-28 15:36:05 -0800 | [diff] [blame] | 1 | --- |
Kailash | bccdcb8 | 2019-03-26 11:17:31 -0700 | [diff] [blame] | 2 | # Copyright 2018-present Open Networking Foundation |
Kailash | 0b58ec1 | 2019-01-28 15:36:05 -0800 | [diff] [blame] | 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 | |
Kailash | bccdcb8 | 2019-03-26 11:17:31 -0700 | [diff] [blame] | 16 | # Values file for deploying SEBA with Ponsim |
Kailash | 49c5cf7 | 2019-04-22 09:34:21 -0700 | [diff] [blame] | 17 | # Use this file to deploy the 'master' (dev) versions of all services. |
| 18 | # This is mainly useful for testing. |
Kailash | 0b58ec1 | 2019-01-28 15:36:05 -0800 | [diff] [blame] | 19 | |
Kailash | bccdcb8 | 2019-03-26 11:17:31 -0700 | [diff] [blame] | 20 | # voltha |
| 21 | etcd-cluster: |
| 22 | clusterSize: 1 |
| 23 | |
| 24 | # in workflow/att-workflow service chart |
| 25 | att-workflow-driver: |
| 26 | # this is mandatory, it's needed to correctly configure the kafka endpoint |
| 27 | kafkaService: cord-kafka |
| 28 | |
Kailash | 49c5cf7 | 2019-04-22 09:34:21 -0700 | [diff] [blame] | 29 | etcd-operator: |
| 30 | etcdCluster: |
| 31 | size: 1 |
| 32 | |
| 33 | # in xos-core chart and other charts with multiple images |
Kailash | c33f037 | 2019-01-29 14:00:50 -0800 | [diff] [blame] | 34 | images: |
Kailash | 49c5cf7 | 2019-04-22 09:34:21 -0700 | [diff] [blame] | 35 | xos_core: |
| 36 | tag: 'master' |
| 37 | xos_chameleon: |
| 38 | tag: 'master' |
| 39 | xos_tosca: |
| 40 | tag: 'master' |
| 41 | xos_api_tester: |
| 42 | tag: 'master' |
| 43 | tosca_loader: |
| 44 | tag: 'master' |
| 45 | # ONOS |
| 46 | onos: |
| 47 | repository: 'matteoscandolo/onos' |
| 48 | tag: '1.13.9-rc3' |
| 49 | # VOLTHA |
Kailash | 0b58ec1 | 2019-01-28 15:36:05 -0800 | [diff] [blame] | 50 | vcore: |
Kailash | 2575b24 | 2019-03-22 19:55:25 -0700 | [diff] [blame] | 51 | tag: 'latest' |
Kailash | bccdcb8 | 2019-03-26 11:17:31 -0700 | [diff] [blame] | 52 | vcli: |
| 53 | tag: 'latest' |
| 54 | ofagent: |
| 55 | tag: 'latest' |
| 56 | netconf: |
| 57 | tag: 'latest' |
| 58 | envoy_for_etcd: |
| 59 | tag: 'latest' |
| 60 | alarm_generator: |
| 61 | tag: 'latest' |
| 62 | freeradius: |
| 63 | tag: 'latest' |
Kailash | 49c5cf7 | 2019-04-22 09:34:21 -0700 | [diff] [blame] | 64 | |
| 65 | # Ponsimv2 |
Kailash | bccdcb8 | 2019-03-26 11:17:31 -0700 | [diff] [blame] | 66 | olt: |
| 67 | repository: "voltha/voltha-ponsim" |
| 68 | tag: "latest" |
| 69 | onu: |
| 70 | repository: "voltha/voltha-ponsim" |
| 71 | tag: "latest" |
Kailash | 49c5cf7 | 2019-04-22 09:34:21 -0700 | [diff] [blame] | 72 | |
| 73 | # in xos-gui sub-chart required by xos-core chart |
| 74 | xos-gui: |
| 75 | images: |
| 76 | xos_gui: |
| 77 | tag: 'master' |
| 78 | xos_ws: |
| 79 | tag: 'master' |
| 80 | |
| 81 | # in seba service chart |
| 82 | fabric: |
| 83 | image: |
| 84 | tag: 'master' |
| 85 | fabric-crossconnect: |
| 86 | image: |
| 87 | tag: 'master' |
| 88 | onos-service: |
| 89 | image: |
| 90 | tag: 'master' |
| 91 | sadis-server: |
| 92 | image: |
| 93 | tag: 'latest' |
| 94 | volt: |
| 95 | image: |
| 96 | tag: 'master' |
| 97 | rcord: |
| 98 | image: |
| 99 | tag: 'master' |
| 100 | |
| 101 | # in base-kubernetes chart |
| 102 | kubernetes: |
| 103 | image: |
| 104 | tag: 'master' |
| 105 | |
| 106 | # in workflow/att-workflow service chart |
| 107 | att-workflow-driver: |
| 108 | image: |
| 109 | tag: 'master' |
| 110 | |
| 111 | # this is mandatory, it's needed to correctly configure the kafka endpoint |
| 112 | kafkaService: cord-kafka |
| 113 | |
| 114 | # in workflow/tt-workflow service chart |
| 115 | tt-workflow-driver: |
| 116 | image: |
| 117 | repository: andybavier/test-image-synchronizer |
| 118 | tag: tt-workflow-driver |
| 119 | |
| 120 | # this is mandatory, it's needed to correctly configure the kafka endpoint |
| 121 | kafkaService: cord-kafka |
| 122 | |
| 123 | # ONOS applications |
| 124 | aaaAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/aaa/1.9.0-SNAPSHOT/aaa-1.9.0-20190422.071426-44.oar" |
| 125 | aaaAppVersion: "1.9.0.SNAPSHOT" |
| 126 | |
| 127 | sadisAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/sadis-app/3.1.0-SNAPSHOT/sadis-app-3.1.0-20190422.071545-43.oar" |
| 128 | sadisAppVersion: "3.1.0.SNAPSHOT" |
| 129 | |
| 130 | dhcpl2relayAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/dhcpl2relay/1.6.0-SNAPSHOT/dhcpl2relay-1.6.0-20190422.071506-43.oar" |
| 131 | dhcpl2relayAppVersion: "1.6.0.SNAPSHOT" |
| 132 | |
| 133 | oltAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/olt-app/3.0.1-SNAPSHOT/olt-app-3.0.1-20190422.071530-43.oar" |
| 134 | oltAppVersion: "3.0.1.SNAPSHOT" |
| 135 | |
| 136 | kafkaAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/kafka/1.1.0-SNAPSHOT/kafka-1.1.0-20190422.071513-43.oar" |
| 137 | kafkaAppVersion: "1.1.0.SNAPSHOT" |