blob: 20892afc55f8185947ceb192ffb570ada6391993 [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
Matteo Scandolo1c049b02018-01-18 11:32:46 -080032logging:
33 version: 1
34 handlers:
35 console:
36 class: logging.StreamHandler
37 file:
38 class: logging.handlers.RotatingFileHandler
39 filename: /var/log/xos.log
40 maxBytes: 10485760
41 backupCount: 5
42 loggers:
Matteo Scandolo78742162018-02-23 10:24:34 -080043 'multistructlog':
Matteo Scandolo1c049b02018-01-18 11:32:46 -080044 handlers:
45 - console
46 - file
Matteo Scandolo72a38902018-02-15 09:13:31 -080047 level: DEBUG