diff options
author | Lusheng Ji <lji@research.att.com> | 2018-05-11 15:46:35 -0400 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2018-05-12 11:43:35 -0400 |
commit | c3d80047afd700382fead481bae1972e836925e0 (patch) | |
tree | 78176b6eb81b8987e826d1c21f63343566d04447 | |
parent | a27dcb18742f7bae1a31540df9f282b7f7cdae26 (diff) |
Change VES measurement data topic, etc
1. change VES measurement data topic
2. fix bootstrap container image version
Issue-ID: DCAEGEN2-502
Issue-ID: DCAEGEN2-499
Change-Id: I1220b888d3b2ecaf8876868863c2964193ac0301
Signed-off-by: Lusheng Ji <lji@research.att.com>
-rw-r--r-- | bootstrap/pom.xml | 2 | ||||
-rw-r--r-- | heat/docker-compose-2.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/pom.xml b/bootstrap/pom.xml index 9f1a043..fe30d92 100644 --- a/bootstrap/pom.xml +++ b/bootstrap/pom.xml @@ -28,7 +28,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <groupId>org.onap.dcaegen2.deployments</groupId> <artifactId>bootstrap</artifactId> <name>dcaegen2-deployments-bootstrap</name> - <version>1.1.2-SNAPSHOT</version> + <version>1.1.3-SNAPSHOT</version> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> diff --git a/heat/docker-compose-2.yaml b/heat/docker-compose-2.yaml index 2d53b85..1666caf 100644 --- a/heat/docker-compose-2.yaml +++ b/heat/docker-compose-2.yaml @@ -31,7 +31,7 @@ services: - "DMAAPHOST={{ mr_ip_addr }}" - "DMAAPPORT=3904" - "DMAAPPUBTOPIC=unauthenticated.DCAE_CL_OUTPUT" - - "DMAAPSUBTOPIC=unauthenticated.SEC_MEASUREMENT_OUTPUT" + - "DMAAPSUBTOPIC=unauthenticated.VES_MEASUREMENT_OUTPUT" - "AAIHOST={{ aai1_ip_addr }}" - "AAIPORT=8443" - "CONSUL_HOST=consul" |