Bug #7774
openChanging OS should trigger TFTP redeployment
Description
When in build mode, TFTP files have been deployed and we should prevent from changing MAC address from the UI/CLI with error message
Cannot edit MAC when in build mode.
After build mode is cancelled, TFTP files are deleted and then MAC addresses can be changed.
Otherwise proxy would leave some garbage menus what could cause issues in future. This is trivial change I guess (a validator).
Updated by Lukas Zapletal about 10 years ago
Note: The same applies for OS. We should not allow users to change OS when in build mode.
Updated by Dominic Cleal about 10 years ago
- Related to Feature #4006: Re-perform orchestration steps for a host added
Updated by Dominic Cleal about 10 years ago
- Related to Feature #2267: Need rake task and/or UI button for rebuilding all host tftp config files added
Updated by Dominic Cleal about 10 years ago
This is actually meant to work, you might want to dig further into it. Maybe the orchestration isn't being triggered on some code path.
Updated by Lukas Zapletal about 10 years ago
- Priority changed from Normal to Low
Ok I haven't tested this, was just an idea while I was reading the code.
I see there might still be issue when changing OS (from PXELinux flavor to something like PXGGrub).
Updated by Lukas Zapletal about 10 years ago
- Subject changed from Editing of MAC addresses should be disabled during build mode to Changing OS should trigger TFTP redeployment