File tree Expand file tree Collapse file tree 3 files changed +7
-10
lines changed
Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 11---
2- # Top level playbook that includes all others.
3- # - import_playbook: openstack-project.yml
2+ # Top level playbook that includes all others.
3+ - import_playbook : openstack-project.yml
44- import_playbook : openstack-networks.yml
5- # - import_playbook: openstack-flavors.yml
6- # - import_playbook: openstack-images.yml
7- # - import_playbook: openstack-host-aggregates.yml
8- # - import_playbook: openstack-container-clusters.yml
5+ - import_playbook : openstack-flavors.yml
6+ - import_playbook : openstack-images.yml
7+ - import_playbook : openstack-host-aggregates.yml
8+ - import_playbook : openstack-container-clusters.yml
Original file line number Diff line number Diff line change @@ -3,6 +3,4 @@ collections:
33 - name : openstack.cloud
44 version : 2.1.0
55 - name : stackhpc.openstack
6- type : git
7- source : https://github.com/stackhpc/ansible-collection-openstack.git
8- version : 8a526f520b231ced3f5cf122a6c6fc241c03df73
6+ version : 0.0.1
Original file line number Diff line number Diff line change @@ -34,5 +34,4 @@ exec ansible-playbook \
3434 ${PLAYBOOK} \
3535 -i ansible/inventory \
3636 -e @etc/openstack-config/openstack-config.yml \
37- -e @etc/openstack-config/container-clusters.yml \
3837 $@
You can’t perform that action at this time.
0 commit comments