Remove systemctl calls 39/40739/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 22 Jun 2016 21:28:28 +0000 (17:28 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 23 Jun 2016 20:09:25 +0000 (16:09 -0400)
The systemctl restart docker hangs on the RPC and doesn't appear to be
necessary. Stopping firewalld is already handled by other scripts so
should already be disabled as well.

Change-Id: I778a5a33fa0653ab318cd61d1f200366b8437d24
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jenkins-scripts/docker.sh

index c70408da3e7fed32ac3c91361c6db9efbd632948..3f41aac0632b769fa2d4f8fbc0cec08581d2f032 100755 (executable)
@@ -14,11 +14,4 @@ then
   /usr/sbin/usermod -a -G docker jenkins
 fi
 
-# stop firewall
-systemctl stop firewalld
-
-# restart docker daemon - needed after firewalld stop
-systemctl restart docker
-
 # vim: sw=2 ts=2 sts=2 et :
-