summaryrefslogtreecommitdiffstats
path: root/xci
diff options
context:
space:
mode:
Diffstat (limited to 'xci')
-rwxr-xr-xxci/config/pinned-versions2
-rw-r--r--xci/nfvi/osa/files/ansible-role-requirements.yml2
-rw-r--r--xci/playbooks/get-opnfv-scenario-requirements.yml4
3 files changed, 4 insertions, 4 deletions
diff --git a/xci/config/pinned-versions b/xci/config/pinned-versions
index 608c3cc8..023c9999 100755
--- a/xci/config/pinned-versions
+++ b/xci/config/pinned-versions
@@ -26,6 +26,6 @@
# use releng-xci from master until the development work with the sandbox is complete
export OPNFV_RELENG_VERSION="master"
# HEAD of bifrost "master" as of 11.12.2017
-export OPENSTACK_BIFROST_VERSION=${OPENSTACK_BIFROST_VERSION:-"bd7e99bf7a00e4c9ad7d03d752d7251e3caf8509"}
+export OPENSTACK_BIFROST_VERSION=${OPENSTACK_BIFROST_VERSION:-"8b4c956bf0ec6c1784e41af2a0598cb49c41461f"}
# HEAD of osa "master" as of 11.12.2017
export OPENSTACK_OSA_VERSION=${OPENSTACK_OSA_VERSION:-"7b3aac28a0a87e5966527829f6b0abcbc2303cc7"}
diff --git a/xci/nfvi/osa/files/ansible-role-requirements.yml b/xci/nfvi/osa/files/ansible-role-requirements.yml
index 90e40d5f..329d24a0 100644
--- a/xci/nfvi/osa/files/ansible-role-requirements.yml
+++ b/xci/nfvi/osa/files/ansible-role-requirements.yml
@@ -48,7 +48,7 @@
- name: lxc_hosts
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-lxc_hosts
- version: 84ac3442e542aeedf1396c88e0387b4ea1548eb1
+ version: 6b529de0315fe6cd12f6e78c00a5f2f2d3a01e28
- name: memcached_server
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-memcached_server
diff --git a/xci/playbooks/get-opnfv-scenario-requirements.yml b/xci/playbooks/get-opnfv-scenario-requirements.yml
index 037c6ea9..7f10a465 100644
--- a/xci/playbooks/get-opnfv-scenario-requirements.yml
+++ b/xci/playbooks/get-opnfv-scenario-requirements.yml
@@ -23,7 +23,7 @@
tasks:
- name: Remove existing scenario directories
file:
- path: "{{ item[1] }} + '/' + {{ item[0].scenario }}"
+ path: "{{ item[1] }}/{{ item[0].scenario }}"
state: absent
with_nested:
- "{{ scenarios }}"
@@ -33,7 +33,7 @@
- name: Create scenario directories
file:
- path: "{{ role_path_default }} + '/' + item.scenario }}"
+ path: "{{ role_path_default }}/{{ item.scenario }}"
state: directory
with_items: "{{ scenarios }}"
loop_control: