blob: e894bb2c5cfa74178582e3fa83aeec75a6d553a0 [file] [log] [blame]
Matteo Scandolo1c049b02018-01-18 11:32:46 -08001
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
17name: progran
18accessor:
19 username: xosadmin@opencord.org
20 password: "@/opt/xos/services/progran/credentials/xosadmin@opencord.org"
21required_models:
22 - ProgranService
23 - ProgranServiceInstance
24 - MCordSubscriberInstance
25 - ENodeB
26 - Handover
27dependency_graph: "/opt/xos/synchronizers/progran/model_deps"
28steps_dir: "/opt/xos/synchronizers/progran/steps"
29sys_dir: "/opt/xos/synchronizers/progran/sys"
Matteo Scandolo830403a2018-02-05 10:51:59 -080030#model_policies_dir: "/opt/xos/synchronizers/progran/model_policies"
Matteo Scandolo1c049b02018-01-18 11:32:46 -080031
32
33keep_temp_files: True
34
35logging:
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 Scandolo72a38902018-02-15 09:13:31 -080050 level: DEBUG