Change the sensortab to add additional informations

This commit is contained in:
Mike Reeves
2018-11-21 09:47:27 -05:00
parent 4a8888e08d
commit 257d87684f
2 changed files with 7 additions and 1 deletions

View File

@@ -739,7 +739,7 @@ set_initial_firewall_policy() {
if [ $INSTALLTYPE == 'SENSORONLY' ]; 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 forward_nodes $MAINIP
ssh -i /root/.ssh/so.key socore@$MSRV sudo /opt/so/saltstack/pillar/data/addtotab.sh sensorstab $HOSTNAME $MAINIP
ssh -i /root/.ssh/so.key socore@$MSRV sudo /opt/so/saltstack/pillar/data/addtotab.sh sensorstab $HOSTNAME $MAINIP $MAININT bond0
fi
if [ $INSTALLTYPE == 'STORAGENODE' ]; then