diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2018-04-26 16:13:39 -0400 |
---|---|---|
committer | Mike Elliott <mike.elliott@amdocs.com> | 2018-04-26 16:13:39 -0400 |
commit | a0d187422774e51358f7a426541f0f223a90c2c2 (patch) | |
tree | c2faf9f761276c6c2464b27eb34e4722f15fbb2f /resources/config/eteshare | |
parent | d82b22d2982d6eed598f8e33d2a395f5d9b14efb (diff) |
Add missing robot dcae param
Change-Id: I00508840a92c0bd04afbe1859bac463f0c1f9765
Issue-ID: OOM-1007
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Diffstat (limited to 'resources/config/eteshare')
-rwxr-xr-x | resources/config/eteshare/config/vm_properties.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/config/eteshare/config/vm_properties.py b/resources/config/eteshare/config/vm_properties.py index 706d5e5..7bb8c1c 100755 --- a/resources/config/eteshare/config/vm_properties.py +++ b/resources/config/eteshare/config/vm_properties.py @@ -59,7 +59,7 @@ GLOBAL_INJECTED_PROPERTIES = { "GLOBAL_INJECTED_CLAMP_IP_ADDR" : "clamp.{{include "common.namespace" .}}", "GLOBAL_INJECTED_CLI_IP_ADDR" : "cli.{{include "common.namespace" .}}", "GLOBAL_INJECTED_CLOUD_ENV" : "openstack", - "GLOBAL_INJECTED_DCAE_IP_ADDR" : "dcae-controller.{{include "common.namespace" .}}", + "GLOBAL_INJECTED_DCAE_IP_ADDR" : "dcae-healthcheck.{{include "common.namespace" .}}", "GLOBAL_INJECTED_DNS_IP_ADDR" : "N/A", "GLOBAL_INJECTED_DOCKER_VERSION" : "1.2-STAGING-latest", "GLOBAL_INJECTED_EXTERNAL_DNS" : "N/A", |