Skip to content
Snippets Groups Projects
Commit 9e7ed04f authored by Michael Marchetti's avatar Michael Marchetti
Browse files

Add dependency configuration for N2VC


Change-Id: I1a57751cd178c4d5886b394509a5f94ae8b8b0d5
Signed-off-by: default avatarMichael Marchetti <mmarchetti@sandvine.com>
parent 66fad8f2
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ CONTAINER_NAME ?= $(LOWER_MDG)
CMD_DOCKER_ARGS ?= -q
DOCKER_ARGS = $(CMD_DOCKER_ARGS)
DEPS := MON IM LCM RO common osmclient devops NBI policy-module Keystone
DEPS := MON IM LCM RO common osmclient devops NBI policy-module Keystone N2VC
DEPS_TARGETS = $(addprefix $(MKBUILD)/.dep_, $(DEPS))
......@@ -49,6 +49,7 @@ build: $(MKBUILD) $(DEPS_TARGETS)
--build-arg NBI_VERSION==$(shell cat $(MKBUILD)/.dep_NBI) \
--build-arg POL_VERSION==$(shell cat $(MKBUILD)/.dep_policy-module) \
--build-arg DEVOPS_VERSION==$(shell cat $(MKBUILD)/.dep_devops) \
--build-arg N2VC_VERSION==$(shell cat $(MKBUILD)/.dep_N2VC) \
--build-arg LWUI_VERSION==$(shell date +%s) \
$(DOCKER_ARGS) .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment