Woojoong Kim | a053c4a | 2019-08-09 16:19:14 -0700 | [diff] [blame] | 1 | --- |
| 2 | # Copyright 2019-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 | # Default values for the COMAC profile. |
| 17 | # This is a YAML-formatted file. |
| 18 | # Declare variables to be passed into your templates. |
| 19 | |
| 20 | replicaCount: 1 |
| 21 | |
| 22 | nameOverride: "" |
| 23 | fullnameOverride: "" |
| 24 | |
| 25 | images: |
Woojoong Kim | 4e3f099 | 2019-09-30 14:27:12 -0700 | [diff] [blame] | 26 | toscaLoader: |
Woojoong Kim | a053c4a | 2019-08-09 16:19:14 -0700 | [diff] [blame] | 27 | repository: 'xosproject/tosca-loader' |
| 28 | tag: '{{ .Chart.AppVersion }}' |
| 29 | pullPolicy: 'Always' |
| 30 | xos_api_tester: |
| 31 | repository: 'xosproject/xos-api-tester' |
| 32 | tag: 'master' |
| 33 | pullPolicy: 'Always' |
| 34 | |
| 35 | global: |
| 36 | registry: "" |
| 37 | |
| 38 | xosAdminUser: "admin@opencord.org" |
| 39 | xosAdminPassword: "letmein" |
| 40 | |
| 41 | # ONOS applications |
| 42 | sadisAppUrl: "https://oss.sonatype.org/content/groups/public/org/opencord/sadis-app/3.1.0/sadis-app-3.1.0.oar" |
| 43 | sadisAppVersion: "3.1.0" |
| 44 | |
| 45 | dhcpl2relayAppUrl: "https://oss.sonatype.org/content/groups/public/org/opencord/dhcpl2relay-app/1.6.0/dhcpl2relay-app-1.6.0.oar" |
| 46 | dhcpl2relayAppVersion: "1.6.0" |
| 47 | |
| 48 | oltAppUrl: "https://oss.sonatype.org/content/groups/public/org/opencord/olt-app/3.0.1/olt-app-3.0.1.oar" |
| 49 | oltAppVersion: "3.0.1" |
| 50 | |
| 51 | kafkaAppUrl: "https://oss.sonatype.org/content/groups/public/org/opencord/kafka/1.1.0/kafka-1.1.0.oar" |
| 52 | kafkaAppVersion: "1.1.0" |
| 53 | |
| 54 | onosRestService: "onos-ui.default.svc.cluster.local" |
| 55 | kafkaService: "cord-kafka.default.svc.cluster.local:9092" |
| 56 | |
Woojoong Kim | fdb269e | 2019-10-02 10:51:33 -0700 | [diff] [blame] | 57 | aaaAppUrl: "https://oss.sonatype.org/content/groups/public/org/opencord/aaa-app/1.9.0/aaa-app-1.9.0.oar" |
| 58 | aaaAppVersion: "1.9.0" |
| 59 | |
| 60 | att-workflow-driver: |
| 61 | kafkaService: "cord-platform-kafka" |
| 62 | |
Woojoong Kim | 6db4c4d | 2019-10-03 10:22:07 -0700 | [diff] [blame] | 63 | residentialService: |
Woojoong Kim | a053c4a | 2019-08-09 16:19:14 -0700 | [diff] [blame] | 64 | enabled: false |
| 65 | |
| 66 | # whether to install or not this shared services |
| 67 | vrouter: |
| 68 | enabled: true |
| 69 | fabric: |
| 70 | enabled: true |
| 71 | onos-service: |
| 72 | enabled: true |
Woojoong Kim | 13a5c99 | 2019-10-03 11:03:27 -0700 | [diff] [blame] | 73 | progran: |
| 74 | enabled: true |