move plugins from from ccsdk to dcaegen2 44/107644/28
authorHansen, Tony (th1395) <th1395@att.com>
Wed, 13 May 2020 18:55:54 +0000 (18:55 +0000)
committerHansen, Tony (th1395) <th1395@att.com>
Tue, 2 Jun 2020 20:36:06 +0000 (20:36 +0000)
commit7e1efe3174336fa09a56c596af55ba93d7b14a91
treebad0fc0c5bb0a54f69e7d046008c423c507f87d6
parent05e95de3b9736160b4229232903e86706fb782e1
move plugins from from ccsdk to dcaegen2

copy dmaap, helm, pgaas and sshkeyshare plugins from ccsdk to dcaegen2

Change-Id: Ib257495de6c275c45f0c87a4b42ac21a2fab7979
Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
Issue-ID: DCAEGEN2-2207
Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
127 files changed:
.gitignore
LICENSE.txt
clamp-policy/.gitignore [new file with mode: 0644]
clamp-policy/LICENSE.txt
clamp-policy/clamppolicyplugin/__init__.py
clamp-policy/clamppolicyplugin/tasks.py
clamp-policy/pom.xml
clamp-policy/setup.py
clamp-policy/tests/__init__.py
clamp-policy/tests/log_ctx.py
clamp-policy/tests/mock_cloudify_ctx.py
clamp-policy/tests/mock_setup.py
clamp-policy/tests/test_tasks.py
clamp-policy/tox.ini
dcae-policy/LICENSE.txt
dcae-policy/dcaepolicy-node-type.yaml
dcae-policy/dcaepolicyplugin/__init__.py
dcae-policy/dcaepolicyplugin/discovery.py
dcae-policy/dcaepolicyplugin/tasks.py
dcae-policy/pom.xml
dcae-policy/setup.py
dcae-policy/tests/__init__.py
dcae-policy/tests/log_ctx.py
dcae-policy/tests/mock_cloudify_ctx.py
dcae-policy/tests/mock_setup.py
dcae-policy/tests/test_discovery.py
dcae-policy/tests/test_tasks.py
dcae-policy/tox.ini
dmaap/.gitignore [new file with mode: 0644]
dmaap/LICENSE.txt [new file with mode: 0644]
dmaap/README.md [new file with mode: 0644]
dmaap/consulif/__init__.py [new file with mode: 0644]
dmaap/consulif/consulif.py [new file with mode: 0644]
dmaap/dmaap.yaml [new file with mode: 0644]
dmaap/dmaapcontrollerif/__init__.py [new file with mode: 0644]
dmaap/dmaapcontrollerif/dmaap_requests.py [new file with mode: 0644]
dmaap/dmaapplugin/__init__.py [new file with mode: 0644]
dmaap/dmaapplugin/dmaaputils.py [new file with mode: 0644]
dmaap/dmaapplugin/dr_bridge.py [new file with mode: 0644]
dmaap/dmaapplugin/dr_lifecycle.py [new file with mode: 0644]
dmaap/dmaapplugin/dr_relationships.py [new file with mode: 0644]
dmaap/dmaapplugin/mr_lifecycle.py [new file with mode: 0644]
dmaap/dmaapplugin/mr_relationships.py [new file with mode: 0644]
dmaap/pom.xml [new file with mode: 0644]
dmaap/requirements.txt [new file with mode: 0644]
dmaap/setup.py [new file with mode: 0644]
dmaap/tests/conftest.py [new file with mode: 0644]
dmaap/tests/test_consulif.py [new file with mode: 0644]
dmaap/tests/test_dmaapcontrollerif.py [new file with mode: 0644]
dmaap/tests/test_dr_lifecycle.py [new file with mode: 0644]
dmaap/tests/test_mr_lifecycle.py [new file with mode: 0644]
dmaap/tests/test_plugin.py [new file with mode: 0644]
dmaap/tests/test_utils.py [new file with mode: 0644]
dmaap/tox.ini [new file with mode: 0644]
helm/LICENSE [new file with mode: 0644]
helm/README.md [new file with mode: 0644]
helm/helm-type.yaml [new file with mode: 0644]
helm/plugin/__init__.py [new file with mode: 0644]
helm/plugin/tasks.py [new file with mode: 0644]
helm/plugin/tests/__init__.py [new file with mode: 0644]
helm/plugin/tests/blueprint/blueprint.yaml [new file with mode: 0644]
helm/plugin/tests/blueprint/plugin/test_plugin.yaml [new file with mode: 0644]
helm/plugin/tests/test_plugin.py [new file with mode: 0644]
helm/plugin/workflows.py [new file with mode: 0644]
helm/pom.xml [new file with mode: 0644]
helm/requirements.txt [new file with mode: 0644]
helm/setup.py [new file with mode: 0644]
helm/tox.ini [new file with mode: 0644]
k8s/.gitignore
k8s/LICENSE.txt
k8s/configure/__init__.py
k8s/k8s-node-type.yaml
k8s/k8sclient/__init__.py
k8s/k8sclient/k8sclient.py
k8s/k8splugin/__init__.py
k8s/k8splugin/cloudify_importer.py
k8s/k8splugin/decorators.py
k8s/k8splugin/discovery.py
k8s/k8splugin/exceptions.py
k8s/k8splugin/utils.py
k8s/tests/common.py
k8s/tests/conftest.py
k8s/tests/test_decorators.py
k8s/tests/test_discovery.py
k8s/tests/test_k8sclient.py
k8s/tests/test_k8sclient_deploy.py
k8s/tests/test_tasks.py
k8s/tests/test_utils.py
k8s/tox.ini
makefile [new file with mode: 0644]
mvn-phase-lib.sh
mvn-phase-script.sh
pgaas/LICENSE.txt [new file with mode: 0644]
pgaas/MANIFEST.in [new file with mode: 0644]
pgaas/README.md [new file with mode: 0644]
pgaas/pgaas/__init__.py [new file with mode: 0644]
pgaas/pgaas/logginginterface.py [new file with mode: 0644]
pgaas/pgaas/pgaas_plugin.py [new file with mode: 0644]
pgaas/pgaas_types.yaml [new file with mode: 0644]
pgaas/pom.xml [new file with mode: 0644]
pgaas/requirements.txt [new file with mode: 0644]
pgaas/setup.py [new file with mode: 0644]
pgaas/tests/psycopg2.py [new file with mode: 0644]
pgaas/tests/test_plugin.py [new file with mode: 0644]
pgaas/tox.ini [new file with mode: 0644]
pom.xml
relationships/.gitignore
relationships/LICENSE.txt
relationships/example_register_to_blueprint.yaml
relationships/pom.xml
relationships/relationship-types.yaml
relationships/relationshipplugin/__init__.py
relationships/relationshipplugin/discovery.py
relationships/relationshipplugin/tasks.py
relationships/setup.py
relationships/tests/test_discovery.py
relationships/tox.ini
sshkeyshare/LICENSE.txt [new file with mode: 0644]
sshkeyshare/README.md [new file with mode: 0644]
sshkeyshare/pom.xml [new file with mode: 0644]
sshkeyshare/requirements.txt [new file with mode: 0644]
sshkeyshare/setup.py [new file with mode: 0644]
sshkeyshare/sshkey_types.yaml [new file with mode: 0644]
sshkeyshare/sshkeyshare/__init__.py [new file with mode: 0644]
sshkeyshare/sshkeyshare/keyshare_plugin.py [new file with mode: 0644]
sshkeyshare/tests/test_plugin.py [new file with mode: 0644]
sshkeyshare/tox.ini [new file with mode: 0644]