Initial commit for clamp-policy plugin 80/83480/6
authorVignesh K <vignesh.k041@wipro.com>
Wed, 27 Mar 2019 12:04:08 +0000 (17:34 +0530)
committerVignesh K <vignesh.k041@wipro.com>
Wed, 10 Apr 2019 15:12:17 +0000 (20:42 +0530)
commit34dd2c9a61528cb87ecf59d031bae23cd257210a
tree22830a23428846f38d5daae9a772d44b179b9330
parenta4983a2f9a74b52c1b54491f2a39d2effb2763e6
Initial commit for clamp-policy plugin
Addressed review comments

Issue-ID: DCAEGEN2-1129

Change-Id: Icdf95bdbf7c3ec2f201d5d57544ef6d206f3c5fa
Signed-off-by: Vignesh K <vignesh.k041@wipro.com>
19 files changed:
clamp-policy/.coveragerc [new file with mode: 0644]
clamp-policy/LICENSE.txt [new file with mode: 0644]
clamp-policy/MANIFEST.in [new file with mode: 0644]
clamp-policy/README.md [new file with mode: 0644]
clamp-policy/clamppolicy-node-type.yaml [new file with mode: 0644]
clamp-policy/clamppolicyplugin/__init__.py [new file with mode: 0644]
clamp-policy/clamppolicyplugin/tasks.py [new file with mode: 0644]
clamp-policy/pom.xml [new file with mode: 0644]
clamp-policy/requirements.txt [new file with mode: 0644]
clamp-policy/setup.py [new file with mode: 0644]
clamp-policy/tests/__init__.py [new file with mode: 0644]
clamp-policy/tests/log_ctx.py [new file with mode: 0644]
clamp-policy/tests/mock_cloudify_ctx.py [new file with mode: 0644]
clamp-policy/tests/mock_setup.py [new file with mode: 0644]
clamp-policy/tests/test_tasks.py [new file with mode: 0644]
clamp-policy/tox-local.ini [new file with mode: 0644]
clamp-policy/tox.ini [new file with mode: 0644]
mvn-phase-script.sh
pom.xml