blob: 5d68541861bf35971f29fc1b93aa7a36bf1e4d2d [file] [log] [blame]
Andy Bavier536e5e12018-03-15 14:39:30 -07001---
Andy Bavier536e5e12018-03-15 14:39:30 -07002# Copyright 2018-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 rcord-lite profile.
17# This is a YAML-formatted file.
18# Declare variables to be passed into your templates.
19
20replicaCount: 1
21
Zack Williams9963fe52018-04-03 08:40:26 -070022nameOverride: ""
23fullnameOverride: ""
24
Matteo Scandoloe2965c92018-05-08 13:22:20 -070025imagePullPolicy: 'Always'
Andy Bavier536e5e12018-03-15 14:39:30 -070026
Zack Williams0e094e82018-07-06 12:38:51 -070027tosca_loaderImage: "xosproject/tosca-loader:1.0.1"
Andy Bavier536e5e12018-03-15 14:39:30 -070028
Zack Williams0e094e82018-07-06 12:38:51 -070029xos_api_testerImage: 'xosproject/xos-api-tester:2.0.1'
Kailash Khalasiaa0bf902018-06-07 15:30:20 -070030
Zack Williams3432b942018-04-24 17:46:41 -070031xosAdminUser: "admin@opencord.org"
32xosAdminPassword: "letmein"
Andy Bavier9d9ee542018-03-19 13:31:28 -070033
Jonathan Hart9f638ff2018-08-22 18:19:15 -070034cordConfigAppURL: "https://oss.sonatype.org/service/local/repositories/releases/content/org/opencord/cord-config/1.4.0/cord-config-1.4.0.oar"
35vtnAppURL: "https://oss.sonatype.org/service/local/repositories/releases/content/org/opencord/vtn/1.6.0/vtn-1.6.0.oar"
36
37# onos-voltha applications
38oltAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=olt-app&v=2.0.0-SNAPSHOT&e=oar"
39sadisAppUrl: "https://oss.sonatype.org/service/local/repositories/releases/content/org/opencord/sadis-app/2.1.0/sadis-app-2.1.0.oar"
40dhcpl2relayAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=dhcpl2relay&v=1.5.0-SNAPSHOT&e=oar"
41aaaAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=aaa&v=1.8.0-SNAPSHOT&e=oar"
42kafkaAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=kafka&v=1.0.0-SNAPSHOT&e=oar"
43
44onosCordRestService: "onos-cord-ui.default.svc.cluster.local"
45onosVolthaRestService: "onos-voltha-ui.default.svc.cluster.local"
46onosFabricRestService: "onos-fabric-ui.default.svc.cluster.local"
47kafkaService: "cord-kafka.default.svc.cluster.local:9092"