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 |
| 18 | accessor: |
| 19 | username: xosadmin@opencord.org |
| 20 | password: "@/opt/xos/services/progran/credentials/xosadmin@opencord.org" |
| 21 | required_models: |
| 22 | - ProgranService |
| 23 | - ProgranServiceInstance |
| 24 | - MCordSubscriberInstance |
| 25 | - ENodeB |
| 26 | - Handover |
| 27 | dependency_graph: "/opt/xos/synchronizers/progran/model_deps" |
| 28 | steps_dir: "/opt/xos/synchronizers/progran/steps" |
| 29 | sys_dir: "/opt/xos/synchronizers/progran/sys" |
Matteo Scandolo | 830403a | 2018-02-05 10:51:59 -0800 | [diff] [blame] | 30 | #model_policies_dir: "/opt/xos/synchronizers/progran/model_policies" |
Matteo Scandolo | 1c049b0 | 2018-01-18 11:32:46 -0800 | [diff] [blame] | 31 | |
| 32 | |
| 33 | keep_temp_files: True |
| 34 | |
| 35 | logging: |
| 36 | version: 1 |
| 37 | handlers: |
| 38 | console: |
| 39 | class: logging.StreamHandler |
| 40 | file: |
| 41 | class: logging.handlers.RotatingFileHandler |
| 42 | filename: /var/log/xos.log |
| 43 | maxBytes: 10485760 |
| 44 | backupCount: 5 |
| 45 | loggers: |
| 46 | '': |
| 47 | handlers: |
| 48 | - console |
| 49 | - file |
Matteo Scandolo | 72a3890 | 2018-02-15 09:13:31 -0800 | [diff] [blame^] | 50 | level: DEBUG |