Don't try to run os-net-config from yum_update.sh
authorLukas Bezdicka <lbezdick@redhat.com>
Mon, 13 Mar 2017 13:39:12 +0000 (14:39 +0100)
committerLukas Bezdicka <lbezdick@redhat.com>
Mon, 13 Mar 2017 13:40:04 +0000 (14:40 +0100)
The UpdateDeployment already depends on NetworkDeployment.
We should not run os-net-config unconditionally before update.

Closes-Bug: #1666227

Change-Id: I48cbf5de00d47c6fdad71ff24c00e9db05cec5d5

extraconfig/tasks/yum_update.sh

index 4c87373..3bf72f1 100755 (executable)
@@ -97,17 +97,6 @@ return_code=$?
 echo "$result"
 echo "yum return code: $return_code"
 
-# Writes any changes caused by alterations to os-net-config and bounces the
-# interfaces *before* restarting the cluster.
-os-net-config -c /etc/os-net-config/config.json -v --detailed-exit-codes
-RETVAL=$?
-if [[ $RETVAL == 2 ]]; then
-    echo "os-net-config: interface configuration files updated successfully"
-elif [[ $RETVAL != 0 ]]; then
-    echo "ERROR: os-net-config configuration failed"
-    exit $RETVAL
-fi
-
 if [[ "$pacemaker_status" == "active" ]] ; then
     echo "Starting cluster node"
     pcs cluster start