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 | 9bbd748 | 2019-05-21 12:12:16 -0700 | [diff] [blame] | 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. |
Kailash | 0b58ec1 | 2019-01-28 15:36:05 -0800 | [diff] [blame] | 19 | |
Kailash | 9bbd748 | 2019-05-21 12:12:16 -0700 | [diff] [blame] | 20 | # voltha |
| 21 | etcd-cluster: |
| 22 | clusterSize: 1 |
| 23 | |
| 24 | # in xos-core chart and other charts with multiple images |
Kailash | 50f02c8 | 2019-04-30 08:52:25 -0700 | [diff] [blame] | 25 | images: |
Kailash | 9bbd748 | 2019-05-21 12:12:16 -0700 | [diff] [blame] | 26 | xos_tosca: |
| 27 | tag: '1.3.1' |
Kailash | 49c5cf7 | 2019-04-22 09:34:21 -0700 | [diff] [blame] | 28 | |
Kailash | 48c4bb7 | 2019-05-03 10:08:02 -0700 | [diff] [blame] | 29 | # ONOS |
| 30 | onos: |
| 31 | repository: 'matteoscandolo/onos' |
| 32 | tag: '1.13.9-rc4' |
Kailash | 49c5cf7 | 2019-04-22 09:34:21 -0700 | [diff] [blame] | 33 | |
Kailash | 9bbd748 | 2019-05-21 12:12:16 -0700 | [diff] [blame] | 34 | # VOLTHA |
| 35 | vcore: |
| 36 | tag: 'voltha-1.7' |
| 37 | vcli: |
| 38 | tag: 'voltha-1.7' |
| 39 | ofagent: |
Kailash | 24ce4db | 2019-05-21 14:01:53 -0700 | [diff] [blame] | 40 | tag: 'master' |
Kailash | 9bbd748 | 2019-05-21 12:12:16 -0700 | [diff] [blame] | 41 | netconf: |
| 42 | tag: 'voltha-1.7' |
| 43 | envoy_for_etcd: |
| 44 | tag: 'voltha-1.7' |
| 45 | alarm_generator: |
| 46 | tag: 'voltha-1.7' |
| 47 | freeradius: |
| 48 | tag: 'latest' |
| 49 | |
| 50 | # Ponsimv2 |
| 51 | olt: |
| 52 | repository: "voltha/voltha-ponsim" |
| 53 | tag: "voltha-1.7" |
| 54 | onu: |
| 55 | repository: "voltha/voltha-ponsim" |
| 56 | tag: "voltha-1.7" |
| 57 | |
| 58 | # in xos-gui sub-chart required by xos-core chart |
| 59 | xos-gui: |
| 60 | images: |
| 61 | xos_gui: |
| 62 | tag: '1.0.5' |
| 63 | xos_ws: |
| 64 | tag: '2.0.2' |
| 65 | |
| 66 | # in seba service chart |
| 67 | fabric: |
| 68 | image: |
| 69 | tag: '2.2.1' |
| 70 | fabric-crossconnect: |
| 71 | image: |
| 72 | tag: '1.2.1' |
| 73 | onos-service: |
| 74 | image: |
| 75 | tag: '2.1.1' |
| 76 | sadis-server: |
| 77 | image: |
| 78 | tag: 'latest' |
| 79 | olt-service: |
| 80 | image: |
| 81 | tag: '2.2.1' |
Kailash | 49c5cf7 | 2019-04-22 09:34:21 -0700 | [diff] [blame] | 82 | rcord: |
| 83 | image: |
| 84 | tag: 'master' |
| 85 | |
Kailash | 9bbd748 | 2019-05-21 12:12:16 -0700 | [diff] [blame] | 86 | # in base-kubernetes chart |
| 87 | kubernetes: |
| 88 | image: |
| 89 | tag: '1.2.1' |
| 90 | |
| 91 | # in workflow/att-workflow service chart |
Kailash | 49c5cf7 | 2019-04-22 09:34:21 -0700 | [diff] [blame] | 92 | att-workflow-driver: |
| 93 | image: |
Kailash | 9bbd748 | 2019-05-21 12:12:16 -0700 | [diff] [blame] | 94 | tag: '1.2.2' |
| 95 | |
| 96 | # this is mandatory, it's needed to correctly configure the kafka endpoint |
| 97 | kafkaService: cord-kafka |
| 98 | |
| 99 | # in workflow/tt-workflow service chart |
| 100 | tt-workflow-driver: |
| 101 | image: |
Kailash | 49c5cf7 | 2019-04-22 09:34:21 -0700 | [diff] [blame] | 102 | tag: 'master' |
| 103 | |
Kailash | 9bbd748 | 2019-05-21 12:12:16 -0700 | [diff] [blame] | 104 | # this is mandatory, it's needed to correctly configure the kafka endpoint |
| 105 | kafkaService: cord-kafka |
| 106 | |
| 107 | # in mininet chart |
| 108 | vlanMatchDepth: 2 |
| 109 | |
| 110 | # in ponsim-pod chart |
| 111 | bandwidthProfiles: True |
Kailash | 50f02c8 | 2019-04-30 08:52:25 -0700 | [diff] [blame] | 112 | |
Kailash | 49c5cf7 | 2019-04-22 09:34:21 -0700 | [diff] [blame] | 113 | # ONOS applications |
Kailash | 9bbd748 | 2019-05-21 12:12:16 -0700 | [diff] [blame] | 114 | aaaAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=aaa-app&v=1.9.0-SNAPSHOT&e=oar" |
Kailash | 49c5cf7 | 2019-04-22 09:34:21 -0700 | [diff] [blame] | 115 | aaaAppVersion: "1.9.0.SNAPSHOT" |
| 116 | |
Kailash | 50f02c8 | 2019-04-30 08:52:25 -0700 | [diff] [blame] | 117 | sadisAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=sadis-app&v=3.1.0-SNAPSHOT&e=oar" |
Kailash | 49c5cf7 | 2019-04-22 09:34:21 -0700 | [diff] [blame] | 118 | sadisAppVersion: "3.1.0.SNAPSHOT" |
| 119 | |
Kailash | 9bbd748 | 2019-05-21 12:12:16 -0700 | [diff] [blame] | 120 | dhcpl2relayAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=dhcpl2relay-app&v=1.6.0-SNAPSHOT&e=oar" |
Kailash | 49c5cf7 | 2019-04-22 09:34:21 -0700 | [diff] [blame] | 121 | dhcpl2relayAppVersion: "1.6.0.SNAPSHOT" |
| 122 | |
Kailash | 50f02c8 | 2019-04-30 08:52:25 -0700 | [diff] [blame] | 123 | oltAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=olt-app&v=3.0.1-SNAPSHOT&e=oar" |
Kailash | 49c5cf7 | 2019-04-22 09:34:21 -0700 | [diff] [blame] | 124 | oltAppVersion: "3.0.1.SNAPSHOT" |
| 125 | |
Kailash | 50f02c8 | 2019-04-30 08:52:25 -0700 | [diff] [blame] | 126 | kafkaAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=kafka&v=1.1.0-SNAPSHOT&e=oar" |
Kailash | 49c5cf7 | 2019-04-22 09:34:21 -0700 | [diff] [blame] | 127 | kafkaAppVersion: "1.1.0.SNAPSHOT" |
Kailash | 6ac3cfa | 2019-05-22 08:54:23 -0700 | [diff] [blame] | 128 | |
| 129 | application_logs: | |
| 130 | log4j.logger.org.opencord.olt = DEBUG |
| 131 | log4j.logger.org.opencord.kafka = TRACE |
| 132 | log4j.logger.org.opencord.sadis = DEBUG |
| 133 | log4j.logger.org.opencord.aaa = DEBUG |
| 134 | log4j.logger.org.opencord.dhcpl2relay = DEBUG |