Skip to content
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

Fix static IPs config option and use a new name #1099

Merged

Conversation

osherdp
Copy link
Contributor

@osherdp osherdp commented Sep 9, 2021

Fixed IS_STATIC_IP configuration option, and changed its name to just STATIC_IPS.

Seems like static_network_config option not delivered to prepare_for_installation so that we always just configured dynamic networking.
Also, we only gather IPs via DHCP server, although libvirt is capable to get it via ARP (which is useful for static IPs).

/cc @eliorerz @YuviGold
/hold

@openshift-ci openshift-ci bot requested review from eliorerz and YuviGold September 9, 2021 12:55
@openshift-ci openshift-ci bot added do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Sep 9, 2021
@osherdp osherdp force-pushed the fix/static-ips-parameter branch from 0c3f0af to d606c18 Compare September 9, 2021 13:02
@openshift-ci openshift-ci bot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Sep 9, 2021
@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Sep 9, 2021
@osherdp
Copy link
Contributor Author

osherdp commented Sep 9, 2021

It's still not fixing it all, need to keep working on the fix
/retitle [WIP] Fix static IPs config option and use a new name

@openshift-ci openshift-ci bot changed the title Fix static IPs config option and use a new name [WIP] Fix static IPs config option and use a new name Sep 9, 2021
@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Sep 9, 2021
@osherdp osherdp force-pushed the fix/static-ips-parameter branch from d606c18 to 8d2b70d Compare September 9, 2021 16:05
@openshift-ci openshift-ci bot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed lgtm Indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Sep 9, 2021
@osherdp
Copy link
Contributor Author

osherdp commented Sep 9, 2021

/retitle Fix static IPs config option and use a new name

@openshift-ci openshift-ci bot changed the title [WIP] Fix static IPs config option and use a new name Fix static IPs config option and use a new name Sep 9, 2021
@openshift-ci openshift-ci bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Sep 9, 2021
@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Sep 9, 2021
@openshift-ci
Copy link

openshift-ci bot commented Sep 9, 2021

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: osherdp, YuviGold

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@YuviGold
Copy link
Contributor

YuviGold commented Sep 9, 2021

/unhold

@openshift-ci openshift-ci bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Sep 9, 2021
@openshift-merge-robot openshift-merge-robot merged commit d2714ce into openshift:master Sep 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants