Upgrade to public PyPi policy-lib 35/14335/2
authorTommy Carpenter <tommy@research.att.com>
Thu, 21 Sep 2017 18:33:42 +0000 (14:33 -0400)
committerTommy Carpenter <tommy@research.att.com>
Thu, 21 Sep 2017 19:03:20 +0000 (15:03 -0400)
Issue-ID: DCAEGEN2-74
Change-Id: I85f43a73da58497c5677bffcb2de79015febfa7c
Signed-off-by: Tommy Carpenter <tommy@research.att.com>
cdap/Changelog.md
cdap/cdap_types.yaml
cdap/cdapplugin/cdapcloudify/cdap_plugin.py
cdap/cdapplugin/requirements.txt
cdap/cdapplugin/setup.py
cdap/demo_blueprints/cdap_hello_world.yaml
cdap/demo_blueprints/cdap_hello_world_with_dmaap.yaml
cdap/demo_blueprints/cdap_hello_world_with_laika.yaml
cdap/demo_blueprints/cdap_hello_world_with_mr.yaml

index 0bcdeca..327ce0e 100644 (file)
@@ -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.2.5] - Sep 21 2017
+* Use the public pypi version of policy lib
+
 ## [14.2.4] - Sep 15 2017
 * Add decorator usage to DRY up code
 
index 6f9a33a..3c2a234 100755 (executable)
@@ -6,7 +6,7 @@ plugins:
   cdap_deploy:
     executor: central_deployment_agent
     package_name: cdapcloudify
-    package_version: 14.2.4
+    package_version: 14.2.5
 
 data_types:
     cdap_connections:
index d12a23b..a64354c 100644 (file)
@@ -16,7 +16,7 @@
 # ============LICENSE_END=========================================================
 #
 # ECOMP is a trademark and service mark of AT&T Intellectual Property.
-from dcaepolicy import Policies
+from onap_dcae_dcaepolicy_lib import Policies
 
 import requests
 from cloudify import ctx
index 295262a..ff93d4c 100644 (file)
@@ -1,3 +1,2 @@
---extra-index-url {{ TODO }}/simple
-dcaepolicy==1.0.0
+onap-dcae-dcaepolicy-lib==1.0.0
 uuid==1.30
index 729ff1d..8774699 100644 (file)
@@ -22,17 +22,17 @@ from setuptools import setup, find_packages
 
 setup(
     name = "cdapcloudify",
-    version = "14.2.4",
+    version = "14.2.5",
     packages=find_packages(),
     author = "Tommy Carpenter",
-    author_email = "tommy at research dot eh tee tee dot com",
+    author_email = "tommy@research.att.com",
     description = ("Cloudify plugin for CDAP"),
     license = "",
     keywords = "",
     url = "https://gerrit.onap.org/r/#/admin/projects/dcaegen2/platform/plugins",
     zip_safe=False,
     install_requires = [
-        "dcaepolicy==1.0.0",
+        "onap-dcae-dcaepolicy-lib",
         "uuid==1.30"
     ]
 )
index ddc19d8..0b5ff64 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.4/cdap_types.yaml
+  - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2 }}/type_files/cdap/14.2.5/cdap_types.yaml
   - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2 }}/type_files/dcaepolicy/1.0.0/node-type.yaml
 
 inputs:
index c1d367d..009fc37 100644 (file)
@@ -3,7 +3,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/dmaap/1.1.0/dmaap.yaml
-  - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2 }}/type_files/cdap/14.2.4/cdap_types.yaml
+  - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2 }}/type_files/cdap/14.2.5/cdap_types.yaml
 
 inputs:
   hello_world_jar_url:
index 58a6f99..8381418 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.4/cdap_types.yaml
+  - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2 }}/type_files/cdap/14.2.5/cdap_types.yaml
   - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2 }}/type_files/docker/2.3.0/node-type.yaml
   - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2 }}/type_files/relationship/1.0.0/node-type.yaml
 
index e1e0adb..fb1e863 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.0.2/cdap_types.yaml
+  - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2 }}/type_files/cdap/14.2.5/cdap_types.yaml
   - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2 }}/type_files/dmaap/1.1.0/dmaap.yaml
 
 inputs: