diff options
author | 2017-04-25 11:16:02 +0200 | |
---|---|---|
committer | 2017-08-11 12:56:12 -0700 | |
commit | 0a030808d5091d47cb34552fb1796ffea641a50c (patch) | |
tree | 4377ea5dcc0d14bf1f0eb4e52244313920747dd6 | |
parent | 6167b5503078a07458488695cab8d37b6a27099c (diff) |
xci: Always use pinned versions of openstack-ansible-requirements
Pinned versions used to be used only if XCI_LOOP == 'daily', but it
seems to be required, otherwise this is very likely to fail
Change-Id: I21f638bba75846a58b12373a903d414fa89b4bc6
Signed-off-by: Juan Vidal <juan.vidal.allende@ericsson.com>
-rw-r--r-- | xci/playbooks/configure-opnfvhost.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xci/playbooks/configure-opnfvhost.yml b/xci/playbooks/configure-opnfvhost.yml index 8c794c42..06e27e7f 100644 --- a/xci/playbooks/configure-opnfvhost.yml +++ b/xci/playbooks/configure-opnfvhost.yml @@ -54,10 +54,8 @@ replace: '\1haproxy_state: enabled' - name: copy OPNFV OpenStack playbook shell: "/bin/cp -rf {{OPNFV_RELENG_PATH}}/prototypes/xci/file/setup-openstack.yml {{OPENSTACK_OSA_PATH}}/playbooks" - # Copy pinned role requirements if we are running as part of daily CI loop - name: copy OPNFV role requirements shell: "/bin/cp -rf {{OPNFV_RELENG_PATH}}/prototypes/xci/file/ansible-role-requirements.yml {{OPENSTACK_OSA_PATH}}" - when: XCI_LOOP == "daily" - hosts: localhost remote_user: root tasks: |