diff options
author | Hansen, Tony (th1395) <th1395@att.com> | 2020-05-13 18:55:54 +0000 |
---|---|---|
committer | Hansen, Tony (th1395) <th1395@att.com> | 2020-06-02 20:36:06 +0000 |
commit | 7e1efe3174336fa09a56c596af55ba93d7b14a91 (patch) | |
tree | bad0fc0c5bb0a54f69e7d046008c423c507f87d6 /helm/requirements.txt | |
parent | 05e95de3b9736160b4229232903e86706fb782e1 (diff) |
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>
Diffstat (limited to 'helm/requirements.txt')
-rw-r--r-- | helm/requirements.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/helm/requirements.txt b/helm/requirements.txt new file mode 100644 index 0000000..038951f --- /dev/null +++ b/helm/requirements.txt @@ -0,0 +1,17 @@ +pyyaml>=3.12 +#cloudify-common>=5.0.5 +# The released version of cloudify-common has limited python3 support. +# +# This build linked from github is more complete in this regard, and +# has at least the tests written for pgaas passing. The other plugins +# do not seem to have tests that exercise the unconverted parts. +# +# The build was created from a WIP branch, but only parts of the branch +# were merged for release 5.0.5. +# +# It means that while this plugin is ready for python3, all the plugins +# will need to wait for a python3-supporting release of cloudify. +# When such a version is released, the single requirement should suffice. +# The install_requires in setup.py may also be uncommented then. +cloudify-common>=5.0.5; python_version<"3" +cloudify-common @ git+https://github.com/cloudify-cosmo/cloudify-common@cy-1374-python3#egg=cloudify-common==5.0.5; python_version>="3" |