blob: 93262fb60b3e6a55917ac2179cb23a967f0a6001 [file] [log] [blame]
Zack Williams55b456e2018-11-03 20:08:53 -07001---
Zack Williams41513bf2018-07-07 20:08:35 -07002# 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.
Rouzbahan Rashidi-Tabrizi1c3eba82016-10-27 21:47:18 -040015
khenaidoo80a7f572017-04-05 14:17:16 -050016core:
17 management_vlan: 4091
18
Rouzbahan Rashidi-Tabrizi1c3eba82016-10-27 21:47:18 -040019coordinator:
20 voltha_kv_prefix: 'service/voltha'
khenaidoo032d3302017-06-09 14:50:04 -040021 core_store_key: 'data/core'
Rouzbahan Rashidi-Tabrizi1c3eba82016-10-27 21:47:18 -040022 leader_key: 'leader'
23 membership_key: 'members'
24 assignment_key: 'assignments'
25 workload_key: 'work'
26 membership_watch_relatch_delay: 0.1
khenaidoo686f7bd2017-08-11 11:41:33 -040027 membership_maintenance_loop_delay: 5
Rouzbahan Rashidi-Tabrizi1c3eba82016-10-27 21:47:18 -040028 tracking_loop_delay: 1
khenaidoo5431e4c2017-08-17 15:05:40 -040029 session_time_to_live: 60
30 session_renewal_loop_delay: 10
31 session_renewal_timeout: 10
Rouzbahan Rashidi-Tabrizi1c3eba82016-10-27 21:47:18 -040032
33worker:
34 time_to_let_leader_update: 5
35 assignments_track_error_to_avoid_flood: 1
36
37leader:
38 workload_track_error_to_prevent_flood: 1
39 members_track_error_to_prevent_flood: 1
Zsolt Haraszti99509d32016-12-10 16:41:45 -080040
41kafka-proxy:
42 event_bus_publisher:
43 topic_mappings:
44 'model-change-events':
45 kafka_topic: 'voltha.events'
46 filters: [null]
47 'alarms':
48 kafka_topic: 'voltha.alarms'
49 filters: [null]
50 'kpis':
51 kafka_topic: 'voltha.kpis'
52 filters: [null]
Chip Boling8e5e0042018-07-13 14:48:58 -050053 'openomci-events':
54 kafka_topic: 'voltha.events'
55 filters: [null]
khenaidoo80a7f572017-04-05 14:17:16 -050056