summaryrefslogtreecommitdiffstats
path: root/lib/overcloud-deploy-functions.sh
diff options
context:
space:
mode:
authortomsou <soth@intracom-telecom.com>2017-05-11 13:56:41 +0000
committerTim Rozet <trozet@redhat.com>2017-05-13 02:39:04 +0000
commita125e6cff94921b8df5680e2cdf7baa649f3775b (patch)
tree76ff6f609e5caa1b41d48416413f8d85a5b7a5ed /lib/overcloud-deploy-functions.sh
parent210c443549674697bbf551dfca82d169a4f8dce3 (diff)
Do not enable bgpd during deployment
Do not enable bgpd in order to resolve the race condition between bgpd daemon (enabled within apex deployment) and the bgpd started by 6wind zrpcd in the frame of testcase 3 of sdnvpn. JIRA: APEX-448 Change-Id: I3dfd41280e86e8a85b2269518abd8a504391de61 Signed-off-by: tomsou <soth@intracom-telecom.com> (cherry picked from commit b63857ee231134fe9af6c5667d40a8f4f2b8555d)
Diffstat (limited to 'lib/overcloud-deploy-functions.sh')
-rwxr-xr-xlib/overcloud-deploy-functions.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/overcloud-deploy-functions.sh b/lib/overcloud-deploy-functions.sh
index ec53db90..990a05f6 100755
--- a/lib/overcloud-deploy-functions.sh
+++ b/lib/overcloud-deploy-functions.sh
@@ -122,7 +122,6 @@ EOI
ssh -T ${SSH_OPTIONS[@]} "stack@$UNDERCLOUD" <<EOI
LIBGUESTFS_BACKEND=direct virt-customize \
--run-command "systemctl enable zrpcd" \
- --run-command "systemctl enable bgpd" \
-a overcloud-full.qcow2
EOI
fi