Skip to content

Commit

Permalink
[docker-teamd]: rename docker-team to docker-teamd
Browse files Browse the repository at this point in the history
  • Loading branch information
marian-pritsak committed Dec 30, 2016
1 parent 930ee3f commit 4fea0f2
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -f -y libdbus-1-3 libdaemon0 libjansson4
COPY debs /debs

RUN dpkg -i \
{% for deb in docker_team_debs.split(' ') -%}
{% for deb in docker_teamd_debs.split(' ') -%}
debs/{{ deb }}{{' '}}
{%- endfor %}

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion platform/generic/rules.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SONIC_ALL += $(DOCKER_DATABASE) \
$(DOCKER_FPM) \
$(DOCKER_TEAM) \
$(DOCKER_TEAMD) \
$(DOCKER_LLDP_SV2) \
$(DOCKER_SNMP_SV2) \
$(DOCKER_PLATFORM_MONITOR)
2 changes: 1 addition & 1 deletion platform/mellanox/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SONIC_ALL += $(DOCKER_SYNCD_MLNX) \
$(DOCKER_DATABASE) \
$(DOCKER_LLDP_SV2) \
$(DOCKER_SNMP_SV2) \
$(DOCKER_TEAM) \
$(DOCKER_TEAMD) \
$(DOCKER_PLATFORM_MONITOR) \
debs/$(MLNX_HW_MANAGEMENT) \
debs/$(SX_KERNEL)
Expand Down
7 changes: 0 additions & 7 deletions rules/docker-team.mk

This file was deleted.

7 changes: 7 additions & 0 deletions rules/docker-teamd.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# docker image for teamd agent

DOCKER_TEAMD = docker-teamd.gz
$(DOCKER_TEAMD)_PATH = $(DOCKERS_PATH)/docker-teamd
$(DOCKER_TEAMD)_DEPENDS += $(SWSS) $(LIBTEAMDCT) $(LIBTEAM_UTILS)
$(DOCKER_TEAMD)_LOAD_DOCKERS += $(DOCKER_BASE)
SONIC_DOCKER_IMAGES += $(DOCKER_TEAMD)

0 comments on commit 4fea0f2

Please sign in to comment.