-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
RHEL upgrade: use API to get ignition from machine config #11614
Conversation
The apply_machine_config.yml task file repeats much of the install.yml task file. If this approach works, I plan to refactor this to have one set of apply tasks that work for both install and upgrade. |
d2a9ec7
to
eb41d2d
Compare
mcd is failing:
|
Cluster failed to start |
/retest |
Not sure if this is transient, lets try again /retest |
/retest |
/hold @mtnbikenc is testing #11614 (comment) |
Switch from using bootstrap ignition config from MCS to using the ignition config from the worker machine config obtained from the cluster API.
can we lift the WIP here? looks like this is good in the upgrade scenario and would only love some DR testing now |
Updated to pull ignition config from machine config and tested on dev cluster. |
/retest |
@vrutkovs @mtnbikenc are scaleup jobs passing in master/4.2? |
The 4.2 repo didn't exist. That was fixed but it has 4.1 rpms. Repo fixes still in progress. That's why I manually backported to release-4.1. |
This passed scaleup phase so repos are working now. |
/refresh |
/retest |
/retest
|
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: crawford, knobunc, mtnbikenc 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 |
Switch from using bootstrap ignition config from MCS to using the
ignition config from the worker machine config obtained from the
cluster API.
Bug 1710226
https://bugzilla.redhat.com/show_bug.cgi?id=1710226