Fix dcaepolicyplugin dependency 18/122518/3
authork.kedron <k.kedron@partner.samsung.com>
Thu, 8 Jul 2021 11:00:59 +0000 (13:00 +0200)
committerk.kedron <k.kedron@partner.samsung.com>
Fri, 23 Jul 2021 09:10:09 +0000 (11:10 +0200)
In offline environment
and define it in more generic way

Issue-ID: DCAEGEN2-2854
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Change-Id: I0e33d9d766683b369b9c9dfe2dfa3f79b318c9ee

clamp-policy/clamppolicyplugin_types.yaml
clamp-policy/pom.xml
clamp-policy/setup.py

index dbd9485..63bd16e 100644 (file)
@@ -20,13 +20,13 @@ tosca_definitions_version: cloudify_dsl_1_3
 
 imports:
     - http://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml
-    - https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R6/dcaepolicyplugin/2.4.0/dcaepolicyplugin_types.yaml
+    - plugin:dcaepolicyplugin?version=2.4.0
 
 plugins:
   clamppolicy:
     executor: 'central_deployment_agent'
     package_name: clamppolicyplugin
-    package_version: 1.1.0
+    package_version: 1.1.1
 
 relationships:
   # relationship that maintains mapping between micro-service and corresponding model id
index 4bfe5d1..19181bf 100644 (file)
@@ -28,7 +28,7 @@ limitations under the License.
   <groupId>org.onap.dcaegen2.platform.plugins</groupId>
   <artifactId>clamp-policy</artifactId>
   <name>clamp-policy-plugin</name>
-  <version>1.1.0</version>
+  <version>1.1.1</version>
   <url>http://maven.apache.org</url>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
index e3c7e94..e03df9c 100644 (file)
@@ -24,7 +24,7 @@ from setuptools import setup
 setup(
     name='clamppolicyplugin',
     description='Cloudify plugin for clamp.nodes.policy node to retrieve the policy model id',
-    version="1.1.0",
+    version="1.1.1",
     author='Vignesh K',
     packages=['clamppolicyplugin'],
     install_requires=[