Add Info to nodestab

This commit is contained in:
Mike Reeves
2018-11-25 19:03:26 -05:00
parent 5e6fae9787
commit 03d16acd5d
4 changed files with 25 additions and 4 deletions

View File

@@ -745,7 +745,7 @@ set_initial_firewall_policy() {
if [ $INSTALLTYPE == 'STORAGENODE' ]; then
ssh -i /root/.ssh/so.key socore@$MSRV sudo /opt/so/saltstack/pillar/firewall/addfirewall.sh minions $MAINIP
ssh -i /root/.ssh/so.key socore@$MSRV sudo /opt/so/saltstack/pillar/firewall/addfirewall.sh storage_nodes $MAINIP
ssh -i /root/.ssh/so.key socore@$MSRV sudo /opt/so/saltstack/pillar/data/addtotab.sh nodestab $HOSTNAME $MAINIP
ssh -i /root/.ssh/so.key socore@$MSRV sudo /opt/so/saltstack/pillar/data/addtotab.sh nodestab $HOSTNAME $MAINIP $MAININT
fi
if [ $INSTALLTYPE == 'PARSINGNODE' ]; then