Nokia: Putting in support for metro network services within XOS for E-CORD
Change-Id: I3db15d55eb5e536eac647364dc505627a4a32bdf
diff --git a/common/Makefile.services b/common/Makefile.services
index 2d5c693..89f7631 100644
--- a/common/Makefile.services
+++ b/common/Makefile.services
@@ -12,6 +12,7 @@
$(SERVICE_DIR)/onos-service \
$(SERVICE_DIR)/fabric \
$(SERVICE_DIR)/hypercache \
+ $(SERVICE_DIR)/metro-net \
$(SERVICE_DIR)/openstack
monitoring_services: $(SERVICE_DIR)/monitoring
@@ -57,6 +58,9 @@
$(SERVICE_DIR)/hypercache:
git -C $(SERVICE_DIR) $(GITOPTS) clone -b $(HYPERCACHE_BRANCH) $(HYPERCACHE_GIT_URL)
+$(SERVICE_DIR)/metro-net:
+ git -C $(SERVICE_DIR) $(GITOPTS) clone -b $(METRONETWORK_BRANCH) $(METRONETWORK_GIT_URL)
+
$(SERVICE_DIR)/openstack:
git -C $(SERVICE_DIR) $(GITOPTS) clone -b $(OPENSTACK_BRANCH) $(OPENSTACK_GIT_URL)
@@ -73,4 +77,5 @@
git -C $(SERVICE_DIR)/onos-service pull
git -C $(SERVICE_DIR)/fabric pull
git -C $(SERVICE_DIR)/hypercache pull
+ git -C $(SERVICE_DIR)/metro-net pull
git -C $(SERVICE_DIR)/openstack pull