diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-03-20 17:16:05 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-03-20 17:16:05 +0000 |
commit | 91565d872c06f8e194a5ee46fffad20c750c854f (patch) | |
tree | 738d49f627ff7889a0adf184d416bf25150a6345 /extraconfig/tasks | |
parent | 5f58601c743b535ca69c177e99ae17305eeef815 (diff) | |
parent | b19d6306ea582dc31ebfd609475d9ac4e641e278 (diff) |
Merge "Don't try to run os-net-config from yum_update.sh"
Diffstat (limited to 'extraconfig/tasks')
-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 |