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 |
| 17 | # Use this file to deploy the service versions speecified in the Helm charts. |
Kailash | 0b58ec1 | 2019-01-28 15:36:05 -0800 | [diff] [blame] | 18 | |
Kailash | bccdcb8 | 2019-03-26 11:17:31 -0700 | [diff] [blame] | 19 | # voltha |
| 20 | etcd-cluster: |
| 21 | clusterSize: 1 |
| 22 | |
| 23 | # in workflow/att-workflow service chart |
| 24 | att-workflow-driver: |
| 25 | # this is mandatory, it's needed to correctly configure the kafka endpoint |
| 26 | kafkaService: cord-kafka |
| 27 | |
| 28 | # in workflow/tt-workflow service chart |
| 29 | tt-workflow-driver: |
| 30 | image: |
| 31 | repository: andybavier/test-image-synchronizer |
| 32 | tag: tt-workflow-driver |
| 33 | |
| 34 | # this is mandatory, it's needed to correctly configure the kafka endpoint |
| 35 | kafkaService: cord-kafka |
| 36 | |
Kailash | c33f037 | 2019-01-29 14:00:50 -0800 | [diff] [blame] | 37 | images: |
Kailash | 0b58ec1 | 2019-01-28 15:36:05 -0800 | [diff] [blame] | 38 | vcore: |
Kailash | 2575b24 | 2019-03-22 19:55:25 -0700 | [diff] [blame] | 39 | tag: 'latest' |
Kailash | bccdcb8 | 2019-03-26 11:17:31 -0700 | [diff] [blame] | 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 | olt: |
| 53 | repository: "voltha/voltha-ponsim" |
| 54 | tag: "latest" |
| 55 | onu: |
| 56 | repository: "voltha/voltha-ponsim" |
| 57 | tag: "latest" |
Kailash | 4b9298f | 2019-03-25 12:02:39 -0700 | [diff] [blame] | 58 | onos: |
Kailash | bccdcb8 | 2019-03-26 11:17:31 -0700 | [diff] [blame] | 59 | # tag: "1.13.8" |
| 60 | repository: "andybavier/test-image" |
| 61 | tag: "onos-1.13.9-rc3" |
Kailash | 4b9298f | 2019-03-25 12:02:39 -0700 | [diff] [blame] | 62 | |
| 63 | |
Kailash | bccdcb8 | 2019-03-26 11:17:31 -0700 | [diff] [blame] | 64 | sadis-server: |
| 65 | image: |
| 66 | repository: "andybavier/sadis-server" |
| 67 | tag: "dev" |
| 68 | |
| 69 | # Grab https://gerrit.opencord.org/#/c/13330/ |
| 70 | rcord: |
| 71 | image: |
| 72 | tag: 'master' |
| 73 | bandwidthprofile: |
| 74 | name: "Default" |
| 75 | |
| 76 | aaaAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/aaa/1.9.0-SNAPSHOT/aaa-1.9.0-20190325.071418-15.oar" |
Kailash | 4b9298f | 2019-03-25 12:02:39 -0700 | [diff] [blame] | 77 | aaaAppVersion: "1.9.0.SNAPSHOT" |
Kailash | 0b58ec1 | 2019-01-28 15:36:05 -0800 | [diff] [blame] | 78 | |
Kailash | 4b9298f | 2019-03-25 12:02:39 -0700 | [diff] [blame] | 79 | sadisAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/sadis-app/3.1.0-SNAPSHOT/sadis-app-3.1.0-20190325.071529-14.oar" |
| 80 | sadisAppVersion: "3.1.0.SNAPSHOT" |
Kailash | 0b58ec1 | 2019-01-28 15:36:05 -0800 | [diff] [blame] | 81 | |
Kailash | 4b9298f | 2019-03-25 12:02:39 -0700 | [diff] [blame] | 82 | dhcpl2relayAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/dhcpl2relay/1.6.0-SNAPSHOT/dhcpl2relay-1.6.0-20190325.071457-14.oar" |
| 83 | dhcpl2relayAppVersion: "1.6.0.SNAPSHOT" |
Kailash | 2575b24 | 2019-03-22 19:55:25 -0700 | [diff] [blame] | 84 | |
Kailash | 4b9298f | 2019-03-25 12:02:39 -0700 | [diff] [blame] | 85 | oltAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/olt-app/3.0.1-SNAPSHOT/olt-app-3.0.1-20190325.071518-14.oar" |
Kailash | aa737aa | 2019-03-25 12:28:42 -0700 | [diff] [blame] | 86 | oltAppVersion: "3.0.1.SNAPSHOT" |
| 87 | |
| 88 | kafkaAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/kafka/1.1.0-SNAPSHOT/kafka-1.1.0-20190325.071504-14.oar" |
Kailash | bccdcb8 | 2019-03-26 11:17:31 -0700 | [diff] [blame] | 89 | kafkaAppVersion: "1.1.0.SNAPSHOT" |