Rework configuration

Move the JSON content from the properties file to json files for all
configuration defined in clds-reference.properties

Issue-ID: CLAMP-136
Change-Id: Idfb21be729d7260518756e5f585371de78d18944
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
diff --git a/src/test/resources/clds/templates/dcae-template.json b/src/test/resources/clds/templates/dcae-template.json
new file mode 100644
index 0000000..b7cfb23
--- /dev/null
+++ b/src/test/resources/clds/templates/dcae-template.json
@@ -0,0 +1,26 @@
+{
+	"properties": {
+		"service_name": "",
+		"service_ids": [
+		],
+		"vnf_ids": [
+		],
+		"location_ids": [
+		]
+	},
+	"template": {
+		"tca": {
+			"dcae": {
+				"inputTopic": "",
+				"outputTopic": "",
+				"closedLoopControlName": "",
+				"closedLoopEventClient": "configuration.dcae.microservice.tca.xml",
+				"policyName": "",
+				"policyScope": "service=vSCP;resource=F5;type=configuration",
+				"policyVersion": "v0.0.1",
+				"serviceConfigurations": {
+				}
+			}
+		}
+	}
+}