Matteo Scandolo | 79fe3e1 | 2017-08-08 13:05:25 -0700 | [diff] [blame] | 1 | |
| 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 Baker | 797beee | 2018-01-11 16:11:51 -0800 | [diff] [blame] | 17 | name: fabric |
Matteo Scandolo | b590b9c | 2019-06-06 15:36:58 -0700 | [diff] [blame] | 18 | core_version: ">=3.2.8" |
Scott Baker | 797beee | 2018-01-11 16:11:51 -0800 | [diff] [blame] | 19 | required_models: |
Scott Baker | 797beee | 2018-01-11 16:11:51 -0800 | [diff] [blame] | 20 | - FabricService |
Matteo Scandolo | 8974c18 | 2017-06-02 14:48:57 -0700 | [diff] [blame] | 21 | steps_dir: "/opt/xos/synchronizers/fabric/steps" |
Scott Baker | 797beee | 2018-01-11 16:11:51 -0800 | [diff] [blame] | 22 | sys_dir: "/opt/xos/synchronizers/fabric/sys" |
| 23 | models_dir: "/opt/xos/synchronizers/fabric/models" |
Matteo Scandolo | af3c994 | 2018-06-27 14:03:12 -0700 | [diff] [blame] | 24 | model_policies_dir: "/opt/xos/synchronizers/fabric/model_policies" |
Scott Baker | b2e8aa1 | 2018-08-15 16:04:41 -0700 | [diff] [blame] | 25 | event_steps_dir: "/opt/xos/synchronizers/fabric/event_steps" |
Scott Baker | cabc3de | 2019-04-03 17:23:08 -0700 | [diff] [blame] | 26 | pull_steps_dir: "/opt/xos/synchronizers/fabric/pull_steps" |
Matteo Scandolo | caa5b5a | 2018-06-12 12:13:09 -0700 | [diff] [blame] | 27 | logging: |
| 28 | version: 1 |
| 29 | handlers: |
| 30 | console: |
| 31 | class: logging.StreamHandler |
| 32 | loggers: |
| 33 | 'multistructlog': |
| 34 | handlers: |
| 35 | - console |
| 36 | level: DEBUG |