Skip to content

Commit 36db1f5

Browse files
scrunguspaulbrownejovial
authored
Edit rally_image_full to always contain registry (#37)
* Edit rally_image_full to always contain registry Co-authored-by: Will Szumski <[email protected]> --------- Co-authored-by: Paul Browne <[email protected]> Co-authored-by: Will Szumski <[email protected]>
1 parent f206267 commit 36db1f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ansible/kayobe-automation-run-tempest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
results_path_local: "{{ lookup('env', 'PWD') }}"
77
rally_image: 'stackhpc/docker-rally'
88
rally_tag: latest
9-
rally_image_full: "{{ rally_image }}:{{ rally_tag }}"
9+
rally_image_full: "{{ rally_docker_registry }}/{{ rally_image }}:{{ rally_tag }}"
1010
rally_no_sensitive_log: true
1111
# This ensures you get the latest image if the image is updated
1212
# and the tag isn't e.g when using the latest tag.
@@ -47,7 +47,7 @@
4747

4848
- name: Ensure rally image exists on runner
4949
docker_image:
50-
name: "{{ rally_docker_registry }}/{{ rally_image_full }}"
50+
name: "{{ rally_image_full }}"
5151
state: present
5252
force_source: "{{ rally_force_pull | bool }}"
5353
source: pull

0 commit comments

Comments
 (0)