summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2018-05-04 10:33:51 +0100
committerMarkos Chandras <mchandras@suse.de>2018-05-08 15:29:09 +0100
commitd736028bd362959f219265b220f773fd76e46315 (patch)
tree1e00b1a36cf8da64f639dae06442c34e3e7285f4
parent88e917ff19049358218068c63bac7427a1faeb0b (diff)
xci: osa: Bump SHA to fix resolv.conf file creation and git-clone issues
Container images have recently changed and this breaks lxc_hosts during cache preparation as shown below: May 04 07:59:47 fatal: [controller00]: FAILED! => {"ansible_job_id": "362521755821.32697", "attempts": 1, "changed": true, "cmd": "chroot /var/lib/machines/ubuntu-xenial-amd64 /usr/local/bin/cache-prep-commands.sh > /var/log/lxc-cache-prep-commands.log 2>&1", "delta": "0:00:00.018827", "end": "2018-05-04 07:59:45.614668", "finished": 1, "msg": "non-zero return code", "rc": 1, "start": "2018-05-04 07:59:45.595841", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} As such, we need to bump the SHA from the Queens branch to include the fix in XCI. We also need to bump SHA for repo_build role in order to bring in some upstream fixes when cloning git repositories. Change-Id: I9f04313f7eb1606e5e71ab8ecee7148d1c5b75ad Signed-off-by: Markos Chandras <mchandras@suse.de>
-rw-r--r--xci/installer/osa/files/ansible-role-requirements.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/xci/installer/osa/files/ansible-role-requirements.yml b/xci/installer/osa/files/ansible-role-requirements.yml
index 5ecbf155..21f6840b 100644
--- a/xci/installer/osa/files/ansible-role-requirements.yml
+++ b/xci/installer/osa/files/ansible-role-requirements.yml
@@ -48,7 +48,7 @@
- name: lxc_hosts
scm: git
src: https://github.com/openstack/openstack-ansible-lxc_hosts
- version: 400f0c80b9c531a792dc01ff12cf1f3b3bd69a2d
+ version: e77c3a923bc8aae4a264917f592b58b5d1c79aed
- name: memcached_server
scm: git
src: https://github.com/openstack/openstack-ansible-memcached_server
@@ -160,7 +160,7 @@
- name: repo_build
scm: git
src: https://github.com/openstack/openstack-ansible-repo_build
- version: 0e50a282b09f62670494ada2f7d42509c148067f
+ version: ec5210e812e48dac30eca4c188a9d159c5cdacbf
- name: repo_server
scm: git
src: https://github.com/openstack/openstack-ansible-repo_server