Changes to support globalxos profile
Change-Id: I7718be0a63deb829ef25053861937ec5457dff80
diff --git a/common/Makedefs b/common/Makedefs
index 73c6bfb..419a594 100644
--- a/common/Makedefs
+++ b/common/Makedefs
@@ -68,3 +68,6 @@
NG_XOS_LIB_BRANCH ?= $(DEFAULT_BRANCH)
NG_XOS_LIB_URL ?= $(CORD_BASE_GIT_URL)/ng-xos-lib.git
+
+GLOBALXOS_BRANCH ?= $(DEFAULT_BRANCH)
+GLOBALXOS_GIT_URL ?= $(CORD_BASE_GIT_URL)/globalxos.git
diff --git a/common/Makefile b/common/Makefile
index 13f7bf8..48d9277 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -107,6 +107,9 @@
$(SERVICE_DIR)/openstack:
git -C $(SERVICE_DIR) $(GITOPTS) clone -b $(OPENSTACK_BRANCH) $(OPENSTACK_GIT_URL)
+$(SERVICE_DIR)/globalxos:
+ git -C $(SERVICE_DIR) $(GITOPTS) clone -b $(GLOBALXOS_BRANCH) $(GLOBALXOS_GIT_URL)
+
update_services:
git -C $(SERVICE_DIR)/exampleservice pull
git -C $(SERVICE_DIR)/olt pull