-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve ansible PyPI README #474
Conversation
Relates: ansible-community/community-topics#173 I'd like more input from the community and SC before merging something like this |
I think this is a very good idea. While we're at it, should we also change the Design Principles? They are still the ones from ansible-core and don't relate directly to the community package. I'm not sure how to phrase it, but maybe something like adding an additional layer of quality management to the collections, make sure they are maintained, follow best practices, do not break any sanity tests... And one other thing: You're linking to the Communication page which already mentions The Bullhorn. But maybe it would be worth to mention it explicitly somewhere in the Readme. Just an idea because I really like Bullhorn ;-) |
I think most of them apply to Ansible in general, so I think they still fit.
I would avoid listing anything that's already mentione in the collection requirements (https://github.com/ansible-collections/overview/blob/main/collection_requirements.rst), but linking to that one is probably a good idea. |
Good point. But I think we should add at least one design principle that's specific to the community package. Like "Create a 'batteries included' bundle of high-quality / extra QA'ed collections" or similar. |
I kind of agree with @mariolenz here. I think that section should have a stronger focus on the ansible package itself. |
ffa27a7
to
b93294f
Compare
Design principals ideas:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just some nits
@@ -14,6 +14,19 @@ deployment, cloud provisioning, ad-hoc task execution, network automation, and m | |||
orchestration. Ansible makes complex changes like zero-downtime rolling updates with load balancers | |||
easy. More information on the Ansible `website <https://ansible.com/>`_. | |||
|
|||
This is the ``ansible`` community package. | |||
``ansible`` contains a set of independent Ansible collections that are currated | |||
by the community, and it pulls in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
by the community, and it pulls in | |
by the community and includes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It doesn't include ansible-core. ansible-core is a separate package. I'm fine with something other than pulls in
, but I don't like include
.
I like |
I'm not sure it makes sense to mix ansible-core Design Principles with ansible specific ones. |
It depends on what you think the 'ansible' package is. For me, the 'ansible' package is Ansible, which is ansible-core + collections. Then the ansible-core design principles also apply to Ansible. The docsite for Ansible also contains (most of) the docsite of ansible-core, same for the changelog. So to me it does make sense. |
Good point. Is ansible really the succesor of ansible 2.9, or is ansible-core the successor and the community package is "just" an add-on? Would be interesting to know how the core team thinks about this.
I should say they do. The question is if they should be repeated here. |
At the time we were designing the docsite to handle the collections world, it was decided that Ansible the package would retain the 'ansible' name, So yes, imo, Ansible package is the successor to Ansible 2.9 and that's how we handled the docsite. |
I should mention that not everyone agrees that this (treating the community package as the successor, and treating ansible-core as "a part of" ansible) was/is a good idea, and this is also related to the discussion what the exact ansible-core dependencies of ansible should be. See for example ansible-community/community-topics#84. There have been more discussions on this, but most were probably in community meetings (especially during the beginning of Ansible 2.10). (I don't think we should continue that discussion here though, if anyone wants to discuss it, either continue in the community issue I linked, or create a new one, whatever you think is more appropriate.) |
In the README, I used |
13c28bc
to
b888d8f
Compare
Force pushed to fix a rst syntax/formatting issue |
The current README for ansible package on PyPI is not very informative IMO. Some of it has information that is only relevant to ansible-core. Additionally, it's missing important details about what the `ansible` package actually is and how it differs from ansible-core. The Branch Info section kind of touches on it but it's not detailed and is buried at the bottom. - Prominently explain the difference between ansible-core and ansible. - Remove ansible-core CI badge. - Add section about reporting issues. - Mention ansible-build-data Relates: https://github.com/ansible-community/community-topics/issue/172
Co-authored-by: Felix Fontein <felix@fontein.de>
There is now a vote on merging this as-is: ansible-community/community-topics#186 Further changes/improvements (like on the design principles) can be done in (a) follow-up PR(s). |
The vote concluded and was to merge this as-is, so let's merge this 🎉 |
The current README for ansible package on PyPI is not very informative IMO. Some of it has information that is only relevant to ansible-core. Additionally, it's missing important details about what the
ansible
package actually is and how it differs from ansible-core. The Branch Info section kind of touches on it but it's not detailed and is buried at the bottom.