File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
ansible/roles/cluster_infra/tasks Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 10
10
# outputs.cluster_gateway_ip.
11
11
- block :
12
12
- name : Look up floating IP
13
- include_role :
14
- name : stackhpc.terraform.infra
15
- tasks_from : lookup_floating_ip
16
- vars :
17
- os_floating_ip_id : " {{ cluster_floating_ip }}"
13
+ azimuth_cloud.terraform.os_floating_ip_info :
14
+ floating_ip : " {{ cluster_floating_ip }}"
15
+ register : cluster_floating_ip_info
18
16
19
17
- name : Set floating IP address fact
20
18
set_fact :
21
- cluster_floating_ip_address : " {{ os_floating_ip_info.floating_ip_address }}"
22
- when : cluster_floating_ip is defined
19
+ cluster_floating_ip_address : " {{ cluster_floating_ip_info.floating_ip.floating_ip_address }}"
20
+ when :
21
+ - cluster_floating_ip is defined
22
+ - cluster_floating_ip
23
23
24
24
- name : Install Terraform binary
25
25
include_role :
26
- name : stackhpc .terraform.install
26
+ name : azimuth_cloud .terraform.install
27
27
28
28
- name : Make Terraform project directory
29
29
file :
59
59
60
60
- name : Provision infrastructure
61
61
include_role :
62
- name : stackhpc .terraform.infra
62
+ name : azimuth_cloud .terraform.infra
Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ collections:
43
43
version : 3.7.2
44
44
- name : openstack.cloud
45
45
version : 2.1.0
46
- - name : https://github.com/stackhpc /ansible-collection-terraform
46
+ - name : https://github.com/azimuth-cloud /ansible-collection-terraform
47
47
type : git
48
- version : 0.2 .0
48
+ version : 0.4 .0
49
49
- name : https://github.com/azimuth-cloud/ansible-collection-image-utils
50
50
type : git
51
51
version : main # update on release
You can’t perform that action at this time.
0 commit comments