Skip to content

Commit e914791

Browse files
authored
Merge pull request #1697 from rackerlabs/ironic-clear-pending-job
feat(ironic): clear out any pending BIOS jobs when enrolling a node
2 parents d1152a7 + a0ad8cb commit e914791

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

components/ironic/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ conf:
7777
conductor:
7878
automated_clean: true
7979
clean_step_priority_override: deploy.erase_devices_express:95
80+
# this clears out any pending BIOS jobs or updates when verifying the node
81+
# so that we can queue our own without failure
82+
verify_step_priority_override: management.clear_job_queue:90
8083
# (nicholas.kuechler) tuning for idrac hardware type
8184
# https://docs.openstack.org/ironic/latest/admin/drivers/idrac.html#nodes-go-into-maintenance-mode
8285
sync_power_state_interval: 70

0 commit comments

Comments
 (0)