blob: b3209aa42d9043beb05cb5dc3168a62a37eab2bf [file] [log] [blame]
Andy Bavier03df22b2017-08-30 14:46:02 -07001
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
Scott Bakerc7b56ad2018-01-22 11:12:46 -080017name: volt
Andy Bavier03df22b2017-08-30 14:46:02 -070018accessor:
19 username: xosadmin@opencord.org
20 password: "@/opt/xos/services/volt/credentials/xosadmin@opencord.org"
Scott Bakerd241f8d2018-01-11 09:36:24 -080021required_models:
22 - VOLTService
Matteo Scandolod2458012018-03-01 13:40:36 -080023 - VOLTServiceInstance
Scott Bakerd241f8d2018-01-11 09:36:24 -080024 - ServiceInstanceLink
Matteo Scandolo4a8b4d62018-03-06 17:18:46 -080025 - OLTDevice
Andy Bavier03df22b2017-08-30 14:46:02 -070026dependency_graph: "/opt/xos/synchronizers/volt/model-deps"
Scott Bakerd241f8d2018-01-11 09:36:24 -080027model_policies_dir: "/opt/xos/synchronizers/volt/model_policies"
28models_dir: "/opt/xos/synchronizers/volt/models"
Matteo Scandolo4a8b4d62018-03-06 17:18:46 -080029steps_dir: "/opt/xos/synchronizers/volt/steps"
30pull_steps_dir: "/opt/xos/synchronizers/volt/pull_steps"
31
32logging:
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:
43 'multistructlog':
44 handlers:
45 - console
46 - file
47 level: DEBUG