diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2017-03-28 20:41:28 +0200 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2017-03-28 20:41:28 +0200 |
commit | aa74cc3d5a7eef52c5df4a63df1fe7f27ca1271a (patch) | |
tree | 8eb10c763b692ca52830d8f42d91389ba41a77d8 /prototypes/xci/config/user-vars | |
parent | ea2ec6273c995009e30e0d24f7b46e6530e6089c (diff) |
xci: Make OSA playbook to use during installation configurable
Change-Id: Ie6f079bb61905ca0458778b78fef799777b24efa
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'prototypes/xci/config/user-vars')
-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 b326f5ce7..5f3df9ada 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 |