diff options
-rwxr-xr-x | prototypes/xci/config/user-vars | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/prototypes/xci/config/user-vars b/prototypes/xci/config/user-vars index 75ea7016b..d910405a7 100755 --- a/prototypes/xci/config/user-vars +++ b/prototypes/xci/config/user-vars @@ -33,6 +33,14 @@ 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 #------------------------------------------------------------------------------- # Set the verbosity for ansible |