[RFE] Switching to local boot by default
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ironic |
Fix Released
|
Wishlist
|
Shivanand Tendulker | ||
tripleo |
Fix Released
|
Low
|
Unassigned |
Bug Description
There are quite a few reasons to use local boot:
1. Nodes can safely reboot while ctlplane is down (important for installers like TripleO)
2. Tenants have control over kernel arguments (might be seen as downside as well)
3. Multitenant networks is not supported with netboot.
We probably don't want to get rid of netboot completely, because some boot-from-volume cases depend on it. However, we should eventually have local boot by default.
Here is the plan:
1. Introduce a new option default_boot_option ("netboot" by default) setting the default boot option when one is not set on a node.
2. Issue a deprecation warning that we are going to change its default, asking operators to set an explicit value to this option.
3. After an appropriate deprecation period, flip the default to "local" and leave it there.
description: | updated |
Changed in ironic: | |
assignee: | nobody → Dmitry Tantsur (divius) |
Changed in tripleo: | |
milestone: | none → pike-1 |
assignee: | nobody → Dmitry Tantsur (divius) |
importance: | Undecided → Low |
status: | New → In Progress |
Changed in tripleo: | |
milestone: | pike-1 → pike-2 |
Changed in tripleo: | |
milestone: | pike-2 → pike-3 |
Changed in tripleo: | |
status: | New → Fix Released |
Changed in ironic: | |
assignee: | Dmitry Tantsur (divius) → Shivanand Tendulker (stendulker) |
Changed in ironic: | |
status: | In Progress → Fix Released |
I'm good with this, will bug people to see if we can get one more person and approve it.