blob: d3b209c5041231d7830d7bd87d5ab501b0a27f46 [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"
Scott Bakere2af9132018-03-06 16:01:35 -080030models_dir: "/opt/xos/synchronizers/progran/models"
Matteo Scandolo830403a2018-02-05 10:51:59 -080031#model_policies_dir: "/opt/xos/synchronizers/progran/model_policies"
Matteo Scandolo1c049b02018-01-18 11:32:46 -080032
Matteo Scandolo1c049b02018-01-18 11:32:46 -080033logging:
34 version: 1
35 handlers:
36 console:
37 class: logging.StreamHandler
38 file:
39 class: logging.handlers.RotatingFileHandler
40 filename: /var/log/xos.log
41 maxBytes: 10485760
42 backupCount: 5
43 loggers:
Matteo Scandolo78742162018-02-23 10:24:34 -080044 'multistructlog':
Matteo Scandolo1c049b02018-01-18 11:32:46 -080045 handlers:
46 - console
47 - file
Matteo Scandolo72a38902018-02-15 09:13:31 -080048 level: DEBUG