blob: 96e1b7e18c89bee7ca5bd4ef8ae1671048260c88 [file] [log] [blame]
Andy Bavierac5a1922018-07-09 17:19:19 -07001---
2# Copyright 2017-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.
Matteo Scandoloa97732a2018-12-17 15:12:23 -080015
16seba-services:
17 onosRestService: cord-platform-onos-ui.default.svc.cluster.local
18 kafkaService: cord-platform-kafka.default.svc.cluster.local:9092
19
20 onos-service:
21 kafkaService: cord-platform-kafka
22 onosRestService: "cord-platform-onos-cord-ui.default.svc.cluster.local"
23 fabric:
24 kafkaService: cord-platform-kafka
25 volt:
26 kafkaService: cord-platform-kafka
27 volthaRestService: voltha.voltha.svc.cluster.local
28 onosRestService: cord-platform-onos-ui.default.svc.cluster.local
29 fabric-crossconnect:
30 kafkaService: cord-platform-kafka
31 sadis-server:
32 kafkaBroker: cord-platform-kafka:9092
33
34voltha:
35 kafkaReleaseName: cord-platform-kafka
36 ofagent_args:
37 - "/ofagent/ofagent/main.py"
38 - "--consul=consul.$(NAMESPACE).svc.cluster.local:8500"
39 - "--controller=cord-platform-onos-openflow.default.svc.cluster.local:6653"
40 - "--grpc-endpoint=vcore.$(NAMESPACE).svc.cluster.local:50556"