From d2fadb9403d6f11f38c57be98fb6bb4f000cfecd Mon Sep 17 00:00:00 2001 From: Tommy Carpenter Date: Tue, 12 Sep 2017 13:00:52 -0400 Subject: Update to policy 1.0.0 Issue-ID: DCAEGEN2-97 Change-Id: Idf54f589c71b7e032b21f5d48c88f0128bb50b56 Signed-off-by: Tommy Carpenter --- cdap/cdap_types.yaml | 2 +- cdap/cdapplugin/requirements.txt | 2 +- cdap/cdapplugin/setup.py | 4 ++-- cdap/demo_blueprints/cdap_hello_world.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cdap/cdap_types.yaml b/cdap/cdap_types.yaml index 8d079c6..b2352be 100755 --- a/cdap/cdap_types.yaml +++ b/cdap/cdap_types.yaml @@ -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: diff --git a/cdap/cdapplugin/requirements.txt b/cdap/cdapplugin/requirements.txt index a522688..295262a 100644 --- a/cdap/cdapplugin/requirements.txt +++ b/cdap/cdapplugin/requirements.txt @@ -1,3 +1,3 @@ --extra-index-url {{ TODO }}/simple -dcaepolicy==0.0.4 +dcaepolicy==1.0.0 uuid==1.30 diff --git a/cdap/cdapplugin/setup.py b/cdap/cdapplugin/setup.py index 56e05f4..2121c7e 100644 --- a/cdap/cdapplugin/setup.py +++ b/cdap/cdapplugin/setup.py @@ -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" ] ) diff --git a/cdap/demo_blueprints/cdap_hello_world.yaml b/cdap/demo_blueprints/cdap_hello_world.yaml index f150cb0..4c78f38 100644 --- a/cdap/demo_blueprints/cdap_hello_world.yaml +++ b/cdap/demo_blueprints/cdap_hello_world.yaml @@ -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: -- cgit 1.2.3-korg