Skip to content

Add cifmw_crc_additional_insecure_registries support#3938

Draft
vyzigold wants to merge 1 commit into
openstack-k8s-operators:mainfrom
vyzigold:allow-additional-insecure-registries
Draft

Add cifmw_crc_additional_insecure_registries support#3938
vyzigold wants to merge 1 commit into
openstack-k8s-operators:mainfrom
vyzigold:allow-additional-insecure-registries

Conversation

@vyzigold
Copy link
Copy Markdown
Contributor

@vyzigold vyzigold commented May 18, 2026

Allow content-provider jobs to register additional insecure registries on the CRC node. This patches insecureRegistries in image.config.openshift.io/cluster and configures crio, paralleling the existing cifmw_crc_additional_allowed_registries mechanism.

This will be used with a custom content-provider job, which will build and provide images of sg-core, mysqld_exporter and prometheus-podman-exporter. The mechanism is generic and can be used with other custom content-provider jobs providing other non-operator, non-openstack-service images in the future.

Generated-By: Claude-Code claude-opus-4-6

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 18, 2026

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 18, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign bshewale for approval. For more information see the Code Review Process.

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

Details 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

@centosinfra-prod-github-app
Copy link
Copy Markdown

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://gateway-cloud-softwarefactory.apps.ocp.cloud.ci.centos.org/zuul/t/rdoproject.org/buildset/a6980b64e0d246b7b2a18bea9daf392d

✔️ openstack-k8s-operators-content-provider SUCCESS in 5h 02m 14s
✔️ podified-multinode-edpm-deployment-crc SUCCESS in 1h 26m 59s
✔️ cifmw-crc-podified-edpm-baremetal SUCCESS in 1h 39m 55s
✔️ cifmw-crc-podified-edpm-baremetal-minor-update SUCCESS in 2h 12m 01s
✔️ podified-multinode-hci-deployment-crc SUCCESS in 1h 52m 21s
✔️ cifmw-multinode-tempest SUCCESS in 1h 54m 58s
✔️ adoption-standalone-to-crc-ceph-provider SUCCESS in 3h 09m 40s
whitebox-neutron-tempest-plugin-podified-multinode-edpm-deployment-crc-2comp FAILURE in 3h 49m 52s
✔️ noop SUCCESS in 0s
✔️ cifmw-pod-ansible-test SUCCESS in 9m 30s
✔️ cifmw-pod-pre-commit SUCCESS in 10m 55s
cifmw-multinode-kuttl FAILURE in 2h 28m 06s

@vyzigold vyzigold force-pushed the allow-additional-insecure-registries branch from c833b72 to 24509a6 Compare May 19, 2026 08:49
@vyzigold vyzigold marked this pull request as ready for review May 19, 2026 13:27
@vyzigold vyzigold force-pushed the allow-additional-insecure-registries branch 3 times, most recently from 7b5ab65 to ef7048e Compare May 19, 2026 13:35
@centosinfra-prod-github-app
Copy link
Copy Markdown

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://gateway-cloud-softwarefactory.apps.ocp.cloud.ci.centos.org/zuul/t/rdoproject.org/buildset/b8a632ec5d0d452ba18df4494d9ac9f0

✔️ openstack-k8s-operators-content-provider SUCCESS in 5h 40m 23s
✔️ podified-multinode-edpm-deployment-crc SUCCESS in 1h 30m 23s
cifmw-crc-podified-edpm-baremetal RETRY_LIMIT in 26m 59s
✔️ cifmw-crc-podified-edpm-baremetal-minor-update SUCCESS in 2h 07m 36s
✔️ podified-multinode-hci-deployment-crc SUCCESS in 1h 44m 07s
✔️ cifmw-multinode-tempest SUCCESS in 1h 53m 25s
✔️ adoption-standalone-to-crc-ceph-provider SUCCESS in 3h 09m 53s
whitebox-neutron-tempest-plugin-podified-multinode-edpm-deployment-crc-2comp FAILURE in 3h 50m 33s
✔️ noop SUCCESS in 0s
✔️ cifmw-pod-ansible-test SUCCESS in 10m 20s
✔️ cifmw-pod-pre-commit SUCCESS in 10m 07s
✔️ cifmw-multinode-kuttl SUCCESS in 3h 06m 33s

@vyzigold
Copy link
Copy Markdown
Contributor Author

recheck

@centosinfra-prod-github-app
Copy link
Copy Markdown

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://gateway-cloud-softwarefactory.apps.ocp.cloud.ci.centos.org/zuul/t/rdoproject.org/buildset/13927ce533a14292baf0bb1575c185f8

✔️ openstack-k8s-operators-content-provider SUCCESS in 4h 04m 06s
✔️ podified-multinode-edpm-deployment-crc SUCCESS in 1h 22m 18s
✔️ cifmw-crc-podified-edpm-baremetal SUCCESS in 1h 40m 41s
✔️ cifmw-crc-podified-edpm-baremetal-minor-update SUCCESS in 2h 01m 12s
✔️ podified-multinode-hci-deployment-crc SUCCESS in 1h 43m 36s
✔️ cifmw-multinode-tempest SUCCESS in 1h 50m 04s
✔️ adoption-standalone-to-crc-ceph-provider SUCCESS in 3h 10m 42s
whitebox-neutron-tempest-plugin-podified-multinode-edpm-deployment-crc-2comp FAILURE in 3h 49m 13s
✔️ noop SUCCESS in 0s
✔️ cifmw-pod-ansible-test SUCCESS in 8m 57s
✔️ cifmw-pod-pre-commit SUCCESS in 8m 26s
✔️ cifmw-multinode-kuttl SUCCESS in 3h 05m 26s

@vyzigold
Copy link
Copy Markdown
Contributor Author

recheck

@centosinfra-prod-github-app
Copy link
Copy Markdown

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://gateway-cloud-softwarefactory.apps.ocp.cloud.ci.centos.org/zuul/t/rdoproject.org/buildset/6076445623c8448ea1737165a3c3c001

✔️ openstack-k8s-operators-content-provider SUCCESS in 4h 29m 05s
✔️ podified-multinode-edpm-deployment-crc SUCCESS in 1h 26m 17s
✔️ cifmw-crc-podified-edpm-baremetal SUCCESS in 1h 30m 42s
✔️ cifmw-crc-podified-edpm-baremetal-minor-update SUCCESS in 2h 04m 20s
✔️ podified-multinode-hci-deployment-crc SUCCESS in 1h 47m 21s
✔️ cifmw-multinode-tempest SUCCESS in 1h 50m 11s
✔️ adoption-standalone-to-crc-ceph-provider SUCCESS in 3h 11m 53s
✔️ noop SUCCESS in 0s
✔️ cifmw-pod-ansible-test SUCCESS in 9m 03s
✔️ cifmw-pod-pre-commit SUCCESS in 8m 48s
cifmw-multinode-kuttl FAILURE in 2h 01m 31s

@michburk
Copy link
Copy Markdown
Contributor

recheck

@centosinfra-prod-github-app
Copy link
Copy Markdown

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://gateway-cloud-softwarefactory.apps.ocp.cloud.ci.centos.org/zuul/t/rdoproject.org/buildset/c135f0936cc14104b32cf6b1a6c74dda

✔️ openstack-k8s-operators-content-provider SUCCESS in 4h 13m 22s
✔️ podified-multinode-edpm-deployment-crc SUCCESS in 1h 26m 29s
✔️ cifmw-crc-podified-edpm-baremetal SUCCESS in 1h 36m 19s
✔️ cifmw-crc-podified-edpm-baremetal-minor-update SUCCESS in 2h 05m 09s
✔️ podified-multinode-hci-deployment-crc SUCCESS in 1h 50m 37s
✔️ cifmw-multinode-tempest SUCCESS in 1h 52m 54s
✔️ adoption-standalone-to-crc-ceph-provider SUCCESS in 3h 10m 22s
whitebox-neutron-tempest-plugin-podified-multinode-edpm-deployment-crc-2comp FAILURE in 3h 47m 02s
✔️ noop SUCCESS in 0s
✔️ cifmw-pod-ansible-test SUCCESS in 8m 38s
✔️ cifmw-pod-pre-commit SUCCESS in 8m 09s
✔️ cifmw-multinode-kuttl SUCCESS in 3h 04m 59s

@vyzigold
Copy link
Copy Markdown
Contributor Author

recheck to see if the whitebox test still fails

@centosinfra-prod-github-app
Copy link
Copy Markdown

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://gateway-cloud-softwarefactory.apps.ocp.cloud.ci.centos.org/zuul/t/rdoproject.org/buildset/142356c35c0b46c5a56ed3b715de0b66

✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 27m 53s
✔️ podified-multinode-edpm-deployment-crc SUCCESS in 1h 27m 25s
✔️ cifmw-crc-podified-edpm-baremetal SUCCESS in 1h 35m 15s
✔️ cifmw-crc-podified-edpm-baremetal-minor-update SUCCESS in 2h 03m 45s
✔️ podified-multinode-hci-deployment-crc SUCCESS in 1h 44m 59s
✔️ cifmw-multinode-tempest SUCCESS in 1h 49m 37s
✔️ adoption-standalone-to-crc-ceph-provider SUCCESS in 3h 11m 55s
whitebox-neutron-tempest-plugin-podified-multinode-edpm-deployment-crc-2comp FAILURE in 1h 38m 38s
✔️ noop SUCCESS in 0s
✔️ cifmw-pod-ansible-test SUCCESS in 9m 02s
✔️ cifmw-pod-pre-commit SUCCESS in 8m 49s
✔️ cifmw-multinode-kuttl SUCCESS in 3h 13m 11s

@vyzigold vyzigold force-pushed the allow-additional-insecure-registries branch from ef7048e to 300a9ba Compare June 2, 2026 08:49
@centosinfra-prod-github-app
Copy link
Copy Markdown

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://gateway-cloud-softwarefactory.apps.ocp.cloud.ci.centos.org/zuul/t/rdoproject.org/buildset/723da44a89a54ba19d3f701266d35599

✔️ openstack-k8s-operators-content-provider SUCCESS in 4h 13m 07s
✔️ podified-multinode-edpm-deployment-crc SUCCESS in 1h 23m 46s
✔️ cifmw-crc-podified-edpm-baremetal SUCCESS in 1h 31m 45s
✔️ cifmw-crc-podified-edpm-baremetal-minor-update SUCCESS in 2h 01m 48s
✔️ podified-multinode-hci-deployment-crc SUCCESS in 1h 44m 07s
✔️ cifmw-multinode-tempest SUCCESS in 1h 54m 04s
adoption-standalone-to-crc-ceph-provider POST_FAILURE in 3h 13m 06s
✔️ whitebox-neutron-tempest-plugin-podified-multinode-edpm-deployment-crc-2comp SUCCESS in 3h 58m 24s
✔️ noop SUCCESS in 0s
✔️ cifmw-pod-ansible-test SUCCESS in 9m 38s
✔️ cifmw-pod-pre-commit SUCCESS in 8m 49s
✔️ cifmw-multinode-kuttl SUCCESS in 3h 06m 30s

@danpawlik
Copy link
Copy Markdown
Contributor

recheck

danpawlik
danpawlik previously approved these changes Jun 2, 2026
@centosinfra-prod-github-app
Copy link
Copy Markdown

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://gateway-cloud-softwarefactory.apps.ocp.cloud.ci.centos.org/zuul/t/rdoproject.org/buildset/040dde0dd08645db8646296f04e2fd8f

✔️ openstack-k8s-operators-content-provider SUCCESS in 4h 06m 41s
✔️ podified-multinode-edpm-deployment-crc SUCCESS in 1h 29m 11s
✔️ cifmw-crc-podified-edpm-baremetal SUCCESS in 1h 32m 50s
✔️ cifmw-crc-podified-edpm-baremetal-minor-update SUCCESS in 2h 04m 41s
podified-multinode-hci-deployment-crc RETRY_LIMIT in 7m 52s
✔️ cifmw-multinode-tempest SUCCESS in 1h 46m 54s
adoption-standalone-to-crc-ceph-provider POST_FAILURE in 3h 15m 59s
✔️ whitebox-neutron-tempest-plugin-podified-multinode-edpm-deployment-crc-2comp SUCCESS in 3h 49m 36s
✔️ noop SUCCESS in 0s
✔️ cifmw-pod-ansible-test SUCCESS in 9m 41s
✔️ cifmw-pod-pre-commit SUCCESS in 8m 53s
✔️ cifmw-multinode-kuttl SUCCESS in 3h 04m 51s

@vyzigold vyzigold force-pushed the allow-additional-insecure-registries branch from 300a9ba to 8aca10d Compare June 3, 2026 09:05
@centosinfra-prod-github-app
Copy link
Copy Markdown

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://gateway-cloud-softwarefactory.apps.ocp.cloud.ci.centos.org/zuul/t/rdoproject.org/buildset/45a2d6fff78b46a686bc71904d4c7fd1

✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 48m 11s
✔️ podified-multinode-edpm-deployment-crc SUCCESS in 1h 30m 08s
✔️ cifmw-crc-podified-edpm-baremetal SUCCESS in 1h 39m 18s
✔️ cifmw-crc-podified-edpm-baremetal-minor-update SUCCESS in 2h 17m 37s
✔️ podified-multinode-hci-deployment-crc SUCCESS in 1h 47m 06s
✔️ cifmw-multinode-tempest SUCCESS in 1h 50m 28s
adoption-standalone-to-crc-ceph-provider POST_FAILURE in 3h 14m 19s
whitebox-neutron-tempest-plugin-podified-multinode-edpm-deployment-crc-2comp FAILURE in 32m 16s
✔️ noop SUCCESS in 0s
✔️ cifmw-pod-ansible-test SUCCESS in 12m 16s
✔️ cifmw-pod-pre-commit SUCCESS in 12m 45s
✔️ cifmw-multinode-kuttl SUCCESS in 3h 12m 54s

@vyzigold vyzigold force-pushed the allow-additional-insecure-registries branch from 8aca10d to 3007a4d Compare June 4, 2026 16:34
@vyzigold vyzigold marked this pull request as draft June 4, 2026 16:34
…support

Allow content-provider jobs to register additional insecure registries
on the CRC node via zuul_return. This patches insecureRegistries in
image.config.openshift.io/cluster and configures crio, paralleling the
existing cifmw_crc_additional_allowed_registries mechanism.

Generated-By: Claude-Code claude-opus-4-6
Signed-off-by: Jaromir Wysoglad <jwysogla@redhat.com>
@vyzigold vyzigold force-pushed the allow-additional-insecure-registries branch from 3007a4d to 4436ddc Compare June 4, 2026 16:36
@centosinfra-prod-github-app
Copy link
Copy Markdown

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://gateway-cloud-softwarefactory.apps.ocp.cloud.ci.centos.org/zuul/t/rdoproject.org/buildset/f84263c5ea26469697008e64773114c3

✔️ openstack-k8s-operators-content-provider SUCCESS in 4h 00m 58s
✔️ podified-multinode-edpm-deployment-crc SUCCESS in 1h 24m 21s
✔️ cifmw-crc-podified-edpm-baremetal SUCCESS in 1h 28m 39s
✔️ cifmw-crc-podified-edpm-baremetal-minor-update SUCCESS in 2h 03m 27s
✔️ podified-multinode-hci-deployment-crc SUCCESS in 1h 44m 08s
✔️ cifmw-multinode-tempest SUCCESS in 1h 56m 32s
✔️ cifmw-pod-zuul-files SUCCESS in 5m 36s
adoption-standalone-to-crc-ceph-provider POST_FAILURE in 3h 10m 56s
✔️ whitebox-neutron-tempest-plugin-podified-multinode-edpm-deployment-crc-2comp SUCCESS in 3h 46m 02s
✔️ noop SUCCESS in 0s
✔️ cifmw-pod-ansible-test SUCCESS in 9m 48s
✔️ cifmw-pod-pre-commit SUCCESS in 9m 02s
✔️ cifmw-multinode-kuttl SUCCESS in 3h 05m 21s
✔️ cifmw-molecule-edpm_deploy_baremetal SUCCESS in 5m 29s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants