From d92d4485b1838c9942cba08458ceff29b0555206 Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Thu, 21 Sep 2017 05:42:28 +0000 Subject: Use dcaegen2 as pom parent Issue-Id: DCAEGEN2-103 Change-Id: I568ae97a2df0dfca099624810800e3e781f1aeb8 Signed-off-by: Lusheng Ji --- bootstrap/installer-docker.sh-template | 4 +++- bootstrap/pom.xml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'bootstrap') diff --git a/bootstrap/installer-docker.sh-template b/bootstrap/installer-docker.sh-template index 672f397..455561b 100755 --- a/bootstrap/installer-docker.sh-template +++ b/bootstrap/installer-docker.sh-template @@ -27,6 +27,8 @@ DESIGPLUG={{ ONAPTEMPLATE_RAWREPOURL_org_onap_ccsdk_platform_plugins_releases }} SSHKEYTYPES={{ ONAPTEMPLATE_RAWREPOURL_org_onap_ccsdk_platform_plugins_releases }}/type_files/sshkeyshare/sshkey_types.yaml SSHKEYPLUG={{ ONAPTEMPLATE_RAWREPOURL_org_onap_ccsdk_platform_plugins_releases }}/plugins/sshkeyshare-1.0.0-py27-none-any.wgn OSPLUGINZIP=https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/1.4.zip +OSPLUGINWGN=https://github.com/cloudify-cosmo/cloudify-openstack-plugin/releases/download/2.2.0/cloudify_openstack_plugin-2.2.0-py27-none-linux_x86_64-centos-Core.wgn + # Make sure ssh doesn't prompt for new host or choke on a new host with an IP it's seen before SSHOPTS="-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no" @@ -36,7 +38,7 @@ SSHUSER=centos PVTKEY=./config/key INPUTS=./config/inputs.yaml -if ["$LOCATION" = "" ] +if [ "$LOCATION" = "" ] then echo 'Environment variable LOCATION not set. Should be set to location ID for this installation.' exit 1 diff --git a/bootstrap/pom.xml b/bootstrap/pom.xml index 5a41b6b..3155704 100644 --- a/bootstrap/pom.xml +++ b/bootstrap/pom.xml @@ -21,7 +21,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. 4.0.0 - org.onap.dcaegen2 + org.onap.dcaegen2.deployments deployments 1.0.0-SNAPSHOT -- cgit 1.2.3-korg