Changes to support globalxos profile
Change-Id: I7718be0a63deb829ef25053861937ec5457dff80
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