blob: ec417d1bd09f78750e6c04d495a8a44d64551f71 [file] [log] [blame]
Matteo Scandolof0441032017-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
Matteo Scandolod5a3cc82019-02-21 08:30:55 -080016name: openstack
Matteo Scandoloceccb1f2017-06-05 10:35:44 -070017dependency_graph: "/opt/xos/synchronizers/openstack/model-deps"
18steps_dir: "/opt/xos/synchronizers/openstack/steps"
Scott Baker62c7eaf2018-05-22 15:59:26 -070019pull_steps_dir: "/opt/xos/synchronizers/openstack/pull_steps"
Matteo Scandoloceccb1f2017-06-05 10:35:44 -070020sys_dir: "/opt/xos/synchronizers/openstack/sys"
21model_policies_dir: "/opt/xos/synchronizers/openstack/model_policies"
Scott Baker62c7eaf2018-05-22 15:59:26 -070022models_dir: "/opt/xos/synchronizers/openstack/models"
Matteo Scandoloceccb1f2017-06-05 10:35:44 -070023images_directory: "/opt/xos/images"
24required_models:
25 - ControllerImages
26 - ControllerNetwork
27 - ControllerSitePrivilege
28 - ControllerSite
29 - ControllerSlicePrivilege
30 - ControllerSlice
31 - ControllerUser
32 - Image
33 - Instance
34 - Port
35 - Role
Scott Baker15b65742018-06-11 09:52:16 -070036 - OpenStackService
Matteo Scandoloceccb1f2017-06-05 10:35:44 -070037nova:
38 ca_ssl_cert: "/etc/ssl/certs/ca-certificates.crt"
Sapan Bhatiafaf2ab12017-08-23 20:47:47 -040039 enabled: True
Matteo Scandoloaf4ba422018-06-12 13:39:36 -070040logging:
41 version: 1
42 handlers:
43 console:
44 class: logging.StreamHandler
45 loggers:
46 'multistructlog':
47 handlers:
48 - console
49 level: DEBUG