cloud.common #30
Replies: 14 comments 15 replies
-
Docs update PR: ansible-collections/cloud.common#71 |
Beta Was this translation helpful? Give feedback.
-
Thank you for your submission, @jillr. The items in the checklist can be in one of the following states:
Feel free to ask any questions and provide feedback. Thanks in advance for your understanding and patience. For details about the following points, refer to the Collection Requirements. Every comment should say whether the reviewer expects it to be addressed, or whether it's optional. Public availability and communication:
Standards and documentation:
Collection management:
Tests:
|
Beta Was this translation helpful? Give feedback.
-
Hi @tadeboro, Thank you for your time. Why do we need to run scheduled jobs in CI when we do cross-project gating? We stopped doing scheduled CI jobs of the VMware collections because nobody really care about the results. |
Beta Was this translation helpful? Give feedback.
-
@gundalow to clarify. We do care about our CI. We used to run some periodical jobs with different vcenter version. Sometime they were failing and since this was not blocking the day to day activity of the developers, the problem was often just unnoticed. |
Beta Was this translation helpful? Give feedback.
-
Ansible Collections Checklist (short version)For details about the following points, refer to the Collection Requirements. Every comment should say whether the reviewer expects it to be addressed, or whether it's optional. Public availability and communication:
Standards and documentation:
IMPORTANT The plugin specific code in plugins/module_utils/turbo/server.py (which imports parts of ansible-core that must not be imported in module_utils) should really have been put into plugins/plugin_utils/turbo/server.py (or somewhere else in plugin_utils). Unfortunately it's too late now (except by adding a breaking change). I still suggest to move the code, and deprecate the compatibility stub left in module_utils. Collection management:
Tests:
|
Beta Was this translation helpful? Give feedback.
-
Hi! Thank you both for the review. Is there any inclusion blocker left? |
Beta Was this translation helpful? Give feedback.
-
oh, sorry. It's a bit hard to trace what need to be done with the current format.
|
Beta Was this translation helpful? Give feedback.
-
I will push a 2.1.0 as soon as we've got ansible-collections/cloud.common#76 merged. The modules of the collections are just some examples. |
Beta Was this translation helpful? Give feedback.
-
hum, I would like to resolve ansible-collections/vmware.vmware_rest#262 before a 2.1.0. |
Beta Was this translation helpful? Give feedback.
-
There are less than two weeks left for collections to get ready for inclusion in Ansible 5 (see roadmap for more details). This candidate still has unresolved issues and is not ready for inclusion right now. |
Beta Was this translation helpful? Give feedback.
-
@tadeboro 2.1.0 has been publish last week and address all the problem AFAIK. |
Beta Was this translation helpful? Give feedback.
-
I answered. This collection and it's modules are not mean to be used directly, this collection is a dependency (like a library). For now the collection only ship the "turbo mode", but we can later publish some other module_utils. And they may this time support py2. |
Beta Was this translation helpful? Give feedback.
-
Better README.md ansible-collections/cloud.common#93 It flatten the two README in one single file and clarify the requirements. |
Beta Was this translation helpful? Give feedback.
-
The community members accepted the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Ansible Galaxy: https://galaxy.ansible.com/cloud/common
GitHub: https://github.com/ansible-collections/cloud.common
Issues Tracker: https://github.com/ansible-collections/cloud.common/issues
GitHub Handles: @goneri @Akasurde @jillr @abikouo
Is the collection part of Automation Hub: Yes
We meet Collection Requirements:
Optimistic Yes (I have to review actually but we should be close)We've got some docs work to do at minimum. Will get that ASAP.Beta Was this translation helpful? Give feedback.
All reactions