diff options
author | Carsten Lund <lund@research.att.com> | 2017-06-18 20:37:50 +0000 |
---|---|---|
committer | Carsten Lund <lund@research.att.com> | 2017-06-18 20:37:50 +0000 |
commit | f9edc738c94a5e407b531845b5d8cf905c4d6ec6 (patch) | |
tree | ccd75c60f5b8e5d868d93259a525ec89bda1aadf | |
parent | 8911aea5e891453dd03337d98399070565392a90 (diff) |
[DCAE-29] Fixed IP substitutions
Change-Id: I49e65bc1389a679e421257660533aa398c00f70c
Signed-off-by: Carsten Lund <lund@research.att.com>
-rw-r--r-- | OPENECOMP-DEMO-2-NIC/env.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OPENECOMP-DEMO-2-NIC/env.yaml b/OPENECOMP-DEMO-2-NIC/env.yaml index 63236b8..82e34ea 100644 --- a/OPENECOMP-DEMO-2-NIC/env.yaml +++ b/OPENECOMP-DEMO-2-NIC/env.yaml @@ -34,7 +34,7 @@ open-ecomp-demo: zone: "@{ZONE}" dns-ip: "@{DNS-IP-ADDR}" postgres-ip: "@{dcae_pstg00_ip_addr}" - collector-ip: "@{dcae_coll00_float_ip_addr}" + collector-ip: "@{dcae_coll00_ip_addr}" flavor: "@{FLAVOR-LARGE}" image: ubuntu14-04: "@{UBUNTU-1404-IMAGE}" |