summaryrefslogtreecommitdiffstats
path: root/xci/xci-deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'xci/xci-deploy.sh')
-rwxr-xr-xxci/xci-deploy.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/xci/xci-deploy.sh b/xci/xci-deploy.sh
index fc3f63b5..db0a714e 100755
--- a/xci/xci-deploy.sh
+++ b/xci/xci-deploy.sh
@@ -72,16 +72,6 @@ if [[ $OS_FAMILY != Debian ]]; then
exit 1
fi
-# TODO: Get rid of this!!!
-# Flavor HA fails to deploy and currently disabled.
-if [[ $XCI_FLAVOR == ha ]]; then
- echo ""
- echo "Error: Sorry, the flavor ha is not currently supported due to an upstream issue!"
- echo "Info : Available flavors are aio, mini, and ha"
- echo ""
- exit 1
-fi
-
# TODO: The xci playbooks can be put into a playbook which will be done later.
#-------------------------------------------------------------------------------