CRC: Add configurable allowed registries and registry mirror#3712
CRC: Add configurable allowed registries and registry mirror#3712Valkyrie00 wants to merge 1 commit intoopenstack-k8s-operators:mainfrom
Conversation
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/8052b892a6904ad2a15f08805e7b2ab8 ❌ openstack-k8s-operators-content-provider FAILURE in 5m 04s |
c9a7cc0 to
ce2c32d
Compare
|
/lgtm |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/ea4cc19533f14854bbdde1c08e2ef288 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 22m 12s |
ce2c32d to
fd96e18
Compare
|
New changes are detected. LGTM label has been removed. |
Introduce two new optional variables for CRC environments: - cifmw_crc_additional_allowed_registries: appends extra registries to the OCP allowedRegistries list via JSON patch - cifmw_crc_registry_mirror_content: injects registry mirror configuration into /etc/containers/registries.conf.d/12-override.conf Both tasks are conditional and skip when their variable is undefined, preserving existing behavior. Signed-off-by: Vito Castellano <vcastell@redhat.com>
fd96e18 to
6891a33
Compare
Introduce two new optional variables for CRC environments:
to the OCP allowedRegistries list via JSON patch
configuration into /etc/containers/registries.conf.d/12-override.conf