Skip to content

Commit a0ad8cb

Browse files
committed
feat(ironic): clear out any pending BIOS jobs when enrolling a node
When we start enrolling a node we need to clear out any pending BIOS jobs so that we can perform our own operations without concern for them failing since you can only have one queued up at a time.
1 parent 6d15e8a commit a0ad8cb

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)