Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Configure a step when the old ironic-api configuration is cleaned
Browse files Browse the repository at this point in the history
Currently the cleaning is executed in every step,
this creates the ~~Undercloud/upgrade_tasks_step4.yaml.
Seting up correctly a step avoid creates the step4

Change-Id: Iba74be163a3eead5df4110d4411d18f47d8cefc4
  • Loading branch information
jbadiapa committed Dec 1, 2022
1 parent 0100745 commit db297a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployment/ironic/ironic-api-container-puppet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,8 @@ outputs:
file:
path: /var/lib/config-data/puppet-generated/ironic_api/etc/httpd
state: absent
when:
- step|int == 2
external_upgrade_tasks:
- when: step|int == 1
block: &ironic_online_db_migration
Expand Down

0 comments on commit db297a4

Please sign in to comment.