blob: b6fc7e05460d7381a60f96ffa8e35130ffb5cc03 [file] [log] [blame]
Woojoong Kima053c4a2019-08-09 16:19:14 -07001---
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
20replicaCount: 1
21
22nameOverride: ""
23fullnameOverride: ""
24
25images:
Woojoong Kim4e3f0992019-09-30 14:27:12 -070026 toscaLoader:
Woojoong Kima053c4a2019-08-09 16:19:14 -070027 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
35global:
36 registry: ""
37
38xosAdminUser: "admin@opencord.org"
39xosAdminPassword: "letmein"
40
41# ONOS applications
42sadisAppUrl: "https://oss.sonatype.org/content/groups/public/org/opencord/sadis-app/3.1.0/sadis-app-3.1.0.oar"
43sadisAppVersion: "3.1.0"
44
45dhcpl2relayAppUrl: "https://oss.sonatype.org/content/groups/public/org/opencord/dhcpl2relay-app/1.6.0/dhcpl2relay-app-1.6.0.oar"
46dhcpl2relayAppVersion: "1.6.0"
47
48oltAppUrl: "https://oss.sonatype.org/content/groups/public/org/opencord/olt-app/3.0.1/olt-app-3.0.1.oar"
49oltAppVersion: "3.0.1"
50
51kafkaAppUrl: "https://oss.sonatype.org/content/groups/public/org/opencord/kafka/1.1.0/kafka-1.1.0.oar"
52kafkaAppVersion: "1.1.0"
53
54onosRestService: "onos-ui.default.svc.cluster.local"
55kafkaService: "cord-kafka.default.svc.cluster.local:9092"
56
Woojoong Kimfdb269e2019-10-02 10:51:33 -070057aaaAppUrl: "https://oss.sonatype.org/content/groups/public/org/opencord/aaa-app/1.9.0/aaa-app-1.9.0.oar"
58aaaAppVersion: "1.9.0"
59
60att-workflow-driver:
61 kafkaService: "cord-platform-kafka"
62
Woojoong Kim6db4c4d2019-10-03 10:22:07 -070063residentialService:
Woojoong Kima053c4a2019-08-09 16:19:14 -070064 enabled: false
65
66# whether to install or not this shared services
67vrouter:
68 enabled: true
69fabric:
70 enabled: true
71onos-service:
72 enabled: true
Woojoong Kim13a5c992019-10-03 11:03:27 -070073progran:
74 enabled: true