prototypes: xci: Add ability to use local repositories for testing 03/34603/2
authorMarkos Chandras <mchandras@suse.de>
Tue, 9 May 2017 20:20:59 +0000 (21:20 +0100)
committerMarkos Chandras <mchandras@suse.de>
Thu, 11 May 2017 22:42:12 +0000 (23:42 +0100)
commit21f9500be4da1332fdd41260a3e1f4761f857219
tree02a6efaf49027bc4b4f6060f69c357d630de5eb3
parent76343ef8bdb0b8531e63ea8fe59de5388dd6171e
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>
prototypes/xci/playbooks/configure-localhost.yml
prototypes/xci/playbooks/configure-opnfvhost.yml
prototypes/xci/playbooks/provision-vm-nodes.yml
prototypes/xci/var/opnfv.yml