Update git submodules
authorMarkos Chandras <mchandras@suse.de>
Thu, 14 Dec 2017 08:49:25 +0000 (08:49 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 14 Dec 2017 08:49:25 +0000 (08:49 +0000)
commit9eda14f45d52ae6591e8c7c2b31630d355a68ad8
treea00d71ce57531ec8f48f00f80198be4309a4a7df
parent6b14d4264243e4cfe81d11526e7369354fec2ed8
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>
docs/submodules/releng-xci