Skip to content

Commit 79d8828

Browse files
committed
Iteration 2 - don't forget to squash me
1 parent e8e1b60 commit 79d8828

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

ansible/kayobe-automation-run-tempest.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,6 @@
8080
become: true
8181
when: tempest_accounts_path is defined
8282

83-
- name: Register rally container image name
84-
shell: "docker image ls | grep {{ rally_image }} | awk 'NR==1{print $1}'"
85-
register: rally_container_image_name
86-
become: true
87-
8883
- name: Run tempest
8984
command: |-
9085
docker run --rm --entrypoint=/usr/bin/rally-verify-wrapper.sh
@@ -106,7 +101,7 @@
106101
-v {{ accounts_path_remote }}:/home/rally/tempest-accounts:ro
107102
{% endif -%}
108103
--network host
109-
{{ rally_container_image_name.stdout }}
104+
{{ rally_docker_registry }}/{{ rally_image_full }}
110105
environment:
111106
TEMPEST_PATTERN: "{{ lookup('env', 'TEMPEST_PATTERN') }}"
112107
TEMPEST_VERSION: "{{ lookup('env', 'TEMPEST_VERSION') }}"

0 commit comments

Comments
 (0)