Onboarding slicing service
Change-Id: I049a96943108832e2b0bd8fb23389e9db51c2b13
diff --git a/mcord/Makefile b/mcord/Makefile
index 7361750..baef92d 100644
--- a/mcord/Makefile
+++ b/mcord/Makefile
@@ -202,3 +202,14 @@
local_containers: prereqs download_xos
make -f ../common/Makefile.containers update_certs xos_base xos_devel synchronizer onboarding_synchronizer
+onboard-mcord-slicing: slicing-ui
+ @echo "[ONBOARDING UI SERVICES]"
+ bash ../common/wait_for_onboarding_ready.sh $(XOS_UI_PORT) xos
+ $(RUN_TOSCA_BOOTSTRAP) ../common/disable-onboarding.yaml
+ $(RUN_TOSCA_BOOTSTRAP) $(SERVICE_DIR)/mcord-ui-slicing/xos/mcord-slicing-onboard.yaml
+ $(RUN_TOSCA_BOOTSTRAP) ../common/enable-onboarding.yaml
+ bash ../common/wait_for_onboarding_ready.sh $(XOS_UI_PORT) xos
+ bash ../common/wait_for_xos_port.sh $(XOS_UI_PORT)
+
+slicing-ui:
+ $(RUN_TOSCA) ./mcord-slicing-ui.yaml
\ No newline at end of file