Woojoong Kim | 862fc2f | 2019-07-26 15:54:01 -0700 | [diff] [blame] | 1 | # Copyright 2019-present Open Networking Foundation |
| 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # You may obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | # See the License for the specific language governing permissions and |
| 13 | # limitations under the License. |
| 14 | |
| 15 | # 0.1. profile definition |
| 16 | profile: |
| 17 | mcord: |
| 18 | enabled: true |
| 19 | base-kubernetes: |
| 20 | enabled: true |
| 21 | |
| 22 | # 0.2. enable/disable sub-chart ProgRAN |
| 23 | progran: |
| 24 | enabled: false |
| 25 | |
Woojoong Kim | 862fc2f | 2019-07-26 15:54:01 -0700 | [diff] [blame] | 26 | # 3. mcord parameters |
| 27 | # To-Do: need to change it to COMAC profile in xos-service charts |
| 28 | mcord: |
| 29 | onosRestService: cord-platform-onos-ui.default.svc.cluster.local |
| 30 | kafkaService: cord-platform-kafka.default.svc.cluster.local:9092 |
| 31 | |
| 32 | onos-service: |
| 33 | kafkaService: cord-platform-kafka |
| 34 | onosRestService: "cord-platform-onos-cord-ui.default.svc.cluster.local" |
Woojoong Kim | 7a707fe | 2019-09-26 16:22:45 -0700 | [diff] [blame] | 35 | enabled: true |
Woojoong Kim | 862fc2f | 2019-07-26 15:54:01 -0700 | [diff] [blame] | 36 | |
| 37 | fabric: |
| 38 | kafkaService: cord-platform-kafka |
Woojoong Kim | 7a707fe | 2019-09-26 16:22:45 -0700 | [diff] [blame] | 39 | enabled: true |
Woojoong Kim | 862fc2f | 2019-07-26 15:54:01 -0700 | [diff] [blame] | 40 | |
| 41 | # parameter in mcord service for progran |
| 42 | progran: |
| 43 | enabled: false |
Woojoong Kim | 45dd798 | 2019-09-03 14:09:35 -0700 | [diff] [blame] | 44 | image: |
Woojoong Kim | 57c094c | 2019-09-19 14:27:10 -0700 | [diff] [blame] | 45 | repository: 'omecproject/progran-synchronizer' |
| 46 | tag: 'comac-1.0.0' |
| 47 | pullPolicy: 'IfNotPresent' |
Woojoong Kim | 862fc2f | 2019-07-26 15:54:01 -0700 | [diff] [blame] | 48 | |
Woojoong Kim | 9d0a5b3 | 2019-09-07 16:16:40 -0700 | [diff] [blame] | 49 | mcord-subscriber: |
| 50 | image: |
Woojoong Kim | 57c094c | 2019-09-19 14:27:10 -0700 | [diff] [blame] | 51 | repository: 'omecproject/mcord-synchronizer' |
| 52 | tag: 'comac-1.0.0' |
| 53 | pullPolicy: 'IfNotPresent' |
Woojoong Kim | 9d0a5b3 | 2019-09-07 16:16:40 -0700 | [diff] [blame] | 54 | |
Woojoong Kim | 862fc2f | 2019-07-26 15:54:01 -0700 | [diff] [blame] | 55 | seba: |
| 56 | enabled: false |
| 57 | |
| 58 | # 4. base-kubernetes parameters |
Woojoong Kim | 45dd798 | 2019-09-03 14:09:35 -0700 | [diff] [blame] | 59 | base-kubernetes: |
| 60 | kubernetes: |
| 61 | image: |
Woojoong Kim | 57c094c | 2019-09-19 14:27:10 -0700 | [diff] [blame] | 62 | repository: 'omecproject/kubernetes-synchronizer' |
| 63 | tag: 'comac-1.0.0' |
| 64 | pullPolicy: 'IfNotPresent' |