diff options
Diffstat (limited to 'xci/config/user-vars')
-rwxr-xr-x | xci/config/user-vars | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xci/config/user-vars b/xci/config/user-vars index 451b6b85..fadf7ccc 100755 --- a/xci/config/user-vars +++ b/xci/config/user-vars @@ -29,10 +29,10 @@ export XCI_CEPH_ENABLED=${XCI_CEPH_ENABLED:-false} #------------------------------------------------------------------------------- # Currently, there are two kinds of installers in XCI: osa and kubespray # Examples: -# export XCI_INSTALLER="osa" +# export INSTALLER_TYPE="osa" # or -# export XCI_INSTALLER="kubespray" -export XCI_INSTALLER=${XCI_INSTALLER:-osa} +# export INSTALLER_TYPE="kubespray" +export INSTALLER_TYPE=${INSTALLER_TYPE:-osa} #------------------------------------------------------------------------------- # Configure some other stuff |