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/tca-policy-template.json b/src/test/resources/clds/templates/tca-policy-template.json
new file mode 100644
index 0000000..eca4d46
--- /dev/null
+++ b/src/test/resources/clds/templates/tca-policy-template.json
@@ -0,0 +1,19 @@
+{
+	"service": "tca_policy",
+	"version": "1.0.0",
+	"location": "SampleServiceLocation",
+	"configName": "SampleConfigName",
+	"uuid": "test",
+	"policyScope": "resource=SampleResource,service=SampleService,type=SampleType,closedLoopControlName=ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e",
+	"templateVersion": "OpenSource.version.1",
+	"policyName": "MicroServicevCPE",
+	"description": "MicroService Policy",
+	"priority": "1",
+	"riskType": "SampleRiskType",
+	"riskLevel": "1",
+	"guard": "False",
+	"content": {
+		"tca_policy": {
+		}
+	}
+}