Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion roles/edpm_prepare/tasks/kustomize_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
(cifmw_update_containers_openstack is defined and
cifmw_update_containers_openstack | bool) or
(cifmw_update_containers_watcher is defined and
cifmw_update_containers_watcher | bool))
cifmw_update_containers_watcher | bool) or
cifmw_update_containers_bgptests is defined)
vars:
cifmw_update_containers_metadata: "{{ _ctlplane_name }}"
ansible.builtin.include_role:
Expand Down
9 changes: 9 additions & 0 deletions roles/update_containers/templates/update_containers.j2
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,12 @@ 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 %}
ansibleeeImage: quay.io/eolivare/openstack-ansibleee-runner:OSPRH-22480-main
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 %}
Loading