diff options
author | Lusheng Ji <lji@research.att.com> | 2017-09-21 05:42:28 +0000 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2017-09-21 05:42:28 +0000 |
commit | d92d4485b1838c9942cba08458ceff29b0555206 (patch) | |
tree | 127a5020e62f5daa15c8dff3d5d1fc70750a07dd /bootstrap | |
parent | 93ed9de8d75d30ed52af08f054bae6f633df1328 (diff) |
Use dcaegen2 as pom parent
Issue-Id: DCAEGEN2-103
Change-Id: I568ae97a2df0dfca099624810800e3e781f1aeb8
Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap/installer-docker.sh-template | 4 | ||||
-rw-r--r-- | bootstrap/pom.xml | 2 |
2 files changed, 4 insertions, 2 deletions
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. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.onap.dcaegen2</groupId> + <groupId>org.onap.dcaegen2.deployments</groupId> <artifactId>deployments</artifactId> <version>1.0.0-SNAPSHOT</version> </parent> |