Customize python import for kubernetes plugin 48/99348/4
authorMiroslav Los <miroslav.los@pantheon.tech>
Mon, 9 Dec 2019 17:20:59 +0000 (18:20 +0100)
committerMiroslav Los <miroslav.los@pantheon.tech>
Thu, 12 Dec 2019 16:46:28 +0000 (17:46 +0100)
commit4435e8803a6844245d2529cae840a3d55d84c296
tree495b8e368934755342190ab6047109c467304243
parent4682668e697b71bbc1be4133cb66fad0df1b735b
Customize python import for kubernetes plugin

Cloudify manager fails to find the plugin without this helper.
The original code, cloudify-python-importer, is unmaintained.
It is just one module, licensed under Apache2.0 as well.
It also needs a python3 fix, hence the module code is added here.

Note that what the modification does should not be necessary,
and a proper root cause and fix needs to be found eventually.

Signed-off-by: Miroslav Los <miroslav.los@pantheon.tech>
Issue-ID: DCAEGEN2-1988
Change-Id: I28274dff902204362d7f5b6f97ac3381ff8b5411
k8s/ChangeLog.md
k8s/k8s-node-type.yaml
k8s/k8splugin/cloudify_importer.py [new file with mode: 0644]
k8s/k8splugin/tasks.py
k8s/pom.xml
k8s/setup.py