diff options
author | Markos Chandras <mchandras@suse.de> | 2017-12-14 08:49:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-12-14 08:49:25 +0000 |
commit | 9eda14f45d52ae6591e8c7c2b31630d355a68ad8 (patch) | |
tree | a00d71ce57531ec8f48f00f80198be4309a4a7df | |
parent | 6b14d4264243e4cfe81d11526e7369354fec2ed8 (diff) |
Update git submodules
* Update docs/submodules/releng-xci from branch 'master'
- Merge "xci: Fix checkout location for OpenStack-Ansible"
- xci: Fix checkout location for OpenStack-Ansible
The OPENSTACK_OSA_PATH only makes sense on localhost. As such, when we
use it on playbooks that operate on remote hosts, the result is not
predictable. However, we rsync the entire releng-xci repository to the
opfnv host so we can make everything predictable by simply clone
everything in advance in the .cache directory. That directory is then
rsync'd to the opnfv host. As such, we can repurpose the
OPENSTACK_OSA_PATH to point to the path into the OPNFV host. Moreover,
all external repositories are being cloned to .cache/repos so we can
eliminate some variables in order to simplify the code. Finally, we
bring back the ability to use an external OSA repository for
development purposes.
Change-Id: Ieef3e22ae2085f6735185634d555cfc0d4b69b39
Signed-off-by: Markos Chandras <mchandras@suse.de>
m--------- | docs/submodules/releng-xci | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/releng-xci b/docs/submodules/releng-xci -Subproject 55916bc06fe49653441c899f9982e16ef1ef894 +Subproject b2dfffae695ea299ac5f11e48f99068390bcc67 |