blob: f12e1e65a5fdc631ad186d71f0a8e4c7a89c18ca [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 Scandolof1897e02019-02-25 15:09:16 -080017core_version: ">=2.2.1"
Matteo Scandoloceccb1f2017-06-05 10:35:44 -070018dependency_graph: "/opt/xos/synchronizers/openstack/model-deps"
19steps_dir: "/opt/xos/synchronizers/openstack/steps"
Scott Baker62c7eaf2018-05-22 15:59:26 -070020pull_steps_dir: "/opt/xos/synchronizers/openstack/pull_steps"
Matteo Scandoloceccb1f2017-06-05 10:35:44 -070021sys_dir: "/opt/xos/synchronizers/openstack/sys"
22model_policies_dir: "/opt/xos/synchronizers/openstack/model_policies"
Scott Baker62c7eaf2018-05-22 15:59:26 -070023models_dir: "/opt/xos/synchronizers/openstack/models"
Matteo Scandoloceccb1f2017-06-05 10:35:44 -070024images_directory: "/opt/xos/images"
25required_models:
26 - ControllerImages
27 - ControllerNetwork
28 - ControllerSitePrivilege
29 - ControllerSite
30 - ControllerSlicePrivilege
31 - ControllerSlice
32 - ControllerUser
33 - Image
34 - Instance
35 - Port
36 - Role
Scott Baker15b65742018-06-11 09:52:16 -070037 - OpenStackService
Matteo Scandoloceccb1f2017-06-05 10:35:44 -070038nova:
39 ca_ssl_cert: "/etc/ssl/certs/ca-certificates.crt"
Sapan Bhatiafaf2ab12017-08-23 20:47:47 -040040 enabled: True
Matteo Scandoloaf4ba422018-06-12 13:39:36 -070041logging:
42 version: 1
43 handlers:
44 console:
45 class: logging.StreamHandler
46 loggers:
47 'multistructlog':
48 handlers:
49 - console
50 level: DEBUG