Added fe config mock for mcord slicing ui
Change-Id: I0036e7c7e971fb71ec1fd6953124b6ff349f3056
diff --git a/frontend/Makefile b/frontend/Makefile
index b0f02c8..ed34f2f 100644
--- a/frontend/Makefile
+++ b/frontend/Makefile
@@ -155,3 +155,16 @@
dashboard:
$(RUN_TOSCA) ./dashboard.yaml
+# before executing this clone the service from: https://github.com/teone/mcord-slicing-ui.git
+onboard-mcord-slicing: slicing-ui
+ # fix ports (now they are set to use the FE config ones
+ @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) ./mocks/mcord-slicing-ui.yaml