Skip to content

Commit

Permalink
Override default rabbmitq image for periodic CI
Browse files Browse the repository at this point in the history
This adds the rabbmitmq and rabbmitmq-cell1 image override so we use
the right registry, namespace and tag under test in the periodic job.
  • Loading branch information
marios committed Sep 21, 2023
1 parent 5248ac6 commit 68fc680
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/roles/backend_services/templates/container_overrides.j2
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,9 @@ spec:
template:
containerImage: {{ container_registry }}/{{ container_namespace }}/openstack-placement-api:{{ container_tag }}

rabbitmq:
templates:
rabbitmq:
image: {{ container_registry }}/{{ container_namespace }}/openstack-rabbitmq:{{ container_tag }}
rabbitmq-cell1:
image: {{ container_registry }}/{{ container_namespace }}/openstack-rabbitmq:{{ container_tag }}

0 comments on commit 68fc680

Please sign in to comment.