From 2ec149684eed226990d64530e9d173f642351926 Mon Sep 17 00:00:00 2001 From: Yolanda Robla Date: Fri, 2 Jun 2017 14:37:54 +0200 Subject: [PATCH] Talk about development mode for XCI Explain the usage of OPNFV_RELENG_DEV_PATH Change-Id: I19e3946c9ea78a6bb0521818b58af297a396d80d --- prototypes/xci/README.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/prototypes/xci/README.rst b/prototypes/xci/README.rst index 6d7af0d6e..9207f2a18 100644 --- a/prototypes/xci/README.rst +++ b/prototypes/xci/README.rst @@ -179,6 +179,23 @@ continuously chasing the HEAD of corresponding branches. Once a working version is identified, the versions of the upstream components are then bumped in releng repo. +================== +XCI developer tips +================== + +It is possible to run XCI in development mode, in order to test the +latest changes. When deploying on this mode, the script will use the working +directories for releng/bifrost/OSA, instead of cloning the whole repositories +on each run. +To enable it, you need to export the different DEV_PATH vars: + +- export OPNFV_RELENG_DEV_PATH=/opt/releng/ +- export OPENSTACK_BIFROST_DEV_PATH=/opt/bifrost +- export OPENSTACK_OSA_DEV_PATH=/opt/openstack-ansible + +This will cause the deployment to pick the development copies stored at the +specified directories, and use them instead of cloning those on every run. + =========================================== Limitations, Known Issues, and Improvements =========================================== -- 2.16.6