de92efc0f9
This change adds manila to our playbook lineup and will allow deployers to use the shared filesystem as a service solution in their deployments. Depends-On: I4d95bfc15d09b7b7c0b997d7eab91509b0c63885 Change-Id: I63ee785d3241d92ea94c07f89882000cae7a0ff6 Signed-off-by: cloudnull <kevin@cloudnull.com>
45 lines
1.7 KiB
YAML
45 lines
1.7 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-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
|
|
|
|
# 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
|