aboutsummaryrefslogtreecommitdiffstats
path: root/ansible
diff options
context:
space:
mode:
authorEmma Foley <emma.l.foley@intel.com>2018-05-10 09:18:23 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-05-10 09:18:23 +0000
commite838b31a6053085d8fa5641eeff0716e931de0a1 (patch)
treea17bc134971e28b81ad5452cac85670005a3fd01 /ansible
parentd5f2224309dcefa2acd3bb3bb822ce9379c0ecbc (diff)
parent9a060b441765f04ac086c07f157abf9d90d9e883 (diff)
Merge "nsb_setup: parametrize docker image"
Diffstat (limited to 'ansible')
-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 0149054ae..fcde1d1b2 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