summaryrefslogtreecommitdiffstats
path: root/src/main/resources/clds/templates/dcae-deployment-template.json
diff options
context:
space:
mode:
authorEddy Hautot <eh552t@intl.att.com>2018-03-05 12:53:44 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-05 12:53:44 +0000
commitc1006c29c8d9566f7157e84891abb69190ae2efb (patch)
treedfc10cce1123d7cd902e03b55e52a1319efc81c2 /src/main/resources/clds/templates/dcae-deployment-template.json
parent356fc5f8f9f0b075fba54da19df2de0fb9c0c69f (diff)
parent912e5e9201bf60169ad39686ba5bd9d9bc6e3579 (diff)
Merge "Rework configuration"
Diffstat (limited to 'src/main/resources/clds/templates/dcae-deployment-template.json')
-rw-r--r--src/main/resources/clds/templates/dcae-deployment-template.json9
1 files changed, 9 insertions, 0 deletions
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 00000000..d4891747
--- /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"
+ }
+}