-
Notifications
You must be signed in to change notification settings - Fork 58
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
Remove section about stopping certmonger #473
Conversation
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/1186313213d94fc9a5317a595e50df32 ✔️ data-plane-adoption-osp-17-to-extracted-crc SUCCESS in 2h 33m 29s |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/2553ea5e341c40ceb6d7af43306fcae3 ❌ data-plane-adoption-osp-17-to-extracted-crc FAILURE in 1h 51m 20s |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/e67ffc7228a34c12a8911e189076a50c ❌ data-plane-adoption-osp-17-to-extracted-crc FAILURE in 2h 12m 17s |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/8abc431bd1c64e9c8753c8b6507ec713 ✔️ data-plane-adoption-osp-17-to-extracted-crc SUCCESS in 2h 34m 16s |
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.
looks ok per the title, but the immediate question is 'why?'
i mean, please consider including more information in the commit message to give some more context about the change and why you proposed it
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/9d1c8ab1c62a4ad49ad33302615cec07 ✔️ data-plane-adoption-osp-17-to-extracted-crc SUCCESS in 2h 32m 03s |
This LGTM. Ideally, I'd like to check the doc output to make sure there are no formatting issues, but the check is taking a while. |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/7e2f377b62a042cfbd1cb43c430da1e3 ✔️ data-plane-adoption-osp-17-to-extracted-crc SUCCESS in 2h 35m 48s |
recheck |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/a055b52a30944d80b585d34d4acb83dd ❌ data-plane-adoption-osp-17-to-extracted-crc RETRY_LIMIT in 11m 23s |
The last run failed on tripleo-cleanup-tripleo-cleanup-openstack ansibleee job, but I can't find the pod logs for that job EDIT: the pod logs location is changing, I was able to get those from the sos report (sosreport-crc-pjmnl-master-0-UntarWithArg-i.tar.xz) |
Disabling of certmonger is now implemented in EDPM and enables rollback at before the point of no return (before EDPM adoption). Depends-On: openstack-k8s-operators/edpm-ansible#663
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/b5a745fbc2a14978a6606a21131ca671 ❌ data-plane-adoption-osp-17-to-extracted-crc RETRY_LIMIT in 11m 05s |
recheck |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/68f8599a010345cdbfacf6a3c9f65e29 ✔️ data-plane-adoption-osp-17-to-extracted-crc SUCCESS in 2h 30m 13s |
recheck |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/9a65117d937d4d1e941f976ba1eb9107 ✔️ data-plane-adoption-osp-17-to-extracted-crc SUCCESS in 2h 30m 30s |
recheck |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/cda4e7dd6b844d86b9627cb822fe5242 ✔️ data-plane-adoption-osp-17-to-extracted-crc SUCCESS in 2h 28m 58s |
the no-ceph job is failing like https://logserver.rdoproject.org/73/473/775abd6d7d6247adf77fff2f8bcf2aad377d697a/github-check/data-plane-adoption-osp-17-to-extracted-crc-minimal-no-ceph/8f68e86/controller/data-plane-adoption-tests-repo/data-plane-adoption/tests/logs/test_minimal_out_2024-06-16T18:33:25EDT.log
and looking a bit closer at pod logs, in pod logs via https://logserver.rdoproject.org/73/473/775abd6d7d6247adf77fff2f8bcf2aad377d697a/github-check/data-plane-adoption-osp-17-to-extracted-crc-minimal-no-ceph/8f68e86/controller/ci-framework-data/logs/openstack-k8s-operators-openstack-must-gather/sos-reports/_all_nodes/sosreport-crc-pjmnl-master-0-UntarWithArg-i.tar.xz
This seems like a new issue, but not sure if related to this patch (don't think so, but unsure). |
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.
can we please hold merge until we can confirm latest 'certmonger' issue ... it so far only seems to hit this patch? https://review.rdoproject.org/zuul/builds?job_name=data-plane-adoption-osp-17-to-extracted-crc-minimal-no-ceph&skip=0
This is fixed by openstack-k8s-operators/edpm-ansible#680 (it's in the depends-on), so looks like it's not being deployed with this change. |
@xek @marios that's weird, zuul is really not picking up the depends-on:
the edpm-ansible patch should be in the |
BTW not all runs with the failed AnsibleEE jobs: tripleo-cleanup-tripleo-cleanup-openstack failed with the same error, some of those runs fail in TASK [osp.edpm.edpm_tripleo_cleanup : Stop and disable tripleo services] with "Could not find the requested service tripleo_neutron_l3_agent.service: host" and "Could not find the requested service tripleo_neutron_ovs_agent.service: host" |
recheck openstack-k8s-operators/edpm-ansible#680 has merged |
Discussed at the CI call, we agreed this should be ok to merge now. |
Disabling of certmonger is now implemented in EDPM and
enables rollback at before the point of no return
(before EDPM adoption).
https://issues.redhat.com/browse/OSPRH-7022
Depends-On: openstack-k8s-operators/edpm-ansible#680