add cdn.yaml and cdn-content.yaml

Change-Id: Ie8f5beb2da08bd0535c1c0cce5956bfb27e7446f
diff --git a/frontend/Makefile b/frontend/Makefile
index c1d46a6..128cc87 100644
--- a/frontend/Makefile
+++ b/frontend/Makefile
@@ -143,6 +143,14 @@
 	bash ../common/wait_for_onboarding_ready.sh $(XOS_BOOTSTRAP_PORT) xos
 	bash ../common/wait_for_xos_port.sh $(XOS_UI_PORT)
 
+hypercache:
+	$(RUN_TOSCA_BOOTSTRAP) $(SERVICE_DIR)/hypercache/xos/hpc-onboard.yaml
+	bash ../common/wait_for_onboarding_ready.sh $(XOS_BOOTSTRAP_PORT) services/hpc
+	bash ../common/wait_for_onboarding_ready.sh $(XOS_BOOTSTRAP_PORT) xos
+	bash ../common/wait_for_xos_port.sh $(XOS_UI_PORT)
+	$(RUN_TOSCA) mocks/cdn.yaml
+	$(RUN_TOSCA) ../opencloud/cdn-content.yaml
+
 dashboard:
 	$(RUN_TOSCA) ./dashboard.yaml