From: Ross Brattain Date: Wed, 25 Apr 2018 14:42:50 +0000 (-0700) Subject: nsb_setup: pin docker image version to release tag X-Git-Tag: opnfv-6.0.0~2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=5a18f5420f9077557d9f50ebe420b66813ebee49;p=yardstick.git 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 --- 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