diff options
Diffstat (limited to 'input-templates/hr-ip.yaml')
-rw-r--r-- | input-templates/hr-ip.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/input-templates/hr-ip.yaml b/input-templates/hr-ip.yaml new file mode 100644 index 0000000..856f195 --- /dev/null +++ b/input-templates/hr-ip.yaml @@ -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" +} + |