Update git submodules
authorMarkos Chandras <mchandras@suse.de>
Tue, 12 Dec 2017 09:05:02 +0000 (09:05 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Tue, 12 Dec 2017 09:05:02 +0000 (09:05 +0000)
commitfa412d84ec9e5a5513b8860e17cc10f468f57923
tree4927bb2329ec5dfd4a7a325271bce8ecc88432af
parentd981a31e13928228e71b37a40656a08c7697c16c
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: Use local playbooks for XCI deployments"
  - xci: Use local playbooks for XCI deployments

    Previously, we used to clone the releng-xci repository under a directory
    in /tmp, copy our changes to that repository and then run the
    xci-deploy.sh script from it. However, this made things far too complex
    for deployers and developers since some playbooks were used from the
    local repo whereas others were used from teh /tmp checkout. By running
    everything from our local repository simplifies things a lot since we
    can directly test our changes and also reduces the code we have in our
    playbooks.

    Change-Id: If16aa51b2846c170676df82d25cb90e26b1568b2
Signed-off-by: Markos Chandras <mchandras@suse.de>
docs/submodules/releng-xci