blob: 34ff0826f3070fc9535f7dfda8fbb805e9480e32 [file] [log] [blame]
Takahiro Suzuki2b66b942020-12-17 11:58:14 +09001
2# Copyright 2020-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: ntt-workflow-driver
18core_version: ">=4.0.0"
19required_models:
20 - NttWorkflowDriverService
21 - NttWorkflowDriverServiceInstance
22 - NttWorkflowDriverOltInformation
23 - RCORDSubscriber
24 - ONUDevice
25 - TechnologyProfile
26model_policies_dir: "/opt/xos/synchronizers/ntt-workflow-driver/model_policies"
27models_dir: "/opt/xos/synchronizers/ntt-workflow-driver/models"
28event_steps_dir: "/opt/xos/synchronizers/ntt-workflow-driver/event_steps"
29logging:
30 version: 1
31 handlers:
32 console:
33 class: logging.StreamHandler
34 file:
35 class: logging.handlers.RotatingFileHandler
36 filename: /var/log/xos.log
37 maxBytes: 10485760
38 backupCount: 5
39 loggers:
40 'multistructlog':
41 handlers:
42 - console
43 - file
44 level: DEBUG