From f751bdfbcaad923bd537e8aa0f0c778cdeddaeaa Mon Sep 17 00:00:00 2001 From: vagrant Date: Wed, 21 Mar 2018 18:08:00 +0000 Subject: input files for new service bp Change-Id: I14c9892ae8aa823ec55cf477d75d6d617637a97a Issue-ID: DCAEGEN2-405 Signed-off-by: Vijay VK --- input-templates/tcadocker-input.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 input-templates/tcadocker-input.json (limited to 'input-templates/tcadocker-input.json') 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" +} -- cgit 1.2.3-korg