blob: a48924ec8cf36fc4fc99b12e2152d85b35150eb7 [file] [log] [blame]
Matteo Scandolo7781b5b2017-08-08 13:05:26 -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 Bakera0f6aa82018-01-19 09:07:08 -080017name: onos
Matteo Scandolo6d534022019-06-06 15:43:45 -070018core_version: ">=3.2.8"
Matteo Scandolo732ad802018-06-12 11:14:24 -070019required_models:
20 - ONOSService
21 - ONOSApp
Matteo Scandolod3744122017-06-02 16:09:31 -070022dependency_graph: "/opt/xos/synchronizers/onos/model-deps"
23steps_dir: "/opt/xos/synchronizers/onos/steps"
Scott Bakera0f6aa82018-01-19 09:07:08 -080024sys_dir: "/opt/xos/synchronizers/onos/sys"
25models_dir: "/opt/xos/synchronizers/onos/models"
Scott Baker665b9362018-08-15 11:07:59 -070026event_steps_dir: "/opt/xos/synchronizers/onos/event_steps"
Matteo Scandolo732ad802018-06-12 11:14:24 -070027logging:
28 version: 1
29 handlers:
30 console:
31 class: logging.StreamHandler
32 loggers:
33 'multistructlog':
34 handlers:
35 - console
36 level: DEBUG