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 | 187ecb0 | 2019-06-13 09:00:41 -0700 | [diff] [blame] | 26 | xos_core: |
| 27 | tag: 'master' |
| 28 | xos_chameleon: |
| 29 | tag: 'master' |
Kailash | 9bbd748 | 2019-05-21 12:12:16 -0700 | [diff] [blame] | 30 | xos_tosca: |
Kailash | 187ecb0 | 2019-06-13 09:00:41 -0700 | [diff] [blame] | 31 | tag: 'master' |
| 32 | xos_api_tester: |
| 33 | tag: 'master' |
| 34 | tosca_loader: |
| 35 | tag: 'master' |
Kailash | 49c5cf7 | 2019-04-22 09:34:21 -0700 | [diff] [blame] | 36 | |
Kailash | 48c4bb7 | 2019-05-03 10:08:02 -0700 | [diff] [blame] | 37 | # ONOS |
| 38 | onos: |
Kailash | 187ecb0 | 2019-06-13 09:00:41 -0700 | [diff] [blame] | 39 | repository: 'onosproject/onos' |
Kailash | b837c09 | 2019-07-01 08:55:30 -0700 | [diff] [blame] | 40 | tag: '1.13.9' |
Kailash | 49c5cf7 | 2019-04-22 09:34:21 -0700 | [diff] [blame] | 41 | |
Kailash | 9bbd748 | 2019-05-21 12:12:16 -0700 | [diff] [blame] | 42 | # VOLTHA |
| 43 | vcore: |
| 44 | tag: 'voltha-1.7' |
| 45 | vcli: |
| 46 | tag: 'voltha-1.7' |
| 47 | ofagent: |
Kailash | 65e2fca | 2019-06-17 13:04:05 -0700 | [diff] [blame] | 48 | tag: 'voltha-1.7' |
Kailash | 9bbd748 | 2019-05-21 12:12:16 -0700 | [diff] [blame] | 49 | netconf: |
| 50 | tag: 'voltha-1.7' |
| 51 | envoy_for_etcd: |
| 52 | tag: 'voltha-1.7' |
| 53 | alarm_generator: |
| 54 | tag: 'voltha-1.7' |
| 55 | freeradius: |
| 56 | tag: 'latest' |
| 57 | |
| 58 | # Ponsimv2 |
| 59 | olt: |
| 60 | repository: "voltha/voltha-ponsim" |
| 61 | tag: "voltha-1.7" |
| 62 | onu: |
| 63 | repository: "voltha/voltha-ponsim" |
| 64 | tag: "voltha-1.7" |
| 65 | |
| 66 | # in xos-gui sub-chart required by xos-core chart |
| 67 | xos-gui: |
| 68 | images: |
| 69 | xos_gui: |
Kailash | 187ecb0 | 2019-06-13 09:00:41 -0700 | [diff] [blame] | 70 | tag: 'master' |
Kailash | 9bbd748 | 2019-05-21 12:12:16 -0700 | [diff] [blame] | 71 | xos_ws: |
Kailash | 187ecb0 | 2019-06-13 09:00:41 -0700 | [diff] [blame] | 72 | tag: 'master' |
Kailash | 9bbd748 | 2019-05-21 12:12:16 -0700 | [diff] [blame] | 73 | |
| 74 | # in seba service chart |
| 75 | fabric: |
| 76 | image: |
Kailash | 187ecb0 | 2019-06-13 09:00:41 -0700 | [diff] [blame] | 77 | tag: 'master' |
Kailash | 9bbd748 | 2019-05-21 12:12:16 -0700 | [diff] [blame] | 78 | fabric-crossconnect: |
| 79 | image: |
Kailash | 187ecb0 | 2019-06-13 09:00:41 -0700 | [diff] [blame] | 80 | tag: 'master' |
Kailash | 9bbd748 | 2019-05-21 12:12:16 -0700 | [diff] [blame] | 81 | onos-service: |
| 82 | image: |
Kailash | 187ecb0 | 2019-06-13 09:00:41 -0700 | [diff] [blame] | 83 | tag: 'master' |
Kailash | 9bbd748 | 2019-05-21 12:12:16 -0700 | [diff] [blame] | 84 | sadis-server: |
| 85 | image: |
| 86 | tag: 'latest' |
Kailash | 187ecb0 | 2019-06-13 09:00:41 -0700 | [diff] [blame] | 87 | volt: |
Kailash | 9bbd748 | 2019-05-21 12:12:16 -0700 | [diff] [blame] | 88 | image: |
Kailash | 6cb68a5 | 2019-07-01 10:15:55 -0700 | [diff] [blame] | 89 | tag: 'master' |
Kailash | 49c5cf7 | 2019-04-22 09:34:21 -0700 | [diff] [blame] | 90 | rcord: |
| 91 | image: |
| 92 | tag: 'master' |
| 93 | |
Kailash | 9bbd748 | 2019-05-21 12:12:16 -0700 | [diff] [blame] | 94 | # in base-kubernetes chart |
| 95 | kubernetes: |
| 96 | image: |
Kailash | 187ecb0 | 2019-06-13 09:00:41 -0700 | [diff] [blame] | 97 | tag: 'master' |
Kailash | 9bbd748 | 2019-05-21 12:12:16 -0700 | [diff] [blame] | 98 | |
| 99 | # in workflow/att-workflow service chart |
Kailash | 49c5cf7 | 2019-04-22 09:34:21 -0700 | [diff] [blame] | 100 | att-workflow-driver: |
| 101 | image: |
Kailash | 187ecb0 | 2019-06-13 09:00:41 -0700 | [diff] [blame] | 102 | tag: 'master' |
Kailash | 9bbd748 | 2019-05-21 12:12:16 -0700 | [diff] [blame] | 103 | |
| 104 | # this is mandatory, it's needed to correctly configure the kafka endpoint |
| 105 | kafkaService: cord-kafka |
| 106 | |
| 107 | # in workflow/tt-workflow service chart |
| 108 | tt-workflow-driver: |
| 109 | image: |
Kailash | 49c5cf7 | 2019-04-22 09:34:21 -0700 | [diff] [blame] | 110 | tag: 'master' |
| 111 | |
Kailash | 9bbd748 | 2019-05-21 12:12:16 -0700 | [diff] [blame] | 112 | # this is mandatory, it's needed to correctly configure the kafka endpoint |
| 113 | kafkaService: cord-kafka |
| 114 | |
| 115 | # in mininet chart |
| 116 | vlanMatchDepth: 2 |
| 117 | |
| 118 | # in ponsim-pod chart |
| 119 | bandwidthProfiles: True |
Kailash | 50f02c8 | 2019-04-30 08:52:25 -0700 | [diff] [blame] | 120 | |
Kailash | 0862d88 | 2019-06-26 10:00:35 -0700 | [diff] [blame] | 121 | |
Kailash | 49c5cf7 | 2019-04-22 09:34:21 -0700 | [diff] [blame] | 122 | # ONOS applications |
Kailash | b837c09 | 2019-07-01 08:55:30 -0700 | [diff] [blame] | 123 | aaaAppUrl: "https://oss.sonatype.org/content/groups/public/org/opencord/aaa-app/1.9.0/aaa-app-1.9.0.oar" |
| 124 | aaaAppVersion: "1.9.0" |
Kailash | 49c5cf7 | 2019-04-22 09:34:21 -0700 | [diff] [blame] | 125 | |
Kailash | b837c09 | 2019-07-01 08:55:30 -0700 | [diff] [blame] | 126 | sadisAppUrl: "https://oss.sonatype.org/content/groups/public/org/opencord/sadis-app/3.1.0/sadis-app-3.1.0.oar" |
| 127 | sadisAppVersion: "3.1.0" |
Kailash | 49c5cf7 | 2019-04-22 09:34:21 -0700 | [diff] [blame] | 128 | |
Kailash | b837c09 | 2019-07-01 08:55:30 -0700 | [diff] [blame] | 129 | dhcpl2relayAppUrl: "https://oss.sonatype.org/content/groups/public/org/opencord/dhcpl2relay-app/1.6.0/dhcpl2relay-app-1.6.0.oar" |
| 130 | dhcpl2relayAppVersion: "1.6.0" |
Kailash | 49c5cf7 | 2019-04-22 09:34:21 -0700 | [diff] [blame] | 131 | |
Kailash | b837c09 | 2019-07-01 08:55:30 -0700 | [diff] [blame] | 132 | oltAppUrl: "https://oss.sonatype.org/content/groups/public/org/opencord/olt-app/3.0.1/olt-app-3.0.1.oar" |
| 133 | oltAppVersion: "3.0.1" |
Kailash | 49c5cf7 | 2019-04-22 09:34:21 -0700 | [diff] [blame] | 134 | |
Kailash | b837c09 | 2019-07-01 08:55:30 -0700 | [diff] [blame] | 135 | kafkaAppUrl: "https://oss.sonatype.org/content/groups/public/org/opencord/kafka/1.1.0/kafka-1.1.0.oar" |
| 136 | kafkaAppVersion: "1.1.0" |
Kailash | 6ac3cfa | 2019-05-22 08:54:23 -0700 | [diff] [blame] | 137 | |
| 138 | application_logs: | |
| 139 | log4j.logger.org.opencord.olt = DEBUG |
| 140 | log4j.logger.org.opencord.kafka = TRACE |
| 141 | log4j.logger.org.opencord.sadis = DEBUG |
| 142 | log4j.logger.org.opencord.aaa = DEBUG |
Kailash | b837c09 | 2019-07-01 08:55:30 -0700 | [diff] [blame] | 143 | log4j.logger.org.opencord.dhcpl2relay = TRACE |