diff options
author | Markos Chandras <mchandras@suse.de> | 2018-03-20 17:28:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-03-20 17:28:50 +0000 |
commit | 346df57c53fde3795fbe675477cdb2c1a453b6f7 (patch) | |
tree | 9eb7a43cb3613e28f6a99c3f09c50bf6bc87839e /xci/config | |
parent | c7fd1fe87d8ae59757cefc79fe73ef249dd7952c (diff) | |
parent | dd0ac7518cc1dd5790314b72bd671d65435c1912 (diff) |
Merge changes from topic 'allow-deployment-overrides'
* changes:
xci: infra: bifrost: Avoid installing Ansible twice
Add initial support for multiple infra deployers
Diffstat (limited to 'xci/config')
-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 |