-
Notifications
You must be signed in to change notification settings - Fork 147
✨ Allow IRONIC_IP, IRONIC_IPV6 and URLs to be derived from a DNS record #791
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
mchiappero
wants to merge
14
commits into
metal3-io:main
Choose a base branch
from
mchiappero:ironic_ip-hostname
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
5a10f7e
Simplify the setting of host_ip in ironic.conf
mchiappero b5e013b
Introduce an address parsing utility function
mchiappero 25de33b
Introduce get_interface_of_ip to look PROVISIONING_IP up
mchiappero 3c0fbf5
Revert 2742439 being now redundant
mchiappero bd05dc0
Improve validation of the input variables in wait_for_interface_or_ip
mchiappero a3971ce
Make IRONIC_IP higher priority than PROVISIONING_IP
mchiappero c186334
Introduce IRONIC_IPV6 to bind on IPv6 sockets
mchiappero 4c0c7ee
Use my_ipv6 when IRONIC_IPV6 is defined in ironic.conf
mchiappero 7f3797d
Set host_ip to an IPv6 address when found
mchiappero cf2f85c
Let Ironic API use IPv4 and IPv6 sockets when possible
mchiappero 8dab2c5
Update httpd.conf to bind to IPv4 and/or IPv6 sockets
mchiappero 5e0ff03
Let Apache use separate IPv4 and IPv6 sockets for listening to any
mchiappero ebb3519
Allow deriving IRONIC_IP and IRONIC_IPV6 via a hostname
mchiappero 969e216
Set VirtualHost when IRONIC_URL_HOSTNAME is defined
mchiappero File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,3 +12,4 @@ sqlite | |
| syslinux-nonlinux | ||
| util-linux | ||
| xorriso | ||
| bind-utils | ||
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess we might also include the IP based VirtualHosts rather than have mutual exclusion. What do you think? Need to check if multiple VirtualHost directives would work...