Skip to content

Commit 57ddcdb

Browse files
committed
Fixing 2nodes deployments (thanks @cowlesav )
1 parent 64908c8 commit 57ddcdb

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

tasks/deploy_bastion_ipi.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,6 @@
422422
- name: Remove workers from install-config if compact
423423
ansible.builtin.command:
424424
cmd: sed -i '/{{ item }}/,+8d' /root/lab/install-config.yaml
425-
warn: false
426425
loop:
427426
- "worker1"
428427
- "worker2"
@@ -432,7 +431,6 @@
432431
- name: Remove worker3 from install-config if ocp4_aio_ocp_workers is 2
433432
ansible.builtin.command:
434433
cmd: sed -i '/worker3/,+8d' /root/lab/install-config.yaml
435-
warn: false
436434
when:
437435
- not ocp4_aio_deploy_ocs
438436
- not ocp4_aio_deploy_compact
@@ -441,7 +439,6 @@
441439
- name: Remove worker2 from install-config if ocp4_aio_ocp_workers is 1
442440
ansible.builtin.command:
443441
cmd: sed -i '/{{ item }}/,+8d' /root/lab/install-config.yaml
444-
warn: false
445442
loop:
446443
- "worker2"
447444
- "worker3"

tasks/deploy_bastion_metal.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,6 @@
432432
- name: Remove workers from install-config if compact
433433
ansible.builtin.command:
434434
cmd: sed -i '/{{ item }}/,+8d' /root/lab/install-config.yaml
435-
warn: false
436435
loop:
437436
- "worker1"
438437
- "worker2"
@@ -442,7 +441,6 @@
442441
- name: Remove worker3 from install-config if ocp4_aio_ocp_workers is 2
443442
ansible.builtin.command:
444443
cmd: sed -i '/worker3/,+8d' /root/lab/install-config.yaml
445-
warn: false
446444
when:
447445
- not ocp4_aio_deploy_ocs
448446
- not ocp4_aio_deploy_compact
@@ -451,7 +449,6 @@
451449
- name: Remove worker2 from install-config if ocp4_aio_ocp_workers is 1
452450
ansible.builtin.command:
453451
cmd: sed -i '/{{ item }}/,+8d' /root/lab/install-config.yaml
454-
warn: false
455452
loop:
456453
- "worker2"
457454
- "worker3"

tasks/deploy_bastion_upi.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,6 @@
409409
- name: Remove workers from install-config if compact
410410
ansible.builtin.command:
411411
cmd: sed -i '/{{ item }}/,+8d' /root/lab/install-config.yaml
412-
warn: false
413412
loop:
414413
- "worker1"
415414
- "worker2"
@@ -419,7 +418,6 @@
419418
- name: Remove worker3 from install-config if ocp4_aio_ocp_workers is 2
420419
ansible.builtin.command:
421420
cmd: sed -i '/worker3/,+8d' /root/lab/install-config.yaml
422-
warn: false
423421
when:
424422
- not ocp4_aio_deploy_ocs
425423
- not ocp4_aio_deploy_compact
@@ -428,7 +426,6 @@
428426
- name: Remove worker2 from install-config if ocp4_aio_ocp_workers is 1
429427
ansible.builtin.command:
430428
cmd: sed -i '/{{ item }}/,+8d' /root/lab/install-config.yaml
431-
warn: false
432429
loop:
433430
- "worker2"
434431
- "worker3"

0 commit comments

Comments
 (0)