Task #3437
closedDelete the ansible installation section from the Pulp3 docs and consolidate source+pypi install sections
100%
Description
The ansible installer should be removed from the Installer docs . This will allow for two benefits:
1) all users, QE, and test runners all will test the pypi or source installs
2) The ansible installer can be developed more disruptively by not also having to be 100% working all the time
The plan is to collaborate w/ community contributors to improve the ansible playbooks until they are unified and simplified. After pulpcore is at a Beta perhaps dev or QE could also improve the these roles as well.
Per comment 3, this also should combine the source and pypi install sections by:
1. deleting the source install docs
2. having a note that shows pip usage for a source install to install from master on github and from a local checkout
Updated by bmbouter over 6 years ago
I made a WIP for this PR here: https://github.com/pulp/pulp/pull/3361
Updated by amacdona@redhat.com over 6 years ago
The changes proposed here will remove the differences between the Source and PyPI install sections other than the pip target, so IMO, this ticket should include combining those sections.
Updated by bmbouter over 6 years ago
- Subject changed from Delete the ansible installation section from the Pulp3 docs to Delete the ansible installation section from the Pulp3 docs and consolidate source+pypi install sections
- Description updated (diff)
@asmacdo, I agree so I edited this to include that change as well. Would you want to recap on pulp-dev this additional scope of 3437 I can. Someone probably should.
Updated by bmbouter over 6 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to bmbouter
Since I already posted a PR I'm taking as assigned.
Updated by bmbouter over 6 years ago
- Status changed from ASSIGNED to POST
PR available here: https://github.com/pulp/pulp/pull/3361
Added by bmbouter over 6 years ago
Added by bmbouter over 6 years ago
Revision 2c38485a | View on GitHub
Remove Ansible docs from installer
The Ansible installer docs are being temporarily removed so that a new, unified Ansible installer can be re-introduced later.
This commit also:
- updates the install docs to be more cross platform.
- consolidates the pypi and source install docs
Updated by bmbouter over 6 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp|2c38485af5130bb4ff262b0a590deb6af09b4a17.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Remove Ansible docs from installer
The Ansible installer docs are being temporarily removed so that a new, unified Ansible installer can be re-introduced later.
This commit also:
https://pulp.plan.io/issues/3437 closes #3437