Skip to content

Commit

Permalink
del vrrpcfgd
Browse files Browse the repository at this point in the history
Signed-off-by: philo <philo@micasnetworks.com>
  • Loading branch information
philo-micas committed Sep 27, 2024
1 parent 6f417ca commit 3d4fff0
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 984 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ program:pimd
program:frrcfgd
{%- else %}
program:bgpcfgd
program:vrrpcfgd
{%- endif %}
21 changes: 1 addition & 20 deletions dockers/docker-fpm-frr/frr/supervisord/supervisord.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -151,17 +151,10 @@ dependent_startup_wait_for=vrrpd:running
{% if DEVICE_METADATA.localhost.frr_mgmt_framework_config is defined and DEVICE_METADATA.localhost.frr_mgmt_framework_config == "true" %}
[program:frrcfgd]
command=/usr/local/bin/frrcfgd
priority=6
autostart=false
autorestart=false
startsecs=0
stdout_logfile=syslog
stderr_logfile=syslog
dependent_startup=true
dependent_startup_wait_for=bgpd:running
{% else %}
[program:bgpcfgd]
command=/usr/local/bin/bgpcfgd
{% endif %}
priority=6
autostart=false
autorestart=false
Expand All @@ -171,18 +164,6 @@ stderr_logfile=syslog
dependent_startup=true
dependent_startup_wait_for=bgpd:running

[program:vrrpcfgd]
command=/usr/local/bin/vrrpcfgd
priority=6
autostart=false
autorestart=true
startsecs=0
stdout_logfile=syslog
stderr_logfile=syslog
dependent_startup=true
dependent_startup_wait_for=bgpd:running
{% endif %}

{% if DEVICE_METADATA.localhost.frr_mgmt_framework_config is defined and DEVICE_METADATA.localhost.frr_mgmt_framework_config == "true" %}
{% else %}
[program:staticroutebfd]
Expand Down
1 change: 0 additions & 1 deletion dockers/docker-orchagent/supervisord.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -302,4 +302,3 @@ dependent_startup_wait_for=swssconfig:exited
environment=ASAN_OPTIONS="log_path=/var/log/asan/fdbsyncd-asan.log{{ asan_extra_options }}"
{% endif %}
{%- endif %}

2 changes: 1 addition & 1 deletion rules/docker-fpm-frr.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DOCKER_FPM_FRR = $(DOCKER_FPM_FRR_STEM).gz
DOCKER_FPM_FRR_DBG = $(DOCKER_FPM_FRR_STEM)-$(DBG_IMAGE_MARK).gz

$(DOCKER_FPM_FRR)_PATH = $(DOCKERS_PATH)/$(DOCKER_FPM_FRR_STEM)
$(DOCKER_FPM_FRR)_PYTHON_WHEELS += $(SONIC_BGPCFGD) $(SONIC_FRR_MGMT_FRAMEWORK) $(SONIC_VRRPCFGD)
$(DOCKER_FPM_FRR)_PYTHON_WHEELS += $(SONIC_BGPCFGD) $(SONIC_FRR_MGMT_FRAMEWORK)

$(DOCKER_FPM_FRR)_DEPENDS += $(FRR) $(FRR_SNMP) $(SWSS) $(LIBYANG2) $(SONIC_RSYSLOG_PLUGIN)
$(DOCKER_FPM_FRR)_DBG_DEPENDS = $($(DOCKER_SWSS_LAYER_BOOKWORM)_DBG_DEPENDS)
Expand Down
8 changes: 0 additions & 8 deletions rules/sonic_vrrpcfgd.dep

This file was deleted.

13 changes: 0 additions & 13 deletions rules/sonic_vrrpcfgd.mk

This file was deleted.

12 changes: 0 additions & 12 deletions src/sonic-vrrpcfgd/.gitignore

This file was deleted.

5 changes: 0 additions & 5 deletions src/sonic-vrrpcfgd/setup.cfg

This file was deleted.

29 changes: 0 additions & 29 deletions src/sonic-vrrpcfgd/setup.py

This file was deleted.

Empty file.
148 changes: 0 additions & 148 deletions src/sonic-vrrpcfgd/tests/test_config.py

This file was deleted.

19 changes: 0 additions & 19 deletions src/sonic-vrrpcfgd/tests/test_constructor.py

This file was deleted.

Empty file.
Loading

0 comments on commit 3d4fff0

Please sign in to comment.