Matteo Scandolo | 1c049b0 | 2018-01-18 11:32:46 -0800 | [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 | |
| 17 | name: progran |
Matteo Scandolo | 1c049b0 | 2018-01-18 11:32:46 -0800 | [diff] [blame] | 18 | required_models: |
| 19 | - ProgranService |
| 20 | - ProgranServiceInstance |
| 21 | - MCordSubscriberInstance |
| 22 | - ENodeB |
| 23 | - Handover |
Matteo Scandolo | 1c049b0 | 2018-01-18 11:32:46 -0800 | [diff] [blame] | 24 | steps_dir: "/opt/xos/synchronizers/progran/steps" |
| 25 | sys_dir: "/opt/xos/synchronizers/progran/sys" |
Scott Baker | e2af913 | 2018-03-06 16:01:35 -0800 | [diff] [blame] | 26 | models_dir: "/opt/xos/synchronizers/progran/models" |
Matteo Scandolo | 1c049b0 | 2018-01-18 11:32:46 -0800 | [diff] [blame] | 27 | logging: |
| 28 | version: 1 |
| 29 | handlers: |
| 30 | console: |
| 31 | class: logging.StreamHandler |
Matteo Scandolo | 1c049b0 | 2018-01-18 11:32:46 -0800 | [diff] [blame] | 32 | loggers: |
Matteo Scandolo | 7874216 | 2018-02-23 10:24:34 -0800 | [diff] [blame] | 33 | 'multistructlog': |
Matteo Scandolo | 1c049b0 | 2018-01-18 11:32:46 -0800 | [diff] [blame] | 34 | handlers: |
| 35 | - console |
Matteo Scandolo | 72a3890 | 2018-02-15 09:13:31 -0800 | [diff] [blame] | 36 | level: DEBUG |