[DCAE-7] Updates to allow VES collector to get IP 69/4969/1
authorCarsten Lund <lund@research.att.com>
Sun, 11 Jun 2017 11:03:52 +0000 (11:03 +0000)
committerCarsten Lund <lund@research.att.com>
Sun, 11 Jun 2017 11:03:52 +0000 (11:03 +0000)
Change-Id: I1471973b4885d7d0470d44db94039084d06c0823
Signed-off-by: Carsten Lund <lund@research.att.com>
OPENECOMP-DEMO-1-NIC-FLOATING-IPS/env.yaml
OPENECOMP-DEMO-2-NIC/env.yaml
OPENECOMP-DEMO-RACKSPACE/env.yaml
OPENECOMP-DEMO/docker-templates/docker-common-event.yaml

index d40ecd8..e443adb 100644 (file)
@@ -34,6 +34,7 @@ open-ecomp-demo:
   zone: "@{ZONE}"
   dns-ip: "@{DNS-IP-ADDR}"
   postgres-ip: "@{dcae_pstg00_float_ip_addr}"
+  collector-ip: "@{dcae_coll00_float_ip_addr}"
   flavor: "@{FLAVOR-LARGE}"
   image:
     ubuntu14-04: "@{UBUNTU-1404-IMAGE}"
index c915d33..63236b8 100644 (file)
@@ -34,6 +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}"
   flavor: "@{FLAVOR-LARGE}"
   image:
     ubuntu14-04: "@{UBUNTU-1404-IMAGE}"
index f738ef9..ffa9440 100644 (file)
@@ -34,6 +34,7 @@ open-ecomp-demo:
   zone: "@{ZONE}"
   dns-ip: 10.0.0.1
   postgres-ip: 10.0.4.101
+  collector-ip: 10.0.4.102
   flavor: 8 GB Performance
   image:
     ubuntu14-04: Ubuntu 14.04 LTS (Trusty Tahr) (PVHVM)
index aa4fbe3..be6df72 100644 (file)
@@ -16,6 +16,8 @@ controller-instance-configuration:
     - "/var/config/DCAE/${dcae.serviceName}/${dcae.instanceName}/manager:/opt/app/manager/config"
     - "/opt/app/dcae-certificate:/opt/app/dcae-certificate"
     - "/opt/app/groovy:/opt/app/groovy"
+  envs:
+    - "COLLECTOR_IP=${dcae.env('open-ecomp-demo.collector-ip')}"
   cport: 8080
   csecport: 8443
   keystoreloc: /opt/app/dcae-certificate/keystore.jks