Setup Script - Node install

This commit is contained in:
Mike Reeves
2018-03-26 12:02:59 -04:00
parent 40dabe5be9
commit 69663bf97f

View File

@@ -538,16 +538,11 @@ if (whiptail_you_sure) then
fi fi
if [ $INSTALLTYPE == 'STORAGENODE' ]; then if [ $INSTALLTYPE == 'STORAGENODE' ]; then
whiptail_management_nic whiptail_management_nic
filter_nics
whiptail_bond_nics
whiptail_management_server whiptail_management_server
whiptail_nids
whiptail_sensor_config
configure_minion configure_minion
copy_ssh_key copy_ssh_key
create_bond
saltify saltify
configure_minion sensors configure_minion node
copy_ssh_key copy_ssh_key
copy_minion_pillar STORAGENODE copy_minion_pillar STORAGENODE
fi fi