-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
552 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -170,3 +170,7 @@ local-storage/ | |
.vs/ | ||
gcp.json | ||
pydoc/ | ||
fusion-agent | ||
fusion-common | ||
fusion-manager | ||
cloudify-utilities-plugins-sdk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
download: | ||
ifeq (,$(wildcard ./fusion-agent)) | ||
git clone https://${GH_USER}:${GITHUB_PASSWORD}@eos2git.cec.lab.emc.com/ISG-Edge/fusion-agent.git && cd './fusion-agent' && git checkout rel/magicp1-2.0.0 && cd .. | ||
endif | ||
ifeq (,$(wildcard ./fusion-common)) | ||
git clone https://${GH_USER}:${GITHUB_PASSWORD}@eos2git.cec.lab.emc.com/ISG-Edge/fusion-common.git && cd './fusion-common' && git checkout rel/magicp1-2.0.0 && cd .. | ||
endif | ||
ifeq (,$(wildcard ./fusion-manager)) | ||
git clone https://${GH_USER}:${GITHUB_PASSWORD}@eos2git.cec.lab.emc.com/ISG-Edge/fusion-manager.git && cd './fusion-manager' && git checkout rel/magicp1-2.0.0 && cd .. | ||
endif | ||
ifeq (,$(wildcard ./cloudify-utilities-plugins-sdk)) | ||
git clone https://github.com/cloudify-incubator/cloudify-utilities-plugins-sdk.git && cd './cloudify-utilities-plugins-sdk' && git checkout fusion && cd .. | ||
endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
version = '2.13.28' | ||
version = '2.13.29' |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,5 +12,4 @@ EOF | |
def register(*args, **kwargs): | ||
return '' | ||
EOF | ||
git apply python311.patch | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
cloudify-common==6.4.2 | ||
git+https://github.com/cloudify-cosmo/[email protected]#egg=cloudify-types&subdirectory=cloudify_types | ||
cryptography==40.0.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,238 @@ | ||
# | ||
# This file is autogenerated by pip-compile with python 3.6 | ||
# To update, run: | ||
# | ||
# pip-compile --no-emit-index-url --output-file=requirements-3.6.txt requirements-3.6.in setup.py | ||
# | ||
adal==1.2.7 | ||
# via msrestazure | ||
aiohttp==3.7.4.post0 | ||
# via cloudify-common | ||
async-timeout==3.0.1 | ||
# via aiohttp | ||
attrs==22.2.0 | ||
# via aiohttp | ||
azure-common==1.1.28 | ||
# via azure-mgmt-containerservice | ||
azure-core==1.24.2 | ||
# via | ||
# azure-identity | ||
# azure-mgmt-core | ||
# msrest | ||
azure-identity==1.10.0 | ||
# via cloudify-utilities-plugins-sdk | ||
azure-mgmt-containerservice==17.0.0 | ||
# via cloudify-utilities-plugins-sdk | ||
azure-mgmt-core==1.3.2 | ||
# via azure-mgmt-containerservice | ||
bcrypt==4.0.1 | ||
# via paramiko | ||
boto3==1.23.10 | ||
# via cloudify-utilities-plugins-sdk | ||
botocore==1.26.10 | ||
# via | ||
# boto3 | ||
# s3transfer | ||
bottle==0.12.19 | ||
# via cloudify-common | ||
cachetools==4.2.4 | ||
# via google-auth | ||
certifi==2023.11.17 | ||
# via | ||
# kubernetes | ||
# msrest | ||
# requests | ||
cffi==1.15.1 | ||
# via | ||
# cryptography | ||
# pynacl | ||
chardet==4.0.0 | ||
# via aiohttp | ||
charset-normalizer==2.0.12 | ||
# via requests | ||
cloudify-common==6.4.2.0 | ||
# via | ||
# -r requirements-3.6.in | ||
# cloudify-kubernetes-plugin (setup.py) | ||
# cloudify-types | ||
# cloudify-utilities-plugins-sdk | ||
cloudify-python-importer==0.2.1 | ||
# via cloudify-kubernetes-plugin (setup.py) | ||
cloudify-types @ git+https://github.com/cloudify-cosmo/[email protected]#subdirectory=cloudify_types | ||
# via | ||
# -r requirements-3.6.in | ||
# cloudify-kubernetes-plugin (setup.py) | ||
cloudify-utilities-plugins-sdk==0.0.130 | ||
# via cloudify-kubernetes-plugin (setup.py) | ||
cryptography==40.0.2 | ||
# via | ||
# -r requirements-3.6.in | ||
# adal | ||
# azure-identity | ||
# msal | ||
# paramiko | ||
# pyjwt | ||
deepdiff==3.3.0 | ||
# via cloudify-kubernetes-plugin (setup.py) | ||
fasteners==0.17.3 | ||
# via cloudify-common | ||
gitdb==4.0.8 | ||
# via | ||
# cloudify-utilities-plugins-sdk | ||
# gitpython | ||
gitpython==3.1.18 | ||
# via cloudify-utilities-plugins-sdk | ||
google-auth==2.15.0 | ||
# via | ||
# cloudify-utilities-plugins-sdk | ||
# kubernetes | ||
idna==3.6 | ||
# via | ||
# idna-ssl | ||
# requests | ||
# yarl | ||
idna-ssl==1.1.0 | ||
# via aiohttp | ||
importlib-metadata==4.8.3 | ||
# via jsonpickle | ||
isodate==0.6.1 | ||
# via msrest | ||
jinja2==2.11.3 | ||
# via | ||
# cloudify-common | ||
# cloudify-utilities-plugins-sdk | ||
jmespath==0.10.0 | ||
# via | ||
# boto3 | ||
# botocore | ||
jsonpickle==2.2.0 | ||
# via deepdiff | ||
kubernetes==v26.1.0 | ||
# via cloudify-utilities-plugins-sdk | ||
markupsafe==2.0.1 | ||
# via jinja2 | ||
msal==1.25.0 | ||
# via | ||
# azure-identity | ||
# msal-extensions | ||
msal-extensions==1.0.0 | ||
# via azure-identity | ||
msrest==0.7.1 | ||
# via | ||
# azure-mgmt-containerservice | ||
# msrestazure | ||
msrestazure==0.6.4 | ||
# via cloudify-utilities-plugins-sdk | ||
multidict==5.2.0 | ||
# via | ||
# aiohttp | ||
# yarl | ||
oauthlib==3.2.2 | ||
# via requests-oauthlib | ||
packaging==21.3 | ||
# via cloudify-utilities-plugins-sdk | ||
paramiko==3.3.1 | ||
# via cloudify-utilities-plugins-sdk | ||
pika==1.1.0 | ||
# via cloudify-common | ||
pkginfo==1.9.6 | ||
# via wagon | ||
portalocker==2.7.0 | ||
# via msal-extensions | ||
proxy_tools==0.1.0 | ||
# via cloudify-common | ||
psutil==5.9.6 | ||
# via cloudify-utilities-plugins-sdk | ||
pyasn1==0.5.1 | ||
# via | ||
# pyasn1-modules | ||
# rsa | ||
pyasn1-modules==0.3.0 | ||
# via google-auth | ||
pycdlib==1.14.0 | ||
# via cloudify-utilities-plugins-sdk | ||
pycparser==2.21 | ||
# via cffi | ||
pyjwt[crypto]==2.4.0 | ||
# via | ||
# adal | ||
# msal | ||
pynacl==1.5.0 | ||
# via paramiko | ||
pyparsing==3.0.7 | ||
# via packaging | ||
python-dateutil==2.8.2 | ||
# via | ||
# adal | ||
# botocore | ||
# kubernetes | ||
pytz==2021.3 | ||
# via cloudify-common | ||
pyyaml==6.0 | ||
# via | ||
# cloudify-types | ||
# cloudify-utilities-plugins-sdk | ||
# kubernetes | ||
requests==2.27.1 | ||
# via | ||
# adal | ||
# azure-core | ||
# cloudify-common | ||
# cloudify-types | ||
# cloudify-utilities-plugins-sdk | ||
# kubernetes | ||
# msal | ||
# msrest | ||
# requests-oauthlib | ||
# requests-toolbelt | ||
requests-oauthlib==1.3.1 | ||
# via | ||
# kubernetes | ||
# msrest | ||
requests_toolbelt==0.9.1 | ||
# via cloudify-common | ||
retrying==1.3.3 | ||
# via cloudify-common | ||
rsa==4.9 | ||
# via google-auth | ||
s3transfer==0.5.2 | ||
# via boto3 | ||
six==1.16.0 | ||
# via | ||
# azure-core | ||
# azure-identity | ||
# google-auth | ||
# isodate | ||
# kubernetes | ||
# msrestazure | ||
# python-dateutil | ||
# retrying | ||
smmap==5.0.0 | ||
# via gitdb | ||
typing-extensions==4.1.1 | ||
# via | ||
# aiohttp | ||
# azure-core | ||
# gitpython | ||
# importlib-metadata | ||
# yarl | ||
urllib3==1.26.18 | ||
# via | ||
# botocore | ||
# kubernetes | ||
# requests | ||
wagon==1.0.1 | ||
# via cloudify-common | ||
websocket-client==1.3.1 | ||
# via kubernetes | ||
wheel==0.37.1 | ||
# via wagon | ||
xmltodict==0.13.0 | ||
# via cloudify-utilities-plugins-sdk | ||
yarl==1.7.2 | ||
# via aiohttp | ||
zipp==3.6.0 | ||
# via importlib-metadata | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# setuptools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
-e fusion-common | ||
-e fusion-manager/mgmtworker | ||
-e fusion-agent | ||
-e cloudify-utilities-plugins-sdk | ||
cryptography>=41.0.5 | ||
charset_normalizer===3.0.1 |
Oops, something went wrong.