From 9a060b441765f04ac086c07f157abf9d90d9e883 Mon Sep 17 00:00:00 2001 From: Ross Brattain Date: Wed, 25 Apr 2018 07:47:35 -0700 Subject: nsb_setup: parametrize docker image The user may need to pull a different image stable or a tagged release version. Since we can't pull a tagged image before it is tagged just give up and make it an argument JIRA: YARDSTICK-1137 Change-Id: I0caf0f8915c191786c7db6d929be2fa350a545af Signed-off-by: Ross Brattain --- ansible/nsb_setup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ansible') diff --git a/ansible/nsb_setup.yml b/ansible/nsb_setup.yml index 98a59f984..92f5d8390 100644 --- a/ansible/nsb_setup.yml +++ b/ansible/nsb_setup.yml @@ -37,7 +37,7 @@ name: yardstick pull: yes recreate: yes - image: opnfv/yardstick:latest + image: "{{ yardstick_docker_image|default('opnfv/yardstick:latest') }}" state: started restart_policy: always privileged: yes -- cgit 1.2.3-korg