blob: ea34f872151e378f8065ce6bb42924aa6057c5a4 [file] [log] [blame]
Woojoong Kimeb8a7182018-01-09 12:54:38 -08001# 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
Scott Baker0e0ff7c2018-03-06 20:38:51 -080015name: hssdb
Scott Baker0e0ff7c2018-03-06 20:38:51 -080016required_models:
17 - HSSDBService
18 - HSSDBVendor
19 - HSSDBServiceInstance
Woojoong Kimeb8a7182018-01-09 12:54:38 -080020steps_dir: "/opt/xos/synchronizers/hssdb/steps"
21sys_dir: "/opt/xos/synchronizers/hssdb/sys"
Scott Baker0e0ff7c2018-03-06 20:38:51 -080022models_dir: "/opt/xos/synchronizers/hssdb/models"
Woojoong Kimeb8a7182018-01-09 12:54:38 -080023model_policies_dir: "/opt/xos/synchronizers/hssdb/model_policies"
Matteo Scandolo01d720f2018-06-12 14:07:53 -070024logging:
25 version: 1
26 handlers:
27 console:
28 class: logging.StreamHandler
29 loggers:
30 'multistructlog':
31 handlers:
32 - console
33 level: DEBUG