diff options
author | Lukas Bezdicka <lbezdick@redhat.com> | 2017-03-13 14:39:12 +0100 |
---|---|---|
committer | Lukas Bezdicka <lbezdick@redhat.com> | 2017-03-13 14:40:04 +0100 |
commit | b19d6306ea582dc31ebfd609475d9ac4e641e278 (patch) | |
tree | c81bde723488848ffec8ec9151fb23ae43e2efd9 /extraconfig | |
parent | b69a73ba85682629460638aa7a8b8f5825c99a1f (diff) |
Don't try to run os-net-config from yum_update.sh
The UpdateDeployment already depends on NetworkDeployment.
We should not run os-net-config unconditionally before update.
Closes-Bug: #1666227
Change-Id: I48cbf5de00d47c6fdad71ff24c00e9db05cec5d5
Diffstat (limited to 'extraconfig')
-rwxr-xr-x | extraconfig/tasks/yum_update.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/extraconfig/tasks/yum_update.sh b/extraconfig/tasks/yum_update.sh index 4c87373e..3bf72f14 100755 --- a/extraconfig/tasks/yum_update.sh +++ b/extraconfig/tasks/yum_update.sh @@ -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 |