nsb_setup: pin docker image version to release tag 95/56495/1
authorRoss Brattain <ross.b.brattain@intel.com>
Wed, 25 Apr 2018 14:42:50 +0000 (07:42 -0700)
committerRoss Brattain <ross.b.brattain@intel.com>
Wed, 25 Apr 2018 14:51:24 +0000 (07:51 -0700)
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 <ross.b.brattain@intel.com>
ansible/nsb_setup.yml

index 98a59f9..c11a61b 100644 (file)
@@ -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