From 07ca94ca062659cfcb1ae45c870a0360e1367934 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Tue, 10 Apr 2018 14:08:01 -0400 Subject: [PATCH] Setup Script - Bond fix interfaces --- so-setup-network.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/so-setup-network.sh b/so-setup-network.sh index 20c8231c3..b58203736 100644 --- a/so-setup-network.sh +++ b/so-setup-network.sh @@ -344,7 +344,6 @@ sensor_pillar() { # Create the sensor pillar touch /tmp/$HOSTNAME.sls echo "sensor:" > /tmp/$HOSTNAME.sls - echo " es_shard_count: $SHARDCOUNT" >> /tmp/$HOSTNAME.sls echo " interface: bond0" if [ $NSMSETUP == 'ADVANCED' ]; then echo " bro_pins:" >> /tmp/$HOSTNAME.sls @@ -670,9 +669,9 @@ if (whiptail_you_sure) then surithreads=$LBPROCS fi whiptail_make_changes - #configure_minion + sensor_pillar #copy_ssh_key - create_bond + #create_bond #saltify #configure_minion sensors #copy_minion_pillar SENSORONLY