Scott Baker | afff308 | 2018-07-16 17:23:26 -0700 | [diff] [blame] | 1 | --- |
| 2 | # 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-fc 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 | |
Kailash Khalasi | 6405514 | 2018-08-17 12:14:12 -0700 | [diff] [blame] | 25 | imagePullPolicy: 'IfNotPresent' |
Scott Baker | afff308 | 2018-07-16 17:23:26 -0700 | [diff] [blame] | 26 | |
| 27 | tosca_loaderImage: "xosproject/tosca-loader:1.0.1" |
| 28 | |
Kailash Khalasi | 6405514 | 2018-08-17 12:14:12 -0700 | [diff] [blame] | 29 | xos_api_testerImage: 'xosproject/xos-api-tester:master' |
Scott Baker | afff308 | 2018-07-16 17:23:26 -0700 | [diff] [blame] | 30 | |
| 31 | xosAdminUser: "admin@opencord.org" |
| 32 | xosAdminPassword: "letmein" |
| 33 | |
Jonathan Hart | 9f638ff | 2018-08-22 18:19:15 -0700 | [diff] [blame] | 34 | # ONOS applications |
| 35 | oltAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=olt-app&v=2.0.0-SNAPSHOT&e=oar" |
| 36 | sadisAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=sadis-app&v=2.2.0-SNAPSHOT&e=oar" |
| 37 | dhcpl2relayAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=dhcpl2relay&v=1.5.0-SNAPSHOT&e=oar" |
| 38 | aaaAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=aaa&v=1.8.0-SNAPSHOT&e=oar" |
| 39 | kafkaAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=kafka&v=1.0.0-SNAPSHOT&e=oar" |
| 40 | |
| 41 | onosRestService: "onos-ui.default.svc.cluster.local" |
| 42 | kafkaService: "cord-kafka.default.svc.cluster.local:9092" |