From d5c75c54d310c3fdd6f0244b8917bee0da6208c0 Mon Sep 17 00:00:00 2001 From: Carsten Lund Date: Sun, 11 Jun 2017 11:03:52 +0000 Subject: [DCAE-7] Updates to allow VES collector to get IP Change-Id: I1471973b4885d7d0470d44db94039084d06c0823 Signed-off-by: Carsten Lund --- OPENECOMP-DEMO/docker-templates/docker-common-event.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OPENECOMP-DEMO') diff --git a/OPENECOMP-DEMO/docker-templates/docker-common-event.yaml b/OPENECOMP-DEMO/docker-templates/docker-common-event.yaml index aa4fbe3..be6df72 100644 --- a/OPENECOMP-DEMO/docker-templates/docker-common-event.yaml +++ b/OPENECOMP-DEMO/docker-templates/docker-common-event.yaml @@ -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 -- cgit 1.2.3-korg