summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Brattain <ross.b.brattain@intel.com>2018-04-25 07:42:50 -0700
committerRoss Brattain <ross.b.brattain@intel.com>2018-04-25 07:51:24 -0700
commit5a18f5420f9077557d9f50ebe420b66813ebee49 (patch)
treed623423fb28020e94934058403e227dc0dfcdf08
parent26083c4931c0bc72569d782c9df569dc6369077b (diff)
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 <ross.b.brattain@intel.com>
-rw-r--r--ansible/nsb_setup.yml2
1 files changed, 1 insertions, 1 deletions
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