summaryrefslogtreecommitdiffstats
path: root/xci/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'xci/README.rst')
-rw-r--r--xci/README.rst26
1 files changed, 13 insertions, 13 deletions
diff --git a/xci/README.rst b/xci/README.rst
index ecb8e19d..a6e34c85 100644
--- a/xci/README.rst
+++ b/xci/README.rst
@@ -40,7 +40,7 @@ and OpenStack installation.
More information about this project can be seen on
`OpenStack Ansible documentation <https://docs.openstack.org/developer/openstack-ansible/>`_.
-- **opnfv/releng:** OPNFV Releng Project provides additional scripts, Ansible
+- **opnfv/releng-xci:** OPNFV Releng Project provides additional scripts, Ansible
playbooks and configuration options in order for developers to have easy
way of using openstack/bifrost and openstack/openstack-ansible by just
setting couple of environment variables and executing a single script.
@@ -105,11 +105,11 @@ Basic Usage
clone OPNFV Releng repository
- git clone https://gerrit.opnfv.org/gerrit/releng.git
+ git clone https://gerrit.opnfv.org/gerrit/releng-xci.git
change into directory where the sandbox script is located
- cd releng/prototypes/xci
+ cd releng-xci/xci
execute sandbox script
@@ -132,13 +132,13 @@ be configured by developers by setting certain environment variables.
Below example deploys noha flavor using the latest of openstack-ansible
master branch and stores logs in different location than what is configured.
-clone OPNFV Releng repository
+clone OPNFV releng-xci repository
- git clone https://gerrit.opnfv.org/gerrit/releng.git
+ git clone https://gerrit.opnfv.org/gerrit/releng-xci.git
change into directory where the sandbox script is located
- cd releng/prototypes/xci
+ cd releng-xci/xci
set the sandbox flavor
@@ -156,13 +156,13 @@ execute sandbox script
./xci-deploy.sh
-===============
+==============
User Variables
-===============
+==============
All user variables can be set from command line by exporting them before
executing the script. The current user variables can be seen from
-``releng/prototypes/xci/config/user-vars``.
+``releng-xci/xci/config/user-vars``.
The variables can also be set directly within the file before executing
the sandbox script.
@@ -173,7 +173,7 @@ Pinned Versions
As explained above, the users can pick and choose which versions to use. If
you want to be on the safe side, you can use the pinned versions the sandbox
-provides. They can be seen from ``releng/prototypes/xci/config/pinned-versions``.
+provides. They can be seen from ``releng-xci/xci/config/pinned-versions``.
How Pinned Versions are Determined
----------------------------------
@@ -183,7 +183,7 @@ openstack/ansible using latest on master and stable/ocata branches,
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.
+are then bumped in releng-xci repo.
==================
XCI developer tips
@@ -191,11 +191,11 @@ 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
+directories for releng-xci/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 OPNFV_RELENG_DEV_PATH=/opt/releng-xci/
- export OPENSTACK_BIFROST_DEV_PATH=/opt/bifrost/
- export OPENSTACK_OSA_DEV_PATH=/opt/openstack-ansible/