[docker-orchagent]: Add vrfmgrd to supervisorctl (#2055)

* [docker-orchagent]: Add vrfmgrd to supervisorctl

Signed-off-by: Marian Pritsak <marianp@mellanox.com>

* [sonic-vs]: Add vrfmgrd to supervisorctl

Signed-off-by: Marian Pritsak <marianp@mellanox.com>
This commit is contained in:
Marian Pritsak 2018-09-20 08:18:39 +03:00 committed by lguohan
parent 5e082133cd
commit 8a5e6ac47d
4 changed files with 20 additions and 0 deletions

View File

@ -32,6 +32,8 @@ supervisorctl start buffermgrd
supervisorctl start enable_counters
supervisorctl start vrfmgrd
# Start arp_update when VLAN exists
VLAN=`sonic-cfggen -d -v 'VLAN.keys() | join(" ") if VLAN'`
if [ "$VLAN" != "" ]; then

View File

@ -107,3 +107,11 @@ autostart=false
autorestart=false
stdout_logfile=syslog
stderr_logfile=syslog
[program:vrfmgrd]
command=/usr/bin/vrfmgrd
priority=14
autostart=false
autorestart=false
stdout_logfile=syslog
stderr_logfile=syslog

View File

@ -52,6 +52,8 @@ supervisorctl start zebra
supervisorctl start buffermgrd
supervisorctl start vrfmgrd
# Start arp_update when VLAN exists
VLAN=`sonic-cfggen -d -v 'VLAN.keys() | join(" ") if VLAN'`
if [ "$VLAN" != "" ]; then

View File

@ -138,3 +138,11 @@ autostart=false
autorestart=false
stdout_logfile=syslog
stderr_logfile=syslog
[program:vrfmgrd]
command=/usr/bin/vrfmgrd
priority=18
autostart=false
autorestart=false
stdout_logfile=syslog
stderr_logfile=syslog