blob: 4d682f8a74b2febf6e08019ff2f8545a54e85214 [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 Kim4e3f0992019-09-30 14:27:12 -070057resdentialService:
Woojoong Kima053c4a2019-08-09 16:19:14 -070058 enabled: false
59
60# whether to install or not this shared services
61vrouter:
62 enabled: true
63fabric:
64 enabled: true
65onos-service:
66 enabled: true