use the correct config file for exampleservice synchronizer

Change-Id: I1ccf5729a31a0b14be4f8f6297415981ccf003ca
diff --git a/cord-pod/Makefile b/cord-pod/Makefile
index bf5016b..38948fb 100644
--- a/cord-pod/Makefile
+++ b/cord-pod/Makefile
@@ -114,6 +114,7 @@
 	sudo cp id_rsa key_import/exampleservice_rsa
 	sudo cp id_rsa.pub key_import/exampleservice_rsa.pub
 	$(RUN_TOSCA_BOOTSTRAP) $(SERVICE_DIR)/exampleservice/xos/exampleservice-onboard.yaml
+	$(RUN_TOSCA_BOOTSTRAP) exampleservice-synchronizer.yaml
 	bash ../common/wait_for_onboarding_ready.sh 81 services/exampleservice
 	bash ../common/wait_for_onboarding_ready.sh 81 xos
 	bash ../common/wait_for_xos_port.sh 80
diff --git a/cord-pod/exampleservice-synchronizer.yaml b/cord-pod/exampleservice-synchronizer.yaml
new file mode 100644
index 0000000..384fd43
--- /dev/null
+++ b/cord-pod/exampleservice-synchronizer.yaml
@@ -0,0 +1,14 @@
+tosca_definitions_version: tosca_simple_yaml_1_0
+
+description: This recipe provides additional configuration for the onboarded services.
+
+imports:
+   - custom_types/xos.yaml
+
+topology_template:
+  node_templates:
+    servicecontroller#exampleservice:
+      type: tosca.nodes.ServiceController
+      properties:
+        no-create: true
+        synchronizer_config: /root/setup/files/exampleservice_config