Skip to content

Commit

Permalink
Revert "[snmp] Configure snmp docker hostname from config DB (sonic-n…
Browse files Browse the repository at this point in the history
…et#2773)"

This reverts commit f2e60f8.
  • Loading branch information
qiluo-msft committed Mar 9, 2020
1 parent b3ce209 commit 6d2cf4a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions dockers/docker-snmp-sv2/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,6 @@ sonic-cfggen -d -y /etc/sonic/snmp.yml -t /usr/share/sonic/templates/snmpd.conf.
mkdir -p /var/sonic
echo "# Config files managed by sonic-config-engine" > /var/sonic/config_status

CURRENT_HOSTNAME=`hostname`
HOSTNAME=`sonic-cfggen -d -v DEVICE_METADATA[\'localhost\'][\'hostname\']`

if [ "$?" == "0" ] && [ "$HOSTNAME" != "" ]; then
echo $HOSTNAME > /etc/hostname
hostname -F /etc/hostname

sed -i "/\s$CURRENT_HOSTNAME$/d" /etc/hosts
echo "127.0.0.1 $HOSTNAME" >> /etc/hosts
fi

rm -f /var/run/rsyslogd.pid

supervisorctl start rsyslogd
Expand Down

0 comments on commit 6d2cf4a

Please sign in to comment.