File tree Expand file tree Collapse file tree 11 files changed +20
-23
lines changed
Expand file tree Collapse file tree 11 files changed +20
-23
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ packages. For example:
1717
1818 $ virtualenv venv
1919 $ source venv/bin/activate
20- $ pip install -U pip
20+ $ python -m pip install --upgrade pip
2121 $ pip install -r requirements.txt
2222
2323 Install Ansible role and collection dependencies from Ansible Galaxy:
Original file line number Diff line number Diff line change 44 tags :
55 - container-clusters-templates
66 roles :
7- - role : stackhpc.os-container-clusters
8- os_container_clusters_venv : " {{ openstack_venv }}"
7+ - role : stackhpc.openstack.os_container_clusters
8+ os_container_clusters_venv : " {{ openstack_sdk_1_0_venv }}"
99 os_container_clusters_auth_type : " {{ openstack_auth_type }}"
1010 os_container_clusters_auth : " {{ openstack_auth }}"
1111 os_container_clusters_cacert : " {{ openstack_cacert }}"
Original file line number Diff line number Diff line change 44 tags :
55 - flavors
66 roles :
7- - role : stackhpc.os-flavors
7+ - role : stackhpc.openstack.os_flavors
88 os_flavors_venv : " {{ openstack_venv }}"
99 os_flavors_auth_type : " {{ openstack_auth_type }}"
1010 os_flavors_auth : " {{ openstack_auth }}"
Original file line number Diff line number Diff line change 44 tags :
55 - host_aggregates
66 roles :
7- - role : stackhpc.os_host_aggregates
7+ - role : stackhpc.openstack. os_host_aggregates
88 os_host_aggregates_venv : " {{ openstack_venv }}"
99 os_host_aggregates_auth_type : " {{ openstack_auth_type }}"
1010 os_host_aggregates_auth : " {{ openstack_auth }}"
Original file line number Diff line number Diff line change 44 tags :
55 - images
66 roles :
7- - role : stackhpc.os-images
8- os_images_venv : " {{ openstack_venv }}"
7+ - role : stackhpc.openstack.os_images
8+ os_images_venv : " {{ openstack_sdk_1_0_venv }}"
99 os_images_cache : " {{ ansible_env.PWD }}/openstack-config-image-cache"
1010 os_images_auth_type : " {{ openstack_auth_type }}"
1111 os_images_auth : " {{ openstack_auth }}"
Original file line number Diff line number Diff line change 44 tags :
55 - networks
66 roles :
7- - role : stackhpc.os-networks
7+ - role : stackhpc.openstack.os_networks
88 os_networks_venv : " {{ openstack_venv }}"
99 os_networks_auth_type : " {{ openstack_auth_type }}"
1010 os_networks_auth : " {{ openstack_auth }}"
Original file line number Diff line number Diff line change 44 tags :
55 - project
66 roles :
7- - role : stackhpc.os-projects
7+ - role : stackhpc.openstack.os_projects
88 os_projects_venv : " {{ openstack_venv }}"
99 os_projects_auth_type : " {{ openstack_auth_type }}"
1010 os_projects_admin_auth : " {{ openstack_auth }}"
Original file line number Diff line number Diff line change 11---
22# Top level playbook that includes all others.
3- - import_playbook : openstack-project.yml
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 11---
2- roles :
3- - name : stackhpc.os-flavors
4- - name : stackhpc.os-images
5- - name : stackhpc.os-networks
6- - name : stackhpc.os-projects
7- - name : stackhpc.os_host_aggregates
8- - name : stackhpc.os-container-clusters
9-
102collections :
113 - name : openstack.cloud
12- version : ' <2'
4+ version : 2.1.0
5+ - name : stackhpc.openstack
6+ type : git
7+ source : https://github.com/stackhpc/ansible-collection-openstack.git
8+ version : 8a526f520b231ced3f5cf122a6c6fc241c03df73
You can’t perform that action at this time.
0 commit comments