4fe1bdcf87
Add a sonic-config-engine to help generate config file based on minigraph and other data on runtime. Modify fpm, teamd, lldp, snmp, and platform-monitor docker to use sonic-config-engine to generate config in docker upon load.
6 lines
210 B
Makefile
6 lines
210 B
Makefile
# sonic-config-engine package
|
|
|
|
SONIC_CONFIG_ENGINE = python-sonic-config-engine_1.0-1_all.deb
|
|
$(SONIC_CONFIG_ENGINE)_SRC_PATH = $(SRC_PATH)/sonic-config-engine
|
|
SONIC_PYTHON_STDEB_DEBS += $(SONIC_CONFIG_ENGINE)
|