[update] Possibility to activate kpatch during update.#3377
[update] Possibility to activate kpatch during update.#3377sathlan wants to merge 1 commit intoopenstack-k8s-operators:mainfrom
Conversation
|
This change depends on a change that failed to merge. Change openstack-k8s-operators/install_yamls#1098 is needed. |
|
This PR is stale because it has been for over 15 days with no activity. |
a595969 to
9f36cdb
Compare
|
This change depends on a change that failed to merge. Change openstack-k8s-operators/install_yamls#1098 is needed. |
|
This PR is stale because it has been for over 15 days with no activity. |
|
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
By setting cifmw_update_openstack_update_kpatch to true, one can have the edmp kpatch code turn on. Depends-On: openstack-k8s-operators/install_yamls#1098 Signed-off-by: Sofer Athlan-Guyot <sathlang@redhat.com>
9f36cdb to
7012517
Compare
|
This change depends on a change that failed to merge. Change openstack-k8s-operators/install_yamls#1098 is needed. |
|
Validation: Code Working as Expected. Given this - job:
name: periodic-podified-multinode-update-rhel9-osp18-crc-kpatch
parent: periodic-podified-multinode-update-rhel9-osp18-crc
vars:
cifmw_update_openstack_update_kpatch: truewhere we set In this test job main output job-output.txt.gz We can see: 2026-02-03 14:08:49.967765 | controller | TASK [install_yamls_makes : Debug make_openstack_update_run_params var=make_openstack_update_run_params] ***
2026-02-03 14:08:49.967770 | controller | Tuesday 03 February 2026 14:08:49 +0000 (0:00:00.068) 0:03:18.979 ******
2026-02-03 14:08:49.967775 | controller | Tuesday 03 February 2026 14:08:49 +0000 (0:00:00.068) 0:03:18.978 ******
2026-02-03 14:08:50.032575 | controller | ok: [localhost] =>
2026-02-03 14:08:50.032604 | controller | make_openstack_update_run_params:
2026-02-03 14:08:50.032611 | controller | KPATCH_UPDATE: true
2026-02-03 14:08:50.032617 | controller | OPENSTACK_VERSION: 0.0.2
2026-02-03 14:08:50.032622 | controller | TIMEOUT: 600s
2026-02-03 14:08:50.032627 | controller |Then in this comment from the install_yaml PR we can see that |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: holser The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
By setting cifmw_update_openstack_update_kpatch to true, one can have
the edmp kpatch code turn on.
Depends-On: openstack-k8s-operators/install_yamls#1098