Add input file templates for Holmes and TCA 13/21113/1
authorLusheng Ji <lji@research.att.com>
Sat, 28 Oct 2017 05:09:57 +0000 (01:09 -0400)
committerLusheng Ji <lji@research.att.com>
Sat, 28 Oct 2017 05:10:09 +0000 (01:10 -0400)
Issue-Id: DCAEGEN2-128
Change-Id: I9014cb021a1fe12f1c946952383f09bf16cabb12
Signed-off-by: Lusheng Ji <lji@research.att.com>
input-templates/he-ip.yaml [new file with mode: 0644]
input-templates/hr-ip.yaml [new file with mode: 0644]
input-templates/tcainputs.yaml [new file with mode: 0644]

diff --git a/input-templates/he-ip.yaml b/input-templates/he-ip.yaml
new file mode 100644 (file)
index 0000000..2d0fd6e
--- /dev/null
@@ -0,0 +1,6 @@
+{
+  "dh_location_id": "loc1",
+  "docker_host_override": "component_dockerhost",
+  "msb_hostname": "{{ openo_ip_addr }}",
+  "dcae_CL_publish_url": "http://{{ mr_ip_addr }}:3904/events/unauthenticated.DCAE_CL_OUTPUT"
+}
diff --git a/input-templates/hr-ip.yaml b/input-templates/hr-ip.yaml
new file mode 100644 (file)
index 0000000..856f195
--- /dev/null
@@ -0,0 +1,7 @@
+{
+  "dh_location_id": "loc1",
+  "docker_host_override": "component_dockerhost",
+  "msb_hostname": "{{ openo_ip_addr }}",
+  "ves_fault_publish_url": "http://{{ mr_ip_addr }}:3904/events/unauthenticated.SEC_FAULT_OUTPUT"
+}
+
diff --git a/input-templates/tcainputs.yaml b/input-templates/tcainputs.yaml
new file mode 100644 (file)
index 0000000..243821a
--- /dev/null
@@ -0,0 +1,3 @@
+{
+  "name": "TCA"
+}