summaryrefslogtreecommitdiffstats
path: root/xci/playbooks/configure-opnfvhost.yml
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2017-09-22 14:16:18 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-22 14:16:18 +0000
commitfc1c3c9b848b28697f842363975ce74027a10f5e (patch)
treed59e31f065e71ce6570b11ec6e4e6650aabeb6fb /xci/playbooks/configure-opnfvhost.yml
parent08fbdfaadb1cfba8ba46d1970d784bfbabc7e212 (diff)
parentf38ae94e8b6fe30d244ce36b7431f39e4472f269 (diff)
Merge "Override ansible role versions only if OSA version is not master"
Diffstat (limited to 'xci/playbooks/configure-opnfvhost.yml')
-rw-r--r--xci/playbooks/configure-opnfvhost.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/xci/playbooks/configure-opnfvhost.yml b/xci/playbooks/configure-opnfvhost.yml
index 84c0d827..067a1176 100644
--- a/xci/playbooks/configure-opnfvhost.yml
+++ b/xci/playbooks/configure-opnfvhost.yml
@@ -102,6 +102,8 @@
shell: "/bin/cp -rf {{OPNFV_RELENG_PATH}}/xci/file/setup-openstack.yml {{OPENSTACK_OSA_PATH}}/playbooks"
- name: copy OPNFV role requirements
shell: "/bin/cp -rf {{OPNFV_RELENG_PATH}}/xci/file/ansible-role-requirements.yml {{OPENSTACK_OSA_PATH}}"
+ when:
+ - OPENSTACK_OSA_VERSION != "master"
- name: bootstrap ansible on opnfv host
command: "/bin/bash ./scripts/bootstrap-ansible.sh"
args: