summaryrefslogtreecommitdiffstats
path: root/xci/xci-deploy.sh
diff options
context:
space:
mode:
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>2017-08-30 22:47:55 +0200
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>2017-08-31 08:25:52 +0000
commitc0ca672ffeb45efa2f6546af2e8dfc7869df2601 (patch)
treeb5e8d5e227890c016a5392d99f885a855086e985 /xci/xci-deploy.sh
parent439572b599cb8f4ae15fef1ed580862e7fe25003 (diff)
keepalived: Bring in the fix for iteritems for python3
This change moves the keepalived role version to commit b13e08 in order to bring the fix applied in upstream, switching from iteritems to items for python3. [1] The flavor ha is enabled back due to incorporating the fix to xci and the note in README.rst is removed as well. https://github.com/evrardjp/ansible-keepalived/commit/b13e0840b09154a6d2470f71fea8eaa968525c5b Change-Id: I6e03f579f1107475f4b4adf54699fc4f924beec3 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
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.
#-------------------------------------------------------------------------------