Actions
Feature #4006
closedRe-perform orchestration steps for a host
Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
I'd like an API and/or button to push on the Host(s) page to perform orchestration steps again. e.g. send out the DNS updates, DHCP leases, write the PXE files, even though the host information has not changed. This facilitates switching to a failover smart-proxy or just running it again in case of a bug or mistake (e.g. accidentally deleting /var/lib/tftpboot...)
Updated by Dominic Cleal almost 11 years ago
- Related to Feature #2799: Ability to repush DHCP settings added
Updated by Dominic Cleal about 10 years ago
- Related to Bug #7774: Changing OS should trigger TFTP redeployment added
Updated by Dominic Cleal about 9 years ago
- Status changed from New to Duplicate
Thanks for the report. This has now been implemented for Foreman 1.10 via ticket #2267. A new "Rebuild Config" option is available from the host list's Select Action menu, which includes all the record types you mentioned.
It's available as an API call too, under PUT /api/v2/hosts/:id/rebuild_config.
Actions