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/main/resources/clds/templates/dcae-deployment-template.json b/src/main/resources/clds/templates/dcae-deployment-template.json
new file mode 100644
index 0000000..d489174
--- /dev/null
+++ b/src/main/resources/clds/templates/dcae-deployment-template.json
@@ -0,0 +1,9 @@
+{
+ "serviceTypeId": "???",
+ "inputs": {
+ "aaiEnrichmentHost": "10.0.1.1",
+ "enableAAIEnrichment": "true",
+ "subscriberHostName": "10.0.11.1",
+ "publisherHostName": "10.0.11.1"
+ }
+}