commit | 8746a9328e39e55a980c1c4365297f30ed1323db | [log] [tgz] |
---|---|---|
author | Gabe Black <gabe.black@viavisolutions.com> | Fri Oct 28 19:36:15 2016 +0000 |
committer | Gabe Black <gabe.black@viavisolutions.com> | Fri Oct 28 19:36:15 2016 +0000 |
tree | ae51795d9fb2e5a4f3fb88bd5130611aacb089a0 | |
parent | 9d8ef0d50ea9592bc635057cc216a05ce097fce7 [diff] [blame] |
Fixes broken Makefile as well as fixes management network for single-node-pod (development) environments. When Makefiles were refactored as part of https://gerrit.opencord.org/gitweb?p=service-profile.git;a=commitdiff;h=3670f448a2d287e5471eeb53f20fc9c4832f19b0 include $(COMMON_DIR)/Makefile should have been included in mcord's Makefile. Also xos is built around the rack server's management network. Including the default to work for single-node-pod mcord development environments. Change-Id: Ic8482bb3e55f0cfceea0f37eb61514f6bf58696d
diff --git a/mcord/Makefile b/mcord/Makefile index c4a1101..3c340ae 100644 --- a/mcord/Makefile +++ b/mcord/Makefile
@@ -8,6 +8,8 @@ DOCKER_PROJECT ?= mcord BOOTSTRAP_PROJECT ?= mcordbs +include $(COMMON_DIR)/Makefile + xos: prereqs config_dirs xos_download cord_services cord_libraries bootstrap onboarding podconfig onboarding: