blob: 6a27588a5e1d360f087ac5a25c656bfec89747e3 [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"
Zack Williams10533a62019-07-03 11:37:18 -070023
Matteo Scandoloa97732a2018-12-17 15:12:23 -080024 fabric:
25 kafkaService: cord-platform-kafka
Zack Williams10533a62019-07-03 11:37:18 -070026
Matteo Scandoloa97732a2018-12-17 15:12:23 -080027 volt:
28 kafkaService: cord-platform-kafka
29 volthaRestService: voltha.voltha.svc.cluster.local
30 onosRestService: cord-platform-onos-ui.default.svc.cluster.local
Zack Williams10533a62019-07-03 11:37:18 -070031
Matteo Scandoloa97732a2018-12-17 15:12:23 -080032 fabric-crossconnect:
33 kafkaService: cord-platform-kafka
Zack Williams10533a62019-07-03 11:37:18 -070034
Matteo Scandoloa97732a2018-12-17 15:12:23 -080035 sadis-server:
36 kafkaBroker: cord-platform-kafka:9092
37
38voltha:
39 kafkaReleaseName: cord-platform-kafka
Zack Williams10533a62019-07-03 11:37:18 -070040
Matteo Scandoloa97732a2018-12-17 15:12:23 -080041 ofagent_args:
42 - "/ofagent/ofagent/main.py"
43 - "--consul=consul.$(NAMESPACE).svc.cluster.local:8500"
44 - "--controller=cord-platform-onos-openflow.default.svc.cluster.local:6653"
Zack Williams10533a62019-07-03 11:37:18 -070045 - "--grpc-endpoint=vcore.$(NAMESPACE).svc.cluster.local:50556"
46
47 etcd-cluster:
48 clusterSize: 1