From 5a18f5420f9077557d9f50ebe420b66813ebee49 Mon Sep 17 00:00:00 2001 From: Ross Brattain Date: Wed, 25 Apr 2018 07:42:50 -0700 Subject: nsb_setup: pin docker image version to release tag The install scripts pull tags for stable releases. We need to temporarily pin the image tag to the unreleased tag because we have to update the code before we actually tag the image. Or maybe we should make this a parameter to the script JIRA: YARDSTICK-1137 Change-Id: I2e5f13ffe19d1c19fd7b8e071df28fd225be3d79 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..c11a61b4a 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: opnfv/yardstick:opnfv-6.0.0 state: started restart_policy: always privileged: yes -- cgit