xci: Always use pinned versions of openstack-ansible-requirements 75/33775/1
authorJuan Vidal <juan.vidal.allende@ericsson.com>
Tue, 25 Apr 2017 09:16:02 +0000 (11:16 +0200)
committerJuan Vidal <juan.vidal.allende@ericsson.com>
Tue, 25 Apr 2017 09:16:02 +0000 (11:16 +0200)
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>
prototypes/xci/playbooks/configure-opnfvhost.yml

index 8c794c4..06e27e7 100644 (file)
         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: