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 %}