From a2492f2eea17876c06d6e66b868804ab4dbba08e Mon Sep 17 00:00:00 2001 From: Eduardo Olivares Date: Mon, 30 Mar 2026 15:26:45 +0200 Subject: [PATCH] DNM - test bgp with pre-created container images DNM Signed-off-by: Eduardo Olivares --- roles/update_containers/templates/update_containers.j2 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/roles/update_containers/templates/update_containers.j2 b/roles/update_containers/templates/update_containers.j2 index ff71612cee..09f0d2e060 100644 --- a/roles/update_containers/templates/update_containers.j2 +++ b/roles/update_containers/templates/update_containers.j2 @@ -124,3 +124,11 @@ spec: watcherApplierImage: {{ cifmw_update_containers_registry }}/{{ cifmw_update_containers_org }}/{{ cifmw_update_containers_name_prefix }}-watcher-applier:{{ cifmw_update_containers_tag }} watcherDecisionEngineImage: {{ cifmw_update_containers_registry }}/{{ cifmw_update_containers_org }}/{{ cifmw_update_containers_name_prefix }}-watcher-decision-engine:{{ cifmw_update_containers_tag }} {% endif %} +{% if cifmw_update_containers_bgptests is defined %} + neutronAPIImage: {{ cifmw_update_containers_bgptests.image_repo }}/openstack-neutron-server:{{ cifmw_update_containers_bgptests.neutron_server_tag }} + ovnControllerImage: {{ cifmw_update_containers_bgptests.image_repo }}/openstack-ovn-controller-rhel9:{{ cifmw_update_containers_bgptests.ovn_controller_tag }} + ovnSbDbclusterImage: {{ cifmw_update_containers_bgptests.image_repo }}/openstack-ovn-sb-db-server-rhel9:{{ cifmw_update_containers_bgptests.sb_db_tag }} + ovnNbDbclusterImage: {{ cifmw_update_containers_bgptests.image_repo }}/openstack-ovn-nb-db-server-rhel9:{{ cifmw_update_containers_bgptests.nb_db_tag }} + ovnNorthdImage: {{ cifmw_update_containers_bgptests.image_repo }}/openstack-ovn-northd-rhel9:{{ cifmw_update_containers_bgptests.northd_tag }} + # edpmNeutronOvnAgentImage: {{ cifmw_update_containers_bgptests.image_repo }}/openstack-neutron-ovn-agent-rhel9:{{ # cifmw_update_containers_bgptests.ovn_agent_tag }} +{% endif %}