prototypes: xci: Add ability to use local repositories for testing
authorMarkos Chandras <mchandras@suse.de>
Tue, 9 May 2017 20:20:59 +0000 (21:20 +0100)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Fri, 11 Aug 2017 19:56:12 +0000 (12:56 -0700)
commitf004ad478b359709dd8a886085f8e13a224e6f24
treef678c483679da8f68ddefff2587473ad85b90494
parent441e52581be3ca26ca4c44ce1ba749030ad73854
prototypes: xci: Add ability to use local repositories for testing

When developing XCI features it's useful to be able to use the local
repositories rather than cloning them from git since that makes
it harder to test local modifications against XCI. As such, we add
three new variables which can be used to hold local paths to the
bifrost, releng and openstack-ansible repositories. We are still
cloning the repositories but we then use the 'synchronize' Ansible
module to copy modified files from the local repositories.

Change-Id: I6d593ea48d8b9c51415d9d0848f77a498ef2f486
Signed-off-by: Markos Chandras <mchandras@suse.de>
xci/playbooks/configure-localhost.yml
xci/playbooks/configure-opnfvhost.yml
xci/playbooks/provision-vm-nodes.yml
xci/var/opnfv.yml