[set_openstack_containers] Fix default ironic python agent image name#3659
[set_openstack_containers] Fix default ironic python agent image name#3659sathlan wants to merge 1 commit intoopenstack-k8s-operators:mainfrom
Conversation
To get a match we need `RELATED_IMAGE_` prefix in the default for the ironic python agent. Signed-off-by: Sofer Athlan-Guyot <sathlang@redhat.com> Closes: [OSPCIX-1167](https://issues.redhat.com/browse/OSPCIX-1167)
|
[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 |
ValidationWhen using that patch with #3627 we create [zuul@controller-0 ~]$ grep RELATED_IMAGE_IRONIC_PYTHON_AGENT_IMAGE_URL_DEFAULT /home/zuul/ci-framework-data/artifacts/update_env_vars.sh
| jq '(.spec.install.spec.deployments[]?.spec.template.spec.containers[]?.env[]? | select(.name=="RELATED_IMAGE_IRONIC_PYTHON_AGENT_IMAGE_URL_DEFAULT"?)) |= (.value="images.paas.redhat.com/podified-rhos18-rhel9/ironic-python-agent:258bdd2f6d76a7a05936d0c4841120f9")' \The generated name look good: which is similar to what we have in a deployment only job: Then in the which eventually leads to a |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/13451333e49441fda73b5879ce2856a0 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 13m 41s |
To get a match we need
RELATED_IMAGE_prefix in the default for theironic python agent.
Signed-off-by: Sofer Athlan-Guyot sathlang@redhat.com
Closes: OSPCIX-1167