-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
metal3: fix config for disabled provisioning network (#30)
Currently the defaults assume a provisioning network is enabled, and it's not possible to disable because some containers crashloop waiting for PROVISIONING_IP to be ready. To resolve this we can optionally set the PROVISIONING_IP to the hostIP, which allows a configuration like this to run without any dedicated provisioning network: global: enable_dnsmasq: false enable_pxe_boot: false provisioningInterface: "" provisioningIP: "" Note this will only work for virtualmedia deployments since PXE is disabled in this mode.
- Loading branch information
Showing
5 changed files
with
32 additions
and
13 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters