Skip to content

Commit 5e3579d

Browse files
isumitsolankiSumit Solanki
and
Sumit Solanki
authored
Added delay in async job as disk-pool was not available for all async job at same time. (#400)
Sporadic: All nodes are not getting boot while creating ABI cluster using AOP #399 Signed-off-by: Sumit Solanki <[email protected]> Co-authored-by: Sumit Solanki <[email protected]>
1 parent 436a19f commit 5e3579d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

roles/boot_abi_agents/tasks/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
loop_control:
6161
extended: true
6262
index_var: i
63+
pause: 10
6364
when: abi.boot_method | lower == "pxe"
6465

6566
- name: Create CoreOS Control Agent Nodes On The KVM host using ISO boot.
@@ -86,6 +87,7 @@
8687
loop_control:
8788
extended: true
8889
index_var: i
90+
pause: 10
8991
when: abi.boot_method | lower == "iso"
9092

9193
- name: Create CoreOS Compute Agent Nodes On The KVM host using PXE boot.
@@ -128,6 +130,7 @@
128130
loop_control:
129131
extended: true
130132
index_var: i
133+
pause: 10
131134
when: env.cluster.nodes.compute is defined and abi.boot_method | lower == "pxe"
132135

133136
- name: Create CoreOS Compute Agent Nodes On The KVM host using ISO boot.
@@ -154,4 +157,5 @@
154157
loop_control:
155158
extended: true
156159
index_var: i
160+
pause: 10
157161
when: env.cluster.nodes.compute is defined and abi.boot_method | lower == "iso"

0 commit comments

Comments
 (0)