diff options
author | Markos Chandras <mchandras@suse.de> | 2018-03-15 16:51:37 +0000 |
---|---|---|
committer | Markos Chandras <mchandras@suse.de> | 2018-03-20 08:45:22 +0000 |
commit | 77ab4eeda0f42616c63fa3d3baef9063a1e5741e (patch) | |
tree | d7049fa3815d463d06a3a38016137e9884373416 /xci/config/user-vars | |
parent | c5d83347c1550efe2e7eb4e114ac2fc0a18f6e6a (diff) |
Add initial support for multiple infra deployers
bifrost is currently the only way to deploy the infrastructure but
in the future other solutions will be added so we need to do some
preparation for XCI integration.
Change-Id: I961dd42157c924d88747074ddba6a318f8b537ac
Signed-off-by: Markos Chandras <mchandras@suse.de>
Diffstat (limited to 'xci/config/user-vars')
-rwxr-xr-x | xci/config/user-vars | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/xci/config/user-vars b/xci/config/user-vars index c3b11e8e..1554777d 100755 --- a/xci/config/user-vars +++ b/xci/config/user-vars @@ -35,6 +35,15 @@ export XCI_CEPH_ENABLED=${XCI_CEPH_ENABLED:-false} export INSTALLER_TYPE=${INSTALLER_TYPE:-osa} #------------------------------------------------------------------------------- +# Set DEPLOYMENT +#------------------------------------------------------------------------------- +# Currently, there is a single infra deployment method: bifrost +# Examples: +# export INFRA_DEPLOYMENT="bifrost" +export INFRA_DEPLOYMENT=${INFRA_DEPLOYMENT:-bifrost} + + +#------------------------------------------------------------------------------- # Configure some other stuff #------------------------------------------------------------------------------- # Set the verbosity for ansible |