Start fabric mgr daemon in swss container. (#17473)

The fabricmgr daemon started in vs environment for testing from #16791, we now start the daemon in product code.
This commit is contained in:
jfeng-arista 2024-02-07 23:45:10 -08:00 committed by GitHub
parent fffd6e6607
commit 5a20589415
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14 additions and 0 deletions

View File

@ -12,6 +12,7 @@ program:fdbsyncd
program:vlanmgrd
program:intfmgrd
program:portmgrd
program:fabricmgrd
program:buffermgrd
program:vrfmgrd
program:nbrmgrd

View File

@ -190,6 +190,19 @@ environment=ASAN_OPTIONS="log_path=/var/log/asan/portmgrd-asan.log{{ asan_extra_
{% endif %}
{%- endif %}
[program:fabricmgrd]
command=/usr/bin/fabricmgrd
priority=10
autostart=false
autorestart=false
stdout_logfile=syslog
stderr_logfile=syslog
dependent_startup=true
dependent_startup_wait_for=swssconfig:exited
{% if ENABLE_ASAN == "y" %}
environment=ASAN_OPTIONS="log_path=/var/log/asan/fabricmgrd-asan.log{{ asan_extra_options }}"
{% endif %}
{% if is_fabric_asic == 0 %}
[program:buffermgrd]
command=/usr/bin/buffermgrd.sh