X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=prototypes%2Fxci%2Fconfig%2Fuser-vars;h=5f3df9ada714630be9c7ce6aa8e48d9a7ef43e09;hb=aa74cc3d5a7eef52c5df4a63df1fe7f27ca1271a;hp=b326f5ce728cbcc6f3773cd613a4203b210d4f8e;hpb=ea2ec6273c995009e30e0d24f7b46e6530e6089c;p=releng.git diff --git a/prototypes/xci/config/user-vars b/prototypes/xci/config/user-vars index b326f5ce7..5f3df9ada 100755 --- a/prototypes/xci/config/user-vars +++ b/prototypes/xci/config/user-vars @@ -32,6 +32,14 @@ export OPNFV_RELENG_PATH=/opt/releng export OPENSTACK_BIFROST_PATH=/opt/bifrost export OPENSTACK_OSA_PATH=/opt/openstack-ansible +#------------------------------------------------------------------------------- +# Set the playbook to use for OpenStack deployment +#------------------------------------------------------------------------------- +# The variable can be overriden in order to install additional OpenStack services +# supported by OpenStack Ansible or exclude certain OpenStack services. +#------------------------------------------------------------------------------- +export OPNFV_OSA_PLAYBOOK=${OPNFV_OSA_PLAYBOOK:-"$OPENSTACK_OSA_PATH/playbooks/setup-openstack.yml"} + #------------------------------------------------------------------------------- # Configure some other stuff #-------------------------------------------------------------------------------