summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cdap/Changelog.md3
-rwxr-xr-xcdap/cdap_types.yaml2
-rw-r--r--cdap/cdapplugin/setup.py2
-rw-r--r--cdap/pom.xml4
-rw-r--r--clamp-policy/clamppolicy-node-type.yaml4
-rw-r--r--clamp-policy/pom.xml4
-rw-r--r--clamp-policy/setup.py2
-rw-r--r--dcae-policy/dcaepolicy-node-type.yaml2
-rw-r--r--dcae-policy/pom.xml4
-rw-r--r--dcae-policy/setup.py2
-rw-r--r--docker/ChangeLog.md3
-rw-r--r--docker/docker-node-type.yaml2
-rw-r--r--docker/pom.xml4
-rw-r--r--docker/setup.py2
-rw-r--r--k8s/ChangeLog.md3
-rw-r--r--k8s/k8s-node-type.yaml2
-rw-r--r--k8s/pom.xml4
-rw-r--r--k8s/setup.py2
-rw-r--r--pom.xml2
-rw-r--r--relationships/pom.xml2
-rw-r--r--relationships/relationship-types.yaml2
-rw-r--r--relationships/setup.py2
22 files changed, 34 insertions, 25 deletions
diff --git a/cdap/Changelog.md b/cdap/Changelog.md
index afd4094..53220e7 100644
--- a/cdap/Changelog.md
+++ b/cdap/Changelog.md
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
+## [14.3.0]
+* DCAEGEN2-1956 support python3 in all plugins
+
## [14.2.5] - Sep 21 2017
* Use the public pypi version of policy lib
diff --git a/cdap/cdap_types.yaml b/cdap/cdap_types.yaml
index 42e40b9..ae0f146 100755
--- a/cdap/cdap_types.yaml
+++ b/cdap/cdap_types.yaml
@@ -23,7 +23,7 @@ plugins:
cdap_deploy:
executor: central_deployment_agent
package_name: cdapcloudify
- package_version: 14.2.5
+ package_version: 14.3.0
data_types:
cdap_connections:
diff --git a/cdap/cdapplugin/setup.py b/cdap/cdapplugin/setup.py
index 978af27..5ef6cc6 100644
--- a/cdap/cdapplugin/setup.py
+++ b/cdap/cdapplugin/setup.py
@@ -23,7 +23,7 @@ from setuptools import setup, find_packages
setup(
name = "cdapcloudify",
- version = "14.2.5",
+ version = "14.3.0",
packages=find_packages(),
author = "Tommy Carpenter",
author_email = "tommy@research.att.com",
diff --git a/cdap/pom.xml b/cdap/pom.xml
index 477d68d..6c34227 100644
--- a/cdap/pom.xml
+++ b/cdap/pom.xml
@@ -23,12 +23,12 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<parent>
<groupId>org.onap.dcaegen2.platform</groupId>
<artifactId>plugins</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.dcaegen2.platform.plugins</groupId>
<artifactId>cdap</artifactId>
<name>cdap-plugin</name>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<url>http://maven.apache.org</url>
<properties>
diff --git a/clamp-policy/clamppolicy-node-type.yaml b/clamp-policy/clamppolicy-node-type.yaml
index feb4f20..a9d27ac 100644
--- a/clamp-policy/clamppolicy-node-type.yaml
+++ b/clamp-policy/clamppolicy-node-type.yaml
@@ -25,7 +25,7 @@ plugins:
clamppolicy:
executor: 'central_deployment_agent'
package_name: clamppolicyplugin
- package_version: 1.0.0
+ package_version: 1.1.0
relationships:
# relationship that maintains mapping between micro-service and corresponding model id
@@ -39,4 +39,4 @@ node_types:
properties:
policy_model_id:
description: policy-model-id generated by SDC
- type: string \ No newline at end of file
+ type: string
diff --git a/clamp-policy/pom.xml b/clamp-policy/pom.xml
index 87c2a26..41222d0 100644
--- a/clamp-policy/pom.xml
+++ b/clamp-policy/pom.xml
@@ -22,12 +22,12 @@ limitations under the License.
<parent>
<groupId>org.onap.dcaegen2.platform</groupId>
<artifactId>plugins</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.dcaegen2.platform.plugins</groupId>
<artifactId>clamp-policy</artifactId>
<name>clamp-policy-plugin</name>
- <version>1.0.0</version>
+ <version>1.1.0</version>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/clamp-policy/setup.py b/clamp-policy/setup.py
index 25ad51b..225c8d0 100644
--- a/clamp-policy/setup.py
+++ b/clamp-policy/setup.py
@@ -23,7 +23,7 @@ from setuptools import setup
setup(
name='clamppolicyplugin',
description='Cloudify plugin for clamp.nodes.policy node to retrieve the policy model id',
- version="1.0.0",
+ version="1.1.0",
author='Vignesh K',
packages=['clamppolicyplugin'],
install_requires=[
diff --git a/dcae-policy/dcaepolicy-node-type.yaml b/dcae-policy/dcaepolicy-node-type.yaml
index ec7f373..75d2137 100644
--- a/dcae-policy/dcaepolicy-node-type.yaml
+++ b/dcae-policy/dcaepolicy-node-type.yaml
@@ -20,7 +20,7 @@ plugins:
dcaepolicy:
executor: 'central_deployment_agent'
package_name: dcaepolicyplugin
- package_version: 2.3.2
+ package_version: 2.4.0
data_types:
# the properties inside dcae.data.policy_filter are identical to /getConfig API of policy-engine except the requestID field.
diff --git a/dcae-policy/pom.xml b/dcae-policy/pom.xml
index 0b8da47..aa29708 100644
--- a/dcae-policy/pom.xml
+++ b/dcae-policy/pom.xml
@@ -23,12 +23,12 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<parent>
<groupId>org.onap.dcaegen2.platform</groupId>
<artifactId>plugins</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.dcaegen2.platform.plugins</groupId>
<artifactId>dcae-policy</artifactId>
<name>dcae-policy-plugin</name>
- <version>2.3.2-SNAPSHOT</version>
+ <version>2.4.0-SNAPSHOT</version>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/dcae-policy/setup.py b/dcae-policy/setup.py
index b95e303..de0f29c 100644
--- a/dcae-policy/setup.py
+++ b/dcae-policy/setup.py
@@ -24,7 +24,7 @@ from setuptools import setup
setup(
name='dcaepolicyplugin',
description='Cloudify plugin for dcae.nodes.policy node to retrieve the policy config',
- version="2.3.2",
+ version="2.4.0",
author='Alex Shatov',
packages=['dcaepolicyplugin'],
install_requires=[
diff --git a/docker/ChangeLog.md b/docker/ChangeLog.md
index 053adf9..7b27363 100644
--- a/docker/ChangeLog.md
+++ b/docker/ChangeLog.md
@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
+## [3.3.0]
+* DCAEGEN2-1956 support python3 in all plugins
+
## [3.2.1]
* DCAEGEN2-1086 update onap-dcae-dcaepolicy-lib version to avoid Consul stores under old service_component_name
diff --git a/docker/docker-node-type.yaml b/docker/docker-node-type.yaml
index 58a8856..fba4ccb 100644
--- a/docker/docker-node-type.yaml
+++ b/docker/docker-node-type.yaml
@@ -24,7 +24,7 @@ plugins:
docker:
executor: 'central_deployment_agent'
package_name: dockerplugin
- package_version: 3.2.1
+ package_version: 3.3.0
data_types:
diff --git a/docker/pom.xml b/docker/pom.xml
index 5c79537..6811392 100644
--- a/docker/pom.xml
+++ b/docker/pom.xml
@@ -23,12 +23,12 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<parent>
<groupId>org.onap.dcaegen2.platform</groupId>
<artifactId>plugins</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.dcaegen2.platform.plugins</groupId>
<artifactId>docker</artifactId>
<name>docker-plugin</name>
- <version>3.2.1-SNAPSHOT</version>
+ <version>3.3.0-SNAPSHOT</version>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/docker/setup.py b/docker/setup.py
index 8cb99b6..b6a914b 100644
--- a/docker/setup.py
+++ b/docker/setup.py
@@ -25,7 +25,7 @@ from setuptools import setup
setup(
name='dockerplugin',
description='Cloudify plugin for applications run in Docker containers',
- version="3.2.1",
+ version="3.3.0",
author='Michael Hwang, Tommy Carpenter',
packages=['dockerplugin'],
zip_safe=False,
diff --git a/k8s/ChangeLog.md b/k8s/ChangeLog.md
index 7a90f78..3ac813e 100644
--- a/k8s/ChangeLog.md
+++ b/k8s/ChangeLog.md
@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
+## [1.7.0]
+* DCAEGEN2-1956 support python3 in all plugins
+
## [1.4.13]
Fix bug related to setting the delivery URL for a DR subscriber. (DCAEGEN2-1009)
diff --git a/k8s/k8s-node-type.yaml b/k8s/k8s-node-type.yaml
index 86fdb2e..fdba567 100644
--- a/k8s/k8s-node-type.yaml
+++ b/k8s/k8s-node-type.yaml
@@ -22,7 +22,7 @@ plugins:
k8s:
executor: 'central_deployment_agent'
package_name: k8splugin
- package_version: 1.6.0
+ package_version: 1.7.0
data_types:
diff --git a/k8s/pom.xml b/k8s/pom.xml
index 5b66d5a..811f8aa 100644
--- a/k8s/pom.xml
+++ b/k8s/pom.xml
@@ -23,12 +23,12 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<parent>
<groupId>org.onap.dcaegen2.platform</groupId>
<artifactId>plugins</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.dcaegen2.platform.plugins</groupId>
<artifactId>k8s</artifactId>
<name>k8s-plugin</name>
- <version>1.6.0-SNAPSHOT</version>
+ <version>1.7.0-SNAPSHOT</version>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/k8s/setup.py b/k8s/setup.py
index 386dde8..6e8e96c 100644
--- a/k8s/setup.py
+++ b/k8s/setup.py
@@ -24,7 +24,7 @@ from setuptools import setup
setup(
name='k8splugin',
description='Cloudify plugin for containerized components deployed using Kubernetes',
- version="1.6.0",
+ version="1.7.0",
author='J. F. Lucas, Michael Hwang, Tommy Carpenter',
packages=['k8splugin','k8sclient','msb','configure'],
zip_safe=False,
diff --git a/pom.xml b/pom.xml
index 0d103fe..a7e776c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<groupId>org.onap.dcaegen2.platform</groupId>
<artifactId>plugins</artifactId>
<name>dcaegen2-platform-plugins</name>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<url>http://maven.apache.org</url>
<packaging>pom</packaging>
<modules>
diff --git a/relationships/pom.xml b/relationships/pom.xml
index 4a1ef79..b4337ca 100644
--- a/relationships/pom.xml
+++ b/relationships/pom.xml
@@ -23,7 +23,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<parent>
<groupId>org.onap.dcaegen2.platform</groupId>
<artifactId>plugins</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.dcaegen2.platform.plugins</groupId>
<artifactId>relationships</artifactId>
diff --git a/relationships/relationship-types.yaml b/relationships/relationship-types.yaml
index 5625af5..25e86e7 100644
--- a/relationships/relationship-types.yaml
+++ b/relationships/relationship-types.yaml
@@ -24,7 +24,7 @@ plugins:
relationships:
executor: 'central_deployment_agent'
package_name: relationshipplugin
- package_version: 1.0.0
+ package_version: 1.1.0
relationships:
# The relationship type here is to be used between service component nodes. What is achieved here is
diff --git a/relationships/setup.py b/relationships/setup.py
index 7facd65..c4eb941 100644
--- a/relationships/setup.py
+++ b/relationships/setup.py
@@ -25,7 +25,7 @@ from setuptools import setup
setup(
name='relationshipplugin',
description='',
- version="1.0.0",
+ version="1.1.0",
author='Michael Hwang, Tommy Carpenter',
packages=['relationshipplugin'],
zip_safe=False,