Do not enable bgpd during deployment 27/34627/1
authortomsou <soth@intracom-telecom.com>
Thu, 11 May 2017 13:56:41 +0000 (13:56 +0000)
committertomsou <soth@intracom-telecom.com>
Thu, 11 May 2017 13:59:54 +0000 (13:59 +0000)
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>
lib/overcloud-deploy-functions.sh

index f26a72a..1c5e4d0 100755 (executable)
@@ -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