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.
8 lines
247 B
Makefile
8 lines
247 B
Makefile
# docker image for fpm
|
|
|
|
DOCKER_FPM = docker-fpm.gz
|
|
$(DOCKER_FPM)_PATH = $(DOCKERS_PATH)/docker-fpm
|
|
$(DOCKER_FPM)_DEPENDS += $(QUAGGA) $(SWSS) $(SONIC_CONFIG_ENGINE)
|
|
$(DOCKER_FPM)_LOAD_DOCKERS += $(DOCKER_BASE)
|
|
SONIC_DOCKER_IMAGES += $(DOCKER_FPM)
|