blob: e1cf63d85e8b721a2c2e11c43b8e9a7a99c3166b [file] [log] [blame]
Hyunsun Moonf152eb22019-10-19 12:34:54 -06001# 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
15onos-progran:
16 nameOverride: "onos-progran"
17 images:
18 onos:
19 repository: 'omecproject/onos-progran'
20 tag: '1.0.0'
21 services:
22 openflow:
23 nodePort: 31654
24 ssh:
25 nodePort: 30116
26 ui:
27 nodePort: 30121
28 debugger:
29 nodePort: 30556
30 progran:
31 type: NodePort
32 port: 4010
33 nodePort: 30410
34
35mcord-services:
36 enabled: true
37 onosFabricRestService: "cord-platform-onos-ui.default.svc.cluster.local"
38 onosProgranRestService: "comac-onos-progran-ui.default.svc.cluster.local"
39 progran:
40 image:
41 repository: 'omecproject/progran-synchronizer'
42 tag: 'comac-1.0.0'
43 pullPolicy: 'IfNotPresent'
44 onosProgranRestService: "comac-onos-progran-ui.default.svc.cluster.local"
45 mcord-subscriber:
46 image:
47 repository: 'omecproject/mcord-synchronizer'
48 tag: 'comac-1.0.0'
49 pullPolicy: 'IfNotPresent'
50 onos-service:
51 kafkaService: "cord-platform-kafka"
52 onosRestService: "cord-platform-onos-cord-ui.default.svc.cluster.local"
53 enabled: true
54
55seba-services:
56 enabled: false
57 # Disable onos-service and fabric from SEBA to avoid conflict with MCORD services
58 # Note that Helm 2.15 or higher is required for nested dependency configs work properly
59 onos-service:
60 enabled: false
61 fabric:
62 enabled: false
63
64 onosRestService: "cord-platform-onos-ui.default.svc.cluster.local"
65 kafkaService: "cord-platform-kafka.default.svc.cluster.local:9092"
66 volt:
67 kafkaService: "cord-platform-kafka"
68 volthaRestService: "voltha.voltha.svc.cluster.local"
69 onosRestService: "cord-platform-onos-ui.default.svc.cluster.local"
70 fabric-crossconnect:
71 kafkaService: "cord-platform-kafka"
72 sadis-server:
73 kafkaBroker: "cord-platform-kafka:9092"
74
75base-kubernetes:
76 kubernetes:
77 image:
78 repository: 'omecproject/kubernetes-synchronizer'
79 tag: 'comac-1.0.0'
80 pullPolicy: 'IfNotPresent'