diff options
Diffstat (limited to 'input-templates')
-rw-r--r-- | input-templates/he-ip.yaml | 1 | ||||
-rw-r--r-- | input-templates/hr-ip.yaml | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/input-templates/he-ip.yaml b/input-templates/he-ip.yaml index a5f1e39..509b0ee 100644 --- a/input-templates/he-ip.yaml +++ b/input-templates/he-ip.yaml @@ -3,6 +3,7 @@ "docker_host_override": "component_dockerhost", "msb_hostname": "{{ openo_ip_addr }}", "dcae_CL_publish_url": "http://{{ mr_ip_addr }}:3904/events/unauthenticated.DCAE_CL_OUTPUT", + "ves_fault_publish_url": "http://{{ mr_ip_addr }}:3904/events/unauthenticated.SEC_FAULT_OUTPUT", "location_domain" : "{{ dcae_zone }}.{{ dcae_domain }}", "location_prefix" : "dcae", "pgaas_cluster_name" : "pgvm", diff --git a/input-templates/hr-ip.yaml b/input-templates/hr-ip.yaml index c22f0d3..f3ca7bc 100644 --- a/input-templates/hr-ip.yaml +++ b/input-templates/hr-ip.yaml @@ -2,7 +2,6 @@ "dh_location_id": "{{ dcae_zone }}", "docker_host_override": "component_dockerhost", "msb_hostname": "{{ openo_ip_addr }}", - "ves_fault_publish_url": "http://{{ mr_ip_addr }}:3904/events/unauthenticated.SEC_FAULT_OUTPUT", "location_domain" : "{{ dcae_zone }}.{{ dcae_domain }}", "location_prefix" : "dcae", "pgaas_cluster_name" : "pgvm", |