diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2017-03-28 23:15:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-28 23:15:32 +0000 |
commit | 7ec35d47f4130e06f9ce3b577eb5b1961a166b2c (patch) | |
tree | db3fc2d39713b984d03455d7ab6a55211e16d3e8 /prototypes/xci/config/user-vars | |
parent | be291c9109c9e2e8d50db56dc8bb26373b0f51e6 (diff) | |
parent | aa74cc3d5a7eef52c5df4a63df1fe7f27ca1271a (diff) |
Merge "xci: Make OSA playbook to use during installation configurable"
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 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 |