diff options
author | vagrant <vv770d@att.com> | 2018-03-21 18:08:00 +0000 |
---|---|---|
committer | vagrant <vv770d@att.com> | 2018-03-23 11:00:24 +0000 |
commit | f751bdfbcaad923bd537e8aa0f0c778cdeddaeaa (patch) | |
tree | 7e34a4bf2a72702309969a0bfb5183112219ef37 /input-templates/heartbeat-input.json | |
parent | 230d6b64f8513992d89b2c460bacfc4f3fe30488 (diff) |
input files for new service bp
Change-Id: I14c9892ae8aa823ec55cf477d75d6d617637a97a
Issue-ID: DCAEGEN2-405
Signed-off-by: Vijay VK <vv770d@att.com>
Diffstat (limited to 'input-templates/heartbeat-input.json')
-rw-r--r-- | input-templates/heartbeat-input.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/input-templates/heartbeat-input.json b/input-templates/heartbeat-input.json new file mode 100644 index 0000000..eaf13a3 --- /dev/null +++ b/input-templates/heartbeat-input.json @@ -0,0 +1,7 @@ +{ + "dh_location_id": "{{ dcae_zone }}", + "docker_host_override": "component_dockerhost", + "dcae_CL_publish_url": "http://{{ mr_ip_addr }}:3904/events/unauthenticated.DCAE_CL_OUTPUT/", + "ves_heartbeat_url": "http://{{ mr_ip_addr }}:3904/events/unauthenticated.SEC_HEARTBEAT_OUTPUT/", + "tag_version": "nexus3.onap.org:10001/onap/org.onap.dcaegen2.platform.heartbeat:2.0" +} |