Matteo Scandolo | 35113f7 | 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 | d177b93 | 2017-12-12 15:01:53 -0800 | [diff] [blame] | 17 | name: exampleservice |
Matteo Scandolo | 71f404f | 2017-06-02 14:44:57 -0700 | [diff] [blame] | 18 | required_models: |
| 19 | - ExampleService |
Scott Baker | ffac718 | 2017-07-27 15:21:30 -0700 | [diff] [blame] | 20 | - ExampleServiceInstance |
Matteo Scandolo | 71f404f | 2017-06-02 14:44:57 -0700 | [diff] [blame] | 21 | - ServiceDependency |
| 22 | - ServiceMonitoringAgentInfo |
| 23 | dependency_graph: "/opt/xos/synchronizers/exampleservice/model-deps" |
| 24 | steps_dir: "/opt/xos/synchronizers/exampleservice/steps" |
Scott Baker | 5552b40 | 2017-06-07 15:48:53 -0700 | [diff] [blame] | 25 | sys_dir: "/opt/xos/synchronizers/exampleservice/sys" |
| 26 | model_policies_dir: "/opt/xos/synchronizers/exampleservice/model_policies" |
Scott Baker | d177b93 | 2017-12-12 15:01:53 -0800 | [diff] [blame] | 27 | models_dir: "/opt/xos/synchronizers/exampleservice/models" |
Scott Baker | 6032074 | 2018-06-19 09:51:19 -0700 | [diff] [blame] | 28 | logging: |
| 29 | version: 1 |
| 30 | handlers: |
| 31 | console: |
| 32 | class: logging.StreamHandler |
| 33 | loggers: |
| 34 | 'multistructlog': |
| 35 | handlers: |
| 36 | - console |
| 37 | level: DEBUG |