b4665609e2
This patch adds zun to the integrated repo, so that deployers were able to use it out of the box and we have integrated tests Depends-On: https://review.opendev.org/692406 Change-Id: I7785964668679d3f97a36daa83043f6c10a3d7ac
50 lines
1.9 KiB
YAML
50 lines
1.9 KiB
YAML
---
|
|
# Copyright 2014, Rackspace US, Inc.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
- import_playbook: os-keystone-install.yml
|
|
- import_playbook: os-barbican-install.yml
|
|
- import_playbook: os-placement-install.yml
|
|
- import_playbook: os-glance-install.yml
|
|
- import_playbook: os-cinder-install.yml
|
|
- import_playbook: os-nova-install.yml
|
|
- import_playbook: os-neutron-install.yml
|
|
- import_playbook: os-heat-install.yml
|
|
- import_playbook: os-horizon-install.yml
|
|
- import_playbook: os-designate-install.yml
|
|
- import_playbook: os-gnocchi-install.yml
|
|
- import_playbook: os-swift-install.yml
|
|
- import_playbook: os-ceilometer-install.yml
|
|
- import_playbook: os-aodh-install.yml
|
|
- import_playbook: os-panko-install.yml
|
|
- import_playbook: os-ironic-install.yml
|
|
- import_playbook: os-magnum-install.yml
|
|
- import_playbook: os-trove-install.yml
|
|
- import_playbook: os-sahara-install.yml
|
|
- import_playbook: os-octavia-install.yml
|
|
- import_playbook: os-tacker-install.yml
|
|
- import_playbook: os-blazar-install.yml
|
|
- import_playbook: os-masakari-install.yml
|
|
- import_playbook: os-manila-install.yml
|
|
- import_playbook: os-mistral-install.yml
|
|
- import_playbook: os-murano-install.yml
|
|
- import_playbook: os-zun-install.yml
|
|
|
|
# This is not an OpenStack service, but integrates with Keystone and must be
|
|
# deployed afterward.
|
|
- import_playbook: ceph-rgw-install.yml
|
|
- import_playbook: os-congress-install.yml
|
|
- import_playbook: os-tempest-install.yml
|
|
- import_playbook: os-rally-install.yml
|