[DCAE-8] Fix for version issues with tca. 35/2235/1
authorCarsten Lund <lund@research.att.com>
Thu, 16 Mar 2017 21:04:58 +0000 (21:04 +0000)
committerCarsten Lund <lund@research.att.com>
Thu, 16 Mar 2017 21:04:58 +0000 (21:04 +0000)
Change-Id: I05f9ca10163ac71c88711f1b1c17638197a096ca
Signed-off-by: Carsten Lund <lund@research.att.com>
OPENECOMP-DEMO/cdap-templates/cdap-tca-hi-lo.yaml
OPENECOMP-DEMO/vm-descriptors/vm-cdap-cluster.json
OPENECOMP-DEMO/vm-descriptors/vm-docker-host-1.json
OPENECOMP-DEMO/vm-descriptors/vm-postgresql.json

index cc206da..c6d0efa 100644 (file)
@@ -13,7 +13,7 @@ controller-instance-configuration:
     }
   apps: 
     dcae-tca:
-        jarFile: /opt/app/cdap-apps/dcae-analytics-tca-1.0.0-SNAPSHOT.jar
+        jarFile: /opt/app/cdap-apps/dcae-analytics-tca-${dcae.env('open-ecomp-demo.versions.apod')}.jar
         artifactName: dcae-analytics-tca
         version: 1.0.0
         appConfigFileContent: '{config:{
index 5537ab5..8fdcdc8 100644 (file)
@@ -2,7 +2,6 @@
   $class : "org.openecomp.dcae.controller.service.vm.VirtualMachineServiceDescriptor",
   groupId : "org.openecomp.dcae.controller",
   artifact : "dcae-controller-service-cdap-cluster",
-  version : "0.1.0-SNAPSHOT",
   servicePackage : "org.openecomp.dcae.controller.service.cdap.cluster.service",
   serviceClass : "CdapClusterService",
   serviceInstanceClass : "CdapClusterServiceInstance",
index 90d7bba..ef36a79 100644 (file)
@@ -2,7 +2,6 @@
   $class : "org.openecomp.dcae.controller.service.vm.VirtualMachineServiceDescriptor",
   groupId : "org.openecomp.dcae.controller",
   artifact : "dcae-controller-service-docker-host",
-  version : "0.1.0-SNAPSHOT",
   servicePackage : "org.openecomp.dcae.controller.service.docker.host.service",
   serviceClass : "DockerHostService",
   serviceInstanceClass : "DockerHostServiceInstance",
index 45d7623..0643455 100644 (file)
@@ -2,7 +2,6 @@
   $class : "org.openecomp.dcae.controller.service.vm.VirtualMachineServiceDescriptor",
   groupId : "org.openecomp.dcae.controller",
   artifact : "dcae-controller-service-common-vm",
-  version : "0.1.0-SNAPSHOT",
   servicePackage : "org.openecomp.dcae.controller.service.common.vm.service",
   serviceClass : "CommonVmService",
   serviceInstanceClass : "CommonVmServiceInstance",