summaryrefslogtreecommitdiffstats
path: root/prototypes
diff options
context:
space:
mode:
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>2017-06-19 10:34:54 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-06-19 10:34:54 +0000
commitba53f5c4a3004b05281079dfe75ff3ab8719c237 (patch)
treeb37f4296b81c2d330035f46f4e0663f7db1a3415 /prototypes
parent5c8a2d71bc1d13646a3dc618e5bb0cdfb21693bb (diff)
parent2ec149684eed226990d64530e9d173f642351926 (diff)
Merge "Talk about development mode for XCI"
Diffstat (limited to 'prototypes')
-rw-r--r--prototypes/xci/README.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/prototypes/xci/README.rst b/prototypes/xci/README.rst
index 0d9366533..b65abde9b 100644
--- a/prototypes/xci/README.rst
+++ b/prototypes/xci/README.rst
@@ -185,6 +185,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
===========================================