summaryrefslogtreecommitdiffstats
path: root/OPENECOMP-DEMO/vm-templates/vm-postgresql.yaml
diff options
context:
space:
mode:
authorCarsten Lund <lund@research.att.com>2017-02-20 00:36:24 +0000
committerCarsten Lund <lund@research.att.com>2017-02-20 00:36:24 +0000
commitfbac5fed071d447234effe657c810d66758d3866 (patch)
treea1a213002ebde182ac41bb42bf9e36177402a765 /OPENECOMP-DEMO/vm-templates/vm-postgresql.yaml
parent17adf3273efb2a965c36b626f39f54d6306eb59d (diff)
Updates to POM to fix deploy issues.
Also started on YAML configuration changes for LF. Change-Id: I22d398fac3ae0fd061df4e13ed4894e5534ee382 Signed-off-by: Carsten Lund <lund@research.att.com>
Diffstat (limited to 'OPENECOMP-DEMO/vm-templates/vm-postgresql.yaml')
-rw-r--r--OPENECOMP-DEMO/vm-templates/vm-postgresql.yaml18
1 files changed, 5 insertions, 13 deletions
diff --git a/OPENECOMP-DEMO/vm-templates/vm-postgresql.yaml b/OPENECOMP-DEMO/vm-templates/vm-postgresql.yaml
index f9b3fe9..5e38393 100644
--- a/OPENECOMP-DEMO/vm-templates/vm-postgresql.yaml
+++ b/OPENECOMP-DEMO/vm-templates/vm-postgresql.yaml
@@ -51,20 +51,12 @@ installation-steps:
echo "prepend domain-name-servers 10.0.0.1;" >> /etc/dhcp/dhclient.conf
echo nameserver 10.0.0.1 >> /etc/resolvconf/resolv.conf.d/head
-#- step: maven-artifact
-# group-id: org.openecomp.dcae.controller
-# artifact-id: dcae-controller-core-utils
-# version: ${dcae.env('open-ecomp-demo.versions.controller')}
-# type: zip
-# assembly-id: runtime
-# application-id: dcae
-
-- step: http
- url: ${dcae.env('open-ecomp-demo.maven.rawurl')}/org.openecomp.dcae/zip-snapshots/dcae-controller-core-utils-${dcae.env('open-ecomp-demo.versions.controller')}-runtime.zip
- user-name: ${dcae.env('open-ecomp-demo.maven.user')}
- password: ${dcae.env('open-ecomp-demo.maven.password')}
- type: zip
+- step: maven-artifact
+ group-id: org.openecomp.dcae.controller
artifact-id: dcae-controller-core-utils
+ version: ${dcae.env('open-ecomp-demo.versions.controller')}
+ type: zip
+ assembly-id: runtime
application-id: dcae
- step: shell