blob: 2d711169f95272987574114dc9f69f6785eb1e5f [file] [log] [blame]
Woojoong Kim17786562017-10-16 17:00:51 -07001# Copyright 2017-present Open Networking Foundation
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15
Scott Baker9f3aa872018-03-06 22:13:02 -080016name: sdncontroller
Scott Baker9f3aa872018-03-06 22:13:02 -080017required_models:
18 - SDNControllerService
19 - SDNControllerVendor
20 - SDNControllerServiceInstance
Woojoong Kim17786562017-10-16 17:00:51 -070021steps_dir: "/opt/xos/synchronizers/sdncontroller/steps"
22sys_dir: "/opt/xos/synchronizers/sdncontroller/sys"
Woojoong Kim17786562017-10-16 17:00:51 -070023model_policies_dir: "/opt/xos/synchronizers/sdncontroller/model_policies"
Matteo Scandolo31510df2018-06-12 14:14:56 -070024models_dir: "/opt/xos/synchronizers/sdncontroller/models"
25logging:
26 version: 1
27 handlers:
28 console:
29 class: logging.StreamHandler
30 loggers:
31 'multistructlog':
32 handlers:
33 - console
34 level: DEBUG