aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrzegorz-Lis <grzegorz.lis@nokia.com>2020-09-03 14:14:24 +0200
committerGrzegorz-Lis <grzegorz.lis@nokia.com>2020-09-03 14:14:24 +0200
commita48970067bfdebef74e9fce79ec5ba98d7c55dc4 (patch)
treecd3bbaa8ee8f9e4f603f755ff6be490225b9ab1b
parentecaa078481d4feb8ef7daf2a19e210984410f3f9 (diff)
[DCAE] Adapt DCAE blueprints to CFY DCAE K8S plugin version 3.x.x -2.1.2
correction Issue-ID: DCAEGEN2-2386 Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com> Change-Id: I65bcf24497304b96b62a3a5eb04665acbdeca323
-rw-r--r--blueprints/k8s-datafile.yaml2
-rw-r--r--blueprints/k8s-pm-mapper.yaml2
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
4 files changed, 4 insertions, 4 deletions
diff --git a/blueprints/k8s-datafile.yaml b/blueprints/k8s-datafile.yaml
index ddc5666..73cf230 100644
--- a/blueprints/k8s-datafile.yaml
+++ b/blueprints/k8s-datafile.yaml
@@ -59,7 +59,7 @@ inputs:
default: false
node_templates:
datafile-collector:
- type: dcae.nodes.ContainerizedServiceComponent
+ type: dcae.nodes.ContainerizedServiceComponentUsingDmaap
interfaces:
cloudify.interfaces.lifecycle:
start:
diff --git a/blueprints/k8s-pm-mapper.yaml b/blueprints/k8s-pm-mapper.yaml
index 7e8fdb4..b65b153 100644
--- a/blueprints/k8s-pm-mapper.yaml
+++ b/blueprints/k8s-pm-mapper.yaml
@@ -127,7 +127,7 @@ node_templates:
topic_name: { get_input: topic_name }
pm-mapper:
- type: dcae.nodes.ContainerizedServiceComponent
+ type: dcae.nodes.ContainerizedServiceComponentUsingDmaap
interfaces:
cloudify.interfaces.lifecycle:
create:
diff --git a/pom.xml b/pom.xml
index 2a86e10..b560fcd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<groupId>org.onap.dcaegen2.deployments</groupId>
<artifactId>k8s-bootstrap-container</artifactId>
<name>dcaegen2-deployments-k8s-bootstrap-container</name>
- <version>2.1.1-SNAPSHOT</version>
+ <version>2.1.2-SNAPSHOT</version>
<url>http://maven.apache.org</url>
<packaging>pom</packaging>
diff --git a/version.properties b/version.properties
index 607bf2c..56a8b6d 100644
--- a/version.properties
+++ b/version.properties
@@ -1,6 +1,6 @@
major=2
minor=1
-patch=1
+patch=2
base_version=${major}.${minor}.${patch}
release_version=${base_version}
snapshot_version=${base_version}-SNAPSHOT