From 5648b85924ed92b556c30322ae28a1c169a1db1e Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Mon, 9 Apr 2018 13:28:31 +0000 Subject: Update plugin versions, blueprint list Change-Id: Ia6d853b1d75bf4ebf527806b9d056282a21811ec Issue-ID: DCAEGEN2-421 Signed-off-by: Jack Lucas --- k8s-bootstrap-container/build-plugins.sh | 6 +++--- k8s-bootstrap-container/load-blueprints.sh | 3 ++- k8s-bootstrap-container/pom.xml | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/k8s-bootstrap-container/build-plugins.sh b/k8s-bootstrap-container/build-plugins.sh index 9055194..ad98b24 100755 --- a/k8s-bootstrap-container/build-plugins.sh +++ b/k8s-bootstrap-container/build-plugins.sh @@ -31,14 +31,14 @@ DEST=wagons # For DCAE, we get zips of the archives and build wagons DCAEPLUGINFILES=\ "\ -k8splugin/1.0.0/k8splugin-1.0.0.tgz -dcaepolicyplugin/2.1.0/dcaepolicyplugin-2.1.0.tgz \ +k8splugin/1.0.1/k8splugin-1.0.1.tgz +dcaepolicyplugin/2.2.1/dcaepolicyplugin-2.2.1.tgz \ " # For CCSDK, we pull down the wagon files directly CCSDKPLUGINFILES=\ "\ -plugins/pgaas-1.0.0-py27-none-any.wgn +plugins/pgaas-1.1.0-py27-none-any.wgn plugins/sshkeyshare-1.0.0-py27-none-any.wgn " diff --git a/k8s-bootstrap-container/load-blueprints.sh b/k8s-bootstrap-container/load-blueprints.sh index 4b7270a..399ed86 100755 --- a/k8s-bootstrap-container/load-blueprints.sh +++ b/k8s-bootstrap-container/load-blueprints.sh @@ -7,6 +7,7 @@ set -x BLUEPRINTS=\ " +k8s-pgaas-initdb.yaml \ k8s-config_binding_service.yaml \ k8s-deployment_handler.yaml \ k8s-inventory.yaml \ @@ -20,4 +21,4 @@ mkdir ${BPDEST} for bp in ${BLUEPRINTS} do curl -Ss $1/blueprints/${bp} > ${BPDEST}/$(basename ${bp}) -done +done \ No newline at end of file diff --git a/k8s-bootstrap-container/pom.xml b/k8s-bootstrap-container/pom.xml index 724ada3..3537c5b 100644 --- a/k8s-bootstrap-container/pom.xml +++ b/k8s-bootstrap-container/pom.xml @@ -27,7 +27,7 @@ limitations under the License. org.onap.dcaegen2.deployments k8s-bootstrap-container dcaegen2-deployments-k8s-bootstrap-container - 1.1.3 + 1.1.4 http://maven.apache.org UTF-8 -- cgit 1.2.3-korg