Update to policy 1.0.0 97/11997/3
authorTommy Carpenter <tommy@research.att.com>
Tue, 12 Sep 2017 17:00:52 +0000 (13:00 -0400)
committerTommy Carpenter <tommy@research.att.com>
Tue, 12 Sep 2017 17:06:42 +0000 (13:06 -0400)
Issue-ID: DCAEGEN2-97
Change-Id: Idf54f589c71b7e032b21f5d48c88f0128bb50b56
Signed-off-by: Tommy Carpenter <tommy@research.att.com>
cdap/cdap_types.yaml
cdap/cdapplugin/requirements.txt
cdap/cdapplugin/setup.py
cdap/demo_blueprints/cdap_hello_world.yaml

index 8d079c6..b2352be 100755 (executable)
@@ -6,7 +6,7 @@ plugins:
   cdap_deploy:
     executor: central_deployment_agent
     package_name: cdapcloudify
-    package_version: 14.2.1
+    package_version: 14.2.2
 
 data_types:
     cdap_connections:
index a522688..295262a 100644 (file)
@@ -1,3 +1,3 @@
 --extra-index-url {{ TODO }}/simple
-dcaepolicy==0.0.4
+dcaepolicy==1.0.0
 uuid==1.30
index 56e05f4..2121c7e 100644 (file)
@@ -22,7 +22,7 @@ from setuptools import setup, find_packages
 
 setup(
     name = "cdapcloudify",
-    version = "14.2.1",
+    version = "14.2.2",
     packages=find_packages(),
     author = "Tommy Carpenter",
     author_email = "tommy at research dot eh tee tee dot com",
@@ -32,7 +32,7 @@ setup(
     url = "https://gerrit.onap.org/r/#/admin/projects/dcaegen2/platform/plugins",
     zip_safe=False,
     install_requires = [
-        "dcaepolicy==0.0.4",
+        "dcaepolicy==1.0.0",
         "uuid==1.30"
     ]
 )
index f150cb0..4c78f38 100644 (file)
@@ -2,7 +2,7 @@ tosca_definitions_version: cloudify_dsl_1_3
 
 imports:
   - http://www.getcloudify.org/spec/cloudify/3.4/types.yaml
-  - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2 }}/type_files/cdap/14.2.1/cdap_types.yaml
+  - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2 }}/type_files/cdap/14.2.2/cdap_types.yaml
   - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2 }}/type_files/dcaepolicy/0.0.1/node-type.yaml
 
 inputs: