Merge "use import_playbook instead of include"
This commit is contained in:
@@ -14,22 +14,22 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
# Setup the host
|
# Setup the host
|
||||||
- include: common/test-setup-host.yml
|
- import_playbook: common/test-setup-host.yml
|
||||||
|
|
||||||
# Install RabbitMQ/MariaDB
|
# Install RabbitMQ/MariaDB
|
||||||
- include: common/test-install-infra.yml
|
- import_playbook: common/test-install-infra.yml
|
||||||
|
|
||||||
# Install Keystone
|
# Install Keystone
|
||||||
- include: common/test-install-keystone.yml
|
- import_playbook: common/test-install-keystone.yml
|
||||||
|
|
||||||
# Install Glance
|
# Install Glance
|
||||||
- include: common/test-install-glance.yml
|
- import_playbook: common/test-install-glance.yml
|
||||||
|
|
||||||
# Install Neutron
|
# Install Neutron
|
||||||
- include: common/test-install-neutron.yml
|
- import_playbook: common/test-install-neutron.yml
|
||||||
|
|
||||||
# Install Nova
|
# Install Nova
|
||||||
- include: common/test-install-nova.yml
|
- import_playbook: common/test-install-nova.yml
|
||||||
|
|
||||||
# Install Tempest
|
# Install Tempest
|
||||||
- include: common/test-install-tempest.yml
|
- import_playbook: common/test-install-tempest.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user