blob: 46d868f5dec8f3992c4807052e8c5be30d53d20d [file] [log] [blame]
Andy Bavier7b321c52017-08-30 15:33:59 -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 Baker3a9520a2018-01-11 15:46:40 -080017name: vtn
Scott Baker3a9520a2018-01-11 15:46:40 -080018required_models:
19 - AddressPool
20 - Controller
21 - Network
22 - Node
23 - Port
24 - Service
25 - ServiceInstance
26 - Tag
27 - VTNService
Andy Bavier7b321c52017-08-30 15:33:59 -070028dependency_graph: "/opt/xos/synchronizers/vtn/model-deps"
29steps_dir: "/opt/xos/synchronizers/vtn/steps"
Scott Baker3a9520a2018-01-11 15:46:40 -080030sys_dir: "/opt/xos/synchronizers/vtn/sys"
31models_dir: "/opt/xos/synchronizers/vtn/models"
Matteo Scandolo63ceffc2018-06-12 13:36:58 -070032logging:
33 version: 1
34 handlers:
35 console:
36 class: logging.StreamHandler
37 loggers:
38 'multistructlog':
39 handlers:
40 - console
41 level: DEBUG