forked from hitachienergy/epiphany
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Ansible to 9.9.0 (hitachienergy#3469)
* Update AlmaLinux image to 8.7.20221110 * Increase timeout to 30 * Increase `retries-count` from 3 to 10 for `download-requirements.py` * Fix `epicli - list index out of range` * Fix pytest tests in VS Code --------- Co-authored-by: przemyslavic <[email protected]>
- Loading branch information
1 parent
717d9c9
commit d41fdc1
Showing
43 changed files
with
251 additions
and
213 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
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
Large diffs are not rendered by default.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -127,3 +127,4 @@ clusters | |
#.vscode | ||
#.devcontainer | ||
*.dump | ||
sandbox/ |
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 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
8 changes: 3 additions & 5 deletions
8
ansible/playbooks/roles/preflight/tasks/common/check-user.yml
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
3 changes: 0 additions & 3 deletions
3
ansible/playbooks/roles/repository/files/download-requirements/conftest.py
This file was deleted.
Oops, something went wrong.
Empty file.
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 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 |
---|---|---|
|
@@ -14,12 +14,20 @@ | |
}, | ||
{ | ||
"Name": "ansible-core", | ||
"Version": "2.17.3", | ||
"Version": "2.16.10", | ||
"Summary": "Radically simple IT automation", | ||
"Home-page": "https://ansible.com/", | ||
"Author": "Ansible, Inc.", | ||
"License": "GPLv3+" | ||
}, | ||
{ | ||
"Name": "ansible", | ||
"Version": "9.9.0", | ||
"Summary": "Radically simple IT automation", | ||
"Home-page": "https://ansible.com/", | ||
"Author": "Ansible, Inc.", | ||
"License": "GPL-3.0-or-later" | ||
}, | ||
{ | ||
"Name": "antlr4-python3-runtime", | ||
"Version": "4.13.2", | ||
|
@@ -85,8 +93,7 @@ | |
"Author": "Microsoft Corporation", | ||
"License": "MIT License", | ||
"License URL": "https://api.github.com/repos/azure/azure-cli/license", | ||
"License repo": "MIT License\n\nCopyright (c) 2016 Microsoft Corporation\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n", | ||
"License text": "MIT License\n\nCopyright (c) [year] [fullname]\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n" | ||
"License repo": "MIT License\n\nCopyright (c) 2016 Microsoft Corporation\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n" | ||
}, | ||
{ | ||
"Name": "azure-cli-telemetry", | ||
|
@@ -968,7 +975,7 @@ | |
}, | ||
{ | ||
"Name": "boto3", | ||
"Version": "1.35.6", | ||
"Version": "1.35.12", | ||
"Summary": "The AWS SDK for Python", | ||
"Home-page": "https://github.com/boto/boto3", | ||
"Author": "Amazon Web Services", | ||
|
@@ -979,7 +986,7 @@ | |
}, | ||
{ | ||
"Name": "botocore", | ||
"Version": "1.35.6", | ||
"Version": "1.35.12", | ||
"Summary": "Low-level, data-driven core of boto 3.", | ||
"Home-page": "https://github.com/boto/botocore", | ||
"Author": "Amazon Web Services", | ||
|
@@ -990,7 +997,7 @@ | |
}, | ||
{ | ||
"Name": "certifi", | ||
"Version": "2024.7.4", | ||
"Version": "2024.8.30", | ||
"Summary": "Python package for providing Mozilla's CA Bundle.", | ||
"Home-page": "https://github.com/certifi/python-certifi", | ||
"Author": "Kenneth Reitz", | ||
|
@@ -1000,7 +1007,7 @@ | |
}, | ||
{ | ||
"Name": "cffi", | ||
"Version": "1.17.0", | ||
"Version": "1.17.1", | ||
"Summary": "Foreign Function Interface for Python calling C code.", | ||
"Home-page": "http://cffi.readthedocs.org", | ||
"Author": "Armin Rigo, Maciej Fijalkowski", | ||
|
@@ -1046,7 +1053,7 @@ | |
}, | ||
{ | ||
"Name": "cryptography", | ||
"Version": "43.0.0", | ||
"Version": "43.0.1", | ||
"Summary": "cryptography is a package which provides cryptographic recipes and primitives to Python developers.", | ||
"Home-page": "", | ||
"Author": "The cryptography developers <[email protected]>", | ||
|
@@ -1465,7 +1472,7 @@ | |
}, | ||
{ | ||
"Name": "resolvelib", | ||
"Version": "0.8.1", | ||
"Version": "1.0.1", | ||
"Summary": "Resolve abstract dependencies into concrete ones", | ||
"Home-page": "https://github.com/sarugaku/resolvelib", | ||
"Author": "Tzu-ping Chung", | ||
|
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
Oops, something went wrong.