Andy Bavier | d807026 | 2018-03-12 10:12:43 -0700 | [diff] [blame] | 1 | --- |
Andy Bavier | d807026 | 2018-03-12 10:12:43 -0700 | [diff] [blame] | 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 onos-service. |
| 17 | # This is a YAML-formatted file. |
| 18 | # Declare variables to be passed into your templates. |
| 19 | |
| 20 | replicaCount: 1 |
| 21 | |
Zack Williams | 9963fe5 | 2018-04-03 08:40:26 -0700 | [diff] [blame] | 22 | nameOverride: "" |
| 23 | fullnameOverride: "" |
| 24 | |
Matteo Scandolo | e2965c9 | 2018-05-08 13:22:20 -0700 | [diff] [blame] | 25 | imagePullPolicy: 'Always' |
Zack Williams | 3432b94 | 2018-04-24 17:46:41 -0700 | [diff] [blame] | 26 | |
Matteo Scandolo | 6a07ee7 | 2018-08-07 11:00:16 -0700 | [diff] [blame] | 27 | onos_synchronizerImage: "xosproject/onos-synchronizer:master" |
Zack Williams | 3432b94 | 2018-04-24 17:46:41 -0700 | [diff] [blame] | 28 | |
| 29 | xosAdminUser: "admin@opencord.org" |
| 30 | xosAdminPassword: "letmein" |
Andy Bavier | d807026 | 2018-03-12 10:12:43 -0700 | [diff] [blame] | 31 | |
Andy Bavier | 963ad82 | 2018-06-08 14:53:30 -0700 | [diff] [blame] | 32 | cordConfigAppURL: "https://oss.sonatype.org/service/local/repositories/releases/content/org/opencord/cord-config/1.4.0/cord-config-1.4.0.oar" |
| 33 | vtnAppURL: "https://oss.sonatype.org/service/local/repositories/releases/content/org/opencord/vtn/1.6.0/vtn-1.6.0.oar" |
Andy Bavier | aaecf6e | 2018-05-24 15:32:17 -0700 | [diff] [blame] | 34 | |
Jonathan Hart | 5c3e529 | 2018-08-06 11:22:52 -0700 | [diff] [blame] | 35 | # onos-voltha applications |
| 36 | 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" |
| 37 | sadisAppUrl: "https://oss.sonatype.org/service/local/repositories/releases/content/org/opencord/sadis-app/2.1.0/sadis-app-2.1.0.oar" |
| 38 | dhcpl2relayAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=dhcpl2relay&v=1.5.0-SNAPSHOT&e=oar" |
| 39 | aaaAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=aaa&v=1.8.0-SNAPSHOT&e=oar" |
| 40 | kafkaAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=kafka&v=1.0.0-SNAPSHOT&e=oar" |
| 41 | |
Andy Bavier | ebfcfeb | 2018-07-13 13:04:13 -0700 | [diff] [blame] | 42 | onosCordRestService: "onos-cord-ui.default.svc.cluster.local" |
Jonathan Hart | 2c3bbbf | 2018-08-03 14:34:12 -0700 | [diff] [blame] | 43 | onosVolthaRestService: "onos-voltha-ui.default.svc.cluster.local" |
Andy Bavier | ebfcfeb | 2018-07-13 13:04:13 -0700 | [diff] [blame] | 44 | onosFabricRestService: "onos-fabric-ui.default.svc.cluster.local" |
Andy Bavier | d6b15f5 | 2018-07-26 07:59:11 -0700 | [diff] [blame] | 45 | kafkaService: "cord-kafka.default.svc.cluster.local:9092" |
Andy Bavier | ebfcfeb | 2018-07-13 13:04:13 -0700 | [diff] [blame] | 46 | |
Andy Bavier | d807026 | 2018-03-12 10:12:43 -0700 | [diff] [blame] | 47 | resources: {} |
| 48 | |
| 49 | nodeSelector: {} |
| 50 | |
| 51 | tolerations: [] |
| 52 | |
| 53 | affinity: {} |