Skip to content

Commit 5d09004

Browse files
author
scrungus
committed
change to official collection
1 parent 4a7350e commit 5d09004

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

ansible/openstack.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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

requirements.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

tools/openstack-config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
$@

0 commit comments

Comments
 (0)