Skip to content

Commit

Permalink
Merge pull request #175 from jistr/f/remove-image-urls-from-test-roles
Browse files Browse the repository at this point in the history
Remove remaining container images from test roles
  • Loading branch information
jistr authored Oct 5, 2023
2 parents 677d191 + b018949 commit 169eaee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
10 changes: 6 additions & 4 deletions tests/roles/backend_services/templates/container_overrides.j2
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
containerImage: {{ container_registry }}/{{ container_namespace }}/openstack-cinder-backup:{{ container_tag }}
cinderVolumes:
volume1:
containerImage: {{ container_registry }}/{{ container_namespace }}/openstack-cinder-volume:{{ container_tag }}
containerImage: {{ container_registry }}/{{ container_namespace }}/openstack-cinder-volume:{{ container_tag }}

glance:
template:
Expand Down Expand Up @@ -42,7 +42,7 @@ spec:
containerImage: {{ container_registry }}/{{ container_namespace }}/openstack-manila-scheduler:{{ container_tag }}
manilaShares:
volume1:
containerImage: {{ container_registry }}/{{ container_namespace }}/openstack-manila-share:{{ container_tag }}
containerImage: {{ container_registry }}/{{ container_namespace }}/openstack-manila-share:{{ container_tag }}

mariadb:
templates:
Expand Down Expand Up @@ -71,9 +71,11 @@ spec:
ovsContainerImage: {{ container_registry }}/{{ container_namespace }}/openstack-ovn-base:{{ container_tag }}
ovnDBCluster:
ovndbcluster-nb:
containerImage: {{ container_registry }}/{{ container_namespace }}/openstack-ovn-nb-db-server:{{ container_tag }}
containerImage: {{ container_registry }}/{{ container_namespace }}/openstack-ovn-nb-db-server:{{ container_tag }}
ovndbcluster-sb:
containerImage: {{ container_registry }}/{{ container_namespace }}/openstack-ovn-sb-db-server:{{ container_tag }}
containerImage: {{ container_registry }}/{{ container_namespace }}/openstack-ovn-sb-db-server:{{ container_tag }}
ovnNorthd:
containerImage: {{ container_registry }}/{{ container_namespace }}/openstack-ovn-northd:{{ container_tag }}

placement:
template:
Expand Down
1 change: 0 additions & 1 deletion tests/roles/glance_adoption/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
enabled: true
template:
databaseInstance: openstack
containerImage: {{ container_registry|default("quay.io") }}/{{ container_namespace|default("podified-antelope-centos9") }}/openstack-glance-api:{{ container_tag | default("current-podified") }}
customServiceConfig: |
[DEFAULT]
enabled_backends=default_backend:rbd
Expand Down
1 change: 0 additions & 1 deletion tests/roles/ovn_adoption/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@
enabled: true
template:
ovnNorthd:
containerImage: {{ container_registry|default("quay.io") }}/{{ container_namespace|default("podified-antelope-centos9") }}/openstack-ovn-northd:{{ container_tag | default("current-podified") }}
networkAttachment: internalapi
replicas: 1
'
Expand Down

0 comments on commit 169eaee

Please sign in to comment.