blob: 048705c9986e4a234e95b611c844a16b37b59e0c [file] [log] [blame]
Matteo Scandolo79fe3e12017-08-08 13:05:25 -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.
15
16
Scott Baker797beee2018-01-11 16:11:51 -080017name: fabric
Daniele Moroda825802020-02-20 22:36:30 -080018core_version: ">=4.0.0"
Scott Baker797beee2018-01-11 16:11:51 -080019required_models:
Scott Baker797beee2018-01-11 16:11:51 -080020 - FabricService
Matteo Scandolo8974c182017-06-02 14:48:57 -070021steps_dir: "/opt/xos/synchronizers/fabric/steps"
Scott Baker797beee2018-01-11 16:11:51 -080022sys_dir: "/opt/xos/synchronizers/fabric/sys"
23models_dir: "/opt/xos/synchronizers/fabric/models"
Matteo Scandoloaf3c9942018-06-27 14:03:12 -070024model_policies_dir: "/opt/xos/synchronizers/fabric/model_policies"
Scott Bakerb2e8aa12018-08-15 16:04:41 -070025event_steps_dir: "/opt/xos/synchronizers/fabric/event_steps"
Scott Bakercabc3de2019-04-03 17:23:08 -070026pull_steps_dir: "/opt/xos/synchronizers/fabric/pull_steps"
Matteo Scandolocaa5b5a2018-06-12 12:13:09 -070027logging:
28 version: 1
29 handlers:
30 console:
31 class: logging.StreamHandler
32 loggers:
33 'multistructlog':
34 handlers:
35 - console
36 level: DEBUG