blob: fdc1c577f58c80cf2fd51ed3ee4b506340992870 [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
16
Scott Baker15b65742018-06-11 09:52:16 -070017name: openstack
Matteo Scandoloceccb1f2017-06-05 10:35:44 -070018accessor:
19 username: xosadmin@opencord.org
20 password: "@/opt/xos/services/openstack/credentials/xosadmin@opencord.org"
21dependency_graph: "/opt/xos/synchronizers/openstack/model-deps"
22steps_dir: "/opt/xos/synchronizers/openstack/steps"
Scott Baker62c7eaf2018-05-22 15:59:26 -070023pull_steps_dir: "/opt/xos/synchronizers/openstack/pull_steps"
Matteo Scandoloceccb1f2017-06-05 10:35:44 -070024sys_dir: "/opt/xos/synchronizers/openstack/sys"
25model_policies_dir: "/opt/xos/synchronizers/openstack/model_policies"
Scott Baker62c7eaf2018-05-22 15:59:26 -070026models_dir: "/opt/xos/synchronizers/openstack/models"
Matteo Scandoloceccb1f2017-06-05 10:35:44 -070027images_directory: "/opt/xos/images"
28required_models:
29 - ControllerImages
30 - ControllerNetwork
31 - ControllerSitePrivilege
32 - ControllerSite
33 - ControllerSlicePrivilege
34 - ControllerSlice
35 - ControllerUser
36 - Image
37 - Instance
38 - Port
39 - Role
Scott Baker15b65742018-06-11 09:52:16 -070040 - OpenStackService
Matteo Scandoloceccb1f2017-06-05 10:35:44 -070041nova:
42 ca_ssl_cert: "/etc/ssl/certs/ca-certificates.crt"
Sapan Bhatiafaf2ab12017-08-23 20:47:47 -040043 enabled: True