summaryrefslogtreecommitdiffstats
path: root/xci/README.rst
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2017-11-27 15:09:24 +0000
committerMarkos Chandras <mchandras@suse.de>2017-11-29 14:46:09 +0000
commit184a87be2b62cfeb6c7234b1da09c462e1008a46 (patch)
tree31c59f4b6badcc9fea5e1e8d3ad64f238e553610 /xci/README.rst
parentb1f8a1b75764937befd84cb00138c61c893eec82 (diff)
xci: Drop OPNFV_RELENG_DEV_PATH variable
The OPNFV_RELENG_DEV_PATH variable was used to point to a releng-xci development repository. However, people normally set the current directory as the development one and they almost always want to test the current code in XCI. Using an secondary releng-xci tree as development repo is a very obscure case and it normally complicates things. As such, let drop this option and always use the current repository for development purposes. Change-Id: If111bf29a32a5f6ea28694f191645af0c6a87abc Signed-off-by: Markos Chandras <mchandras@suse.de>
Diffstat (limited to 'xci/README.rst')
-rw-r--r--xci/README.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/xci/README.rst b/xci/README.rst
index 9ce293cd..d7555d46 100644
--- a/xci/README.rst
+++ b/xci/README.rst
@@ -203,7 +203,6 @@ on each run.
To enable it, you need to export the different DEV_PATH vars:
-- export OPNFV_RELENG_DEV_PATH=/opt/releng-xci/
- export OPENSTACK_BIFROST_DEV_PATH=/opt/bifrost/
- export OPENSTACK_OSA_DEV_PATH=/opt/openstack-ansible/
@@ -226,8 +225,6 @@ dependent roles in ansible-role-requirements.yml file.
If you run into this situation, then your best bet is to replace the XCI
ansible-role-requirements.yml file with the upstream one from
http://git.openstack.org/cgit/openstack/openstack-ansible/plain/ansible-role-requirements.yml.
-You also need to set OPNFV_RELENG_DEV_PATH as explained above in order for this file to be
-used throughout the deployment.
===========================================
Limitations, Known Issues, and Improvements