Lusheng Ji | e0db251 | 2018-02-12 11:04:08 -0500 | [diff] [blame] | 1 | # ================================================================================ |
| 2 | # Copyright (c) 2017-2018 AT&T Intellectual Property. All rights reserved. |
| 3 | # ================================================================================ |
| 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | # you may not use this file except in compliance with the License. |
| 6 | # You may obtain a copy of the License at |
| 7 | # |
| 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | # |
| 10 | # Unless required by applicable law or agreed to in writing, software |
| 11 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | # See the License for the specific language governing permissions and |
| 14 | # limitations under the License. |
| 15 | # ============LICENSE_END========================================================= |
| 16 | # |
| 17 | # ECOMP is a trademark and service mark of AT&T Intellectual Property. |
Lusheng Ji | 7067a97 | 2017-10-28 01:09:57 -0400 | [diff] [blame] | 18 | { |
Vijay | 573499f | 2017-11-01 21:26:46 +0000 | [diff] [blame] | 19 | "dh_location_id": "{{ dcae_zone }}", |
Lusheng Ji | 7067a97 | 2017-10-28 01:09:57 -0400 | [diff] [blame] | 20 | "docker_host_override": "component_dockerhost", |
| 21 | "msb_hostname": "{{ openo_ip_addr }}", |
Vijay | 573499f | 2017-11-01 21:26:46 +0000 | [diff] [blame] | 22 | "dcae_CL_publish_url": "http://{{ mr_ip_addr }}:3904/events/unauthenticated.DCAE_CL_OUTPUT", |
Guangrong Fu | 621d660 | 2017-11-09 16:01:38 +0800 | [diff] [blame] | 23 | "ves_fault_publish_url": "http://{{ mr_ip_addr }}:3904/events/unauthenticated.SEC_FAULT_OUTPUT", |
Vijay | 573499f | 2017-11-01 21:26:46 +0000 | [diff] [blame] | 24 | "location_domain" : "{{ dcae_zone }}.{{ dcae_domain }}", |
| 25 | "location_prefix" : "dcae", |
| 26 | "pgaas_cluster_name" : "pgvm", |
| 27 | "database_name":"holmes" |
Lusheng Ji | 7067a97 | 2017-10-28 01:09:57 -0400 | [diff] [blame] | 28 | } |