File tree Expand file tree Collapse file tree 10 files changed +10
-22
lines changed Expand file tree Collapse file tree 10 files changed +10
-22
lines changed Original file line number Diff line number Diff line change @@ -17,17 +17,12 @@ packages. For example:
17
17
18
18
$ virtualenv venv
19
19
$ source venv/bin/activate
20
- $ pip install -U pip
20
+ $ python -m pip install --upgrade pip
21
21
$ pip install -r requirements.txt
22
22
23
23
Install Ansible role and collection dependencies from Ansible Galaxy:
24
24
25
25
.. code-block ::
26
-
27
- $ ansible-galaxy role install \
28
- -p ansible/roles \
29
- -r requirements.yml
30
-
31
26
$ ansible-galaxy collection install \
32
27
-p ansible/collections \
33
28
-r requirements.yml
Original file line number Diff line number Diff line change 4
4
tags :
5
5
- container-clusters-templates
6
6
roles :
7
- - role : stackhpc.os-container-clusters
7
+ - role : stackhpc.openstack.os_container_clusters
8
8
os_container_clusters_venv : " {{ openstack_venv }}"
9
9
os_container_clusters_auth_type : " {{ openstack_auth_type }}"
10
10
os_container_clusters_auth : " {{ openstack_auth }}"
Original file line number Diff line number Diff line change 4
4
tags :
5
5
- flavors
6
6
roles :
7
- - role : stackhpc.os-flavors
7
+ - role : stackhpc.openstack.os_flavors
8
8
os_flavors_venv : " {{ openstack_venv }}"
9
9
os_flavors_auth_type : " {{ openstack_auth_type }}"
10
10
os_flavors_auth : " {{ openstack_auth }}"
Original file line number Diff line number Diff line change 4
4
tags :
5
5
- host_aggregates
6
6
roles :
7
- - role : stackhpc.os_host_aggregates
7
+ - role : stackhpc.openstack. os_host_aggregates
8
8
os_host_aggregates_venv : " {{ openstack_venv }}"
9
9
os_host_aggregates_auth_type : " {{ openstack_auth_type }}"
10
10
os_host_aggregates_auth : " {{ openstack_auth }}"
Original file line number Diff line number Diff line change 4
4
tags :
5
5
- images
6
6
roles :
7
- - role : stackhpc.os-images
7
+ - role : stackhpc.openstack.os_images
8
8
os_images_venv : " {{ openstack_venv }}"
9
9
os_images_cache : " {{ ansible_env.PWD }}/openstack-config-image-cache"
10
10
os_images_auth_type : " {{ openstack_auth_type }}"
Original file line number Diff line number Diff line change 4
4
tags :
5
5
- networks
6
6
roles :
7
- - role : stackhpc.os-networks
7
+ - role : stackhpc.openstack.os_networks
8
8
os_networks_venv : " {{ openstack_venv }}"
9
9
os_networks_auth_type : " {{ openstack_auth_type }}"
10
10
os_networks_auth : " {{ openstack_auth }}"
Original file line number Diff line number Diff line change 4
4
tags :
5
5
- project
6
6
roles :
7
- - role : stackhpc.os-projects
7
+ - role : stackhpc.openstack.os_projects
8
8
os_projects_venv : " {{ openstack_venv }}"
9
9
os_projects_auth_type : " {{ openstack_auth_type }}"
10
10
os_projects_admin_auth : " {{ openstack_auth }}"
Original file line number Diff line number Diff line change @@ -57,7 +57,6 @@ openstack_unlimited_quotas:
57
57
backup_gigabytes : -1
58
58
backups : -1
59
59
cores : -1
60
- fixed_ips : -1
61
60
floatingip : -1
62
61
gigabytes : -1
63
62
injected_file_size : -1
Original file line number Diff line number Diff line change 1
1
---
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
-
10
2
collections :
11
3
- name : openstack.cloud
12
- version : ' <2'
4
+ version : 2.1.0
5
+ - name : stackhpc.openstack
6
+ version : 0.1.0
You can’t perform that action at this time.
0 commit comments