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

Merge metal3 20211102 #230

Merged

Conversation

elfosardo
Copy link

No description provided.

bfournie and others added 19 commits October 6, 2021 07:51
The `ip` command returns the short-form of the IPv6 address so
that is what should be used for comparison, even if the user entered
an IPv6 address in long-form for PROVISIONING_IP. Use `ipcalc` to
get the short-form address. This command can also be used for IPv4
as it strips out the subnet mask for IPv4 and IPv6.

For the PROVISIONING_IPs below, this is what would be set for
IRONIC_IP:
fd8a:aaaa:00bb:c1df::3 -> fd8a:aaaa:bb:c1df::3
fd8a:aaaa:00bb:c1df:0000:0000:0000:0003 -> fd8a:aaaa:bb:c1df::3
fd8a:aaaa:00bb:c1df::3/64 -> fd8a:aaaa:bb:c1df::3
fd8a:aaaa:00bb:c1df::3/128 -> fd8a:aaaa:bb:c1df::3
10.10.10.1 -> 10.10.10.1
10.10.10.1/24 -> 10.10.10.1
10.10.10.1/64 ->
Compare IPs using the short form of IPv6 address
This commit enables code included in the following changes:
https://review.opendev.org/c/openstack/ironic/+/800001
https://review.opendev.org/c/openstack/ironic/+/804032
This is done by configuring a non-zero priority for clear_job_queue
verify step.
Enable Lifecycle Controller job queue clear by default
Run redfish-emulator in debug mode
Adds a new entrypoint /bin/configure-coreos-ipa to be run as an init
container after the images are downloaded.
It is possible to only use PXE artefacts, in which case we need to
generate an ignition file, but don't need to customize the ISO.
This is no longer needed since openshift/cluster-baremetal-operator#202,
which passes the proper OpenShift image to the configure-coreos-ipa
script.
So we can e.g override IGNITION_FILE when running this container
standalone for metal3 upstream testing where this container isn't
included in the metal3 pod by default.
All these are related to the iscsi deploy which we don't use (and which
no longer exists).
@openshift-ci
Copy link

openshift-ci bot commented Nov 2, 2021

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: elfosardo

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

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 2, 2021
@elfosardo
Copy link
Author

/retest

@dtantsur
Copy link
Member

dtantsur commented Nov 2, 2021

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Nov 2, 2021
@openshift-merge-robot openshift-merge-robot merged commit 3659ee9 into openshift:master Nov 2, 2021
e-minguez pushed a commit to e-minguez/ironic-image that referenced this pull request Feb 23, 2022
Run ironic-api as WSGI when standalone with TLS capability
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants