summaryrefslogtreecommitdiffstats
path: root/lib/post-install-functions.sh
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-02-18 12:52:54 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-02-18 12:52:54 +0000
commit645949cbac2bb766d18dfd9f818b6c14545a35e2 (patch)
treeb263d9883e49ec162b6aa86ae7204b151e17a0c4 /lib/post-install-functions.sh
parent89f0410672d80015c419f77e69a5bb155cac2bfe (diff)
parenta7155293dba7c21f060b671b15fc36a66b84de83 (diff)
Merge "Adding Quagga to build"
Diffstat (limited to 'lib/post-install-functions.sh')
-rwxr-xr-xlib/post-install-functions.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/post-install-functions.sh b/lib/post-install-functions.sh
index 5ca91897..b7235952 100755
--- a/lib/post-install-functions.sh
+++ b/lib/post-install-functions.sh
@@ -271,4 +271,9 @@ if [[ "$ha_enabled" == 'True' ]]; then
# trozet disable congress in HA until congress bugs are fixed
overcloud_connect "controller0" "sudo pcs resource ban openstack-congress overcloud-controller-1; sudo pcs resource ban openstack-congress overcloud-controller-2; sudo systemctl restart openstack-congress"
fi
+
+if [ "${deploy_options_array['vpn']}" == 'True' ]; then
+ # Check zrpcd is started
+ overcloud_connect "controller0" "sudo systemctl status zrpcd > /dev/null || echo 'WARNING: zrpcd is not running on controller0'"
+fi
}