summaryrefslogtreecommitdiffstats
path: root/input-templates/tcadocker-input.json
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2018-03-23 18:34:35 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-23 18:34:35 +0000
commit869cd28f6a732e6766b30a8d27ef56594c601159 (patch)
tree196c17f23a7c193b4f7c965ce6cf6d6124bcb71f /input-templates/tcadocker-input.json
parentbc8173227daf39614543914efca5463c99623012 (diff)
parentf751bdfbcaad923bd537e8aa0f0c778cdeddaeaa (diff)
Merge "input files for new service bp"
Diffstat (limited to 'input-templates/tcadocker-input.json')
-rw-r--r--input-templates/tcadocker-input.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/input-templates/tcadocker-input.json b/input-templates/tcadocker-input.json
new file mode 100644
index 0000000..56a1681
--- /dev/null
+++ b/input-templates/tcadocker-input.json
@@ -0,0 +1,11 @@
+{
+ "aaiEnrichmentHost": "{{ aai1_ip_addr }}",
+ "enableAAIEnrichment": true,
+ "subscriberHostName": "{{ mr_ip_addr }}",
+ "publisherHostName": "{{ mr_ip_addr }}",
+ "dh_location_id": "{{ dcae_zone }}",
+ "dh_override": "component_dockerhost",
+ "redisHosts": "{{ redis_ip_port_addr }}",
+ "enableRedisCaching": true,
+ "tag_version": "nexus3.onap.org:10001/onap/tca-cdap-container:1.0"
+}