Update nodemgmt-scripts.sh

This commit is contained in:
2020-03-21 21:37:32 -05:00
parent 475fd275ec
commit 25531a9599

View File

@@ -1290,6 +1290,10 @@ SERVICE(){
NT_HOSTS=NC_HOSTS[@]
NT_HOST=NC_HOSTS[0]
NTS=('NC'); #NTS=$NTS1[@]
elif [ "$NODE_TYPE" = "LB" ]; then
NT_HOSTS=LB_HOSTS[@]
NT_HOST=LB_HOSTS[0]
NTS=('LB'); #NTS=$NTS1[@]
elif [ "${1}" = "nginx" ]; then
NT_HOSTS=WEB_HOSTS[@]
NT_HOST=WEB_HOSTS[0]