Skip to content

Commit 7789cb1

Browse files
authored
Merge pull request #440 from stackhpc/upstream/2025.1-2025-06-24
Synchronise 2025.1 with upstream
2 parents df925ca + 0b22460 commit 7789cb1

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

ansible/overcloud-deprovision.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
{{ play_hosts | join(', ') }}
4444
If you want to proceed type: yes
4545
register: pause_prompt
46+
delegate_to: localhost
47+
run_once: true
4648
when: not confirm_deprovision
4749

4850
- name: Fail if deprovision is not confirmed
@@ -51,6 +53,8 @@
5153
msg: >
5254
Deprovision has not been confirmed. You must either type 'yes' when
5355
prompted, or set ``confirm_deprovision=yes``.
56+
delegate_to: localhost
57+
run_once: true
5458

5559
- name: Get PXE MAC address
5660
command: >
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes the user prompt for deprovisioning multiple overcloud hosts at once.
5+
Previously, the prompt would only confirm deprovisioning for one host. It
6+
will now correctly apply to all hosts that have been targeted.
7+
`LP#2115037 <https://bugs.launchpad.net/kayobe/+bug/2115037>`__

0 commit comments

Comments
 (0)