Skip to content
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

[backport][docs][2.10]Docsbackportapalooza 8 #71379

Merged
merged 22 commits into from Aug 20, 2020

Conversation

samccann
Copy link
Contributor

@samccann samccann commented Aug 20, 2020

SUMMARY

Docs backports for:
#71270
#71212
#71082
#71256
#71245
#71275
#71295
#71326
#71251
#71177
#71194
#71337
#71188
#71250
#71246
#71339
#71346
#71272
#71342
#71345
#71376

ISSUE TYPE
  • Docs Pull Request
COMPONENT NAME

docs.ansible.com

ADDITIONAL INFORMATION

@samccann samccann added affects_2.10 This issue/PR affects Ansible v2.10 backport This PR does not target the devel branch. docs This issue/PR relates to or includes documentation. labels Aug 20, 2020
@ansibot ansibot added azure cloud docker docsite This issue/PR relates to the documentation website. module This issue/PR relates to a module. needs_rebase https://docs.ansible.com/ansible/devel/dev_guide/developing_rebasing.html needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. needs_triage Needs a first human triage before being processed. networking Network category support:community This issue/PR relates to code supported by the Ansible community. support:core This issue/PR relates to code supported by the Ansible Engineering Team. system System category test This PR relates to tests. labels Aug 20, 2020
abadger and others added 14 commits August 20, 2020 13:28
At yesterday's meeting it was decided to have ansible-2.10.0 depend on
ansible-base-2.10.1 so that we can get several fixes for ansible-base's
routing (including adding the gluster.gluster collection).
ansible-base-2.10.1 will release on September 8th.  So we will plan on
releasing ansible-2.10.0rc1 on the 10th.

https://meetbot.fedoraproject.org/ansible-community/2020-08-12/ansible_community_meeting.2020-08-12-18.00.html
(cherry picked from commit e507c12)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit ecea018)
…71245)

* modified the writing style

* incorporated peer feedback

(cherry picked from commit ecd3b52)
List md5_crypt, bcrypt, sha256_crypt, sha512_crypt as hash schemes in the password plugin.

(cherry picked from commit 1d1de2c)
Signed-off-by: Rémi VERCHERE <remi@verchere.fr>
(cherry picked from commit 824cd4c)
To simplify project administration and avoid any legal issues,
add a warning in the docs. This reflects - ansible#45989 (comment) and fixes: ansible#45989

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit 606604b)
skip_missing parameter in subelements lookup plugin is accepted from
inside the dictionary.

Fixes: ansible#38182

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit 6d17736)
* updated topic title, underline length for headings, and incorporated peer feedback

(cherry picked from commit 4d68efb)
* pull out network roles, cleanup, update first playbook examples, update gather facts section, some inventory conversion to .yml, update inventory and roles, simplify the navigation titles, fix tocs, feedback comments

(cherry picked from commit f79a7c5)
Fixes: ansible#40151

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit 4f99392)
Akasurde and others added 6 commits August 20, 2020 13:28
ini-style inventory does not support Ansible Vault password.
This fixes network_best_practices_2.5 doc.
Fixes: ansible#69039

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit a1257d7)
(cherry picked from commit 02ea80f)
(cherry picked from commit 41d7d53)
* quick fix to change main back to devel
* Update docs/docsite/rst/dev_guide/developing_collections.rst

Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 74f88c5)
(cherry picked from commit 80b8fde)
@ansibot ansibot added core_review In order to be merged, this PR must follow the core review workflow. and removed needs_rebase https://docs.ansible.com/ansible/devel/dev_guide/developing_rebasing.html needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. labels Aug 20, 2020
Co-authored-by: bobjohnsrh <50667510+bobjohnsrh@users.noreply.github.com>

(cherry picked from commit 5073cfc)
@ansibot
Copy link
Contributor

ansibot commented Aug 20, 2020

The test ansible-test sanity --test docs-build [explain] failed with 6 errors:

docs/docsite/rst/dev_guide/developing_modules_general.rst:51:0: warning: Invalid section title or transition marker.
docs/docsite/rst/index.rst:0:0: unknown: 
docs/docsite/rst/index.rst:0:0: unknown: =======
docs/docsite/rst/index.rst:0:0: unknown: =====================
docs/docsite/rst/network/getting_started/first_playbook.rst:162:0: undefined-label: undefined label: ansible_collections.arista.eos.eos_facts_module (if the link has no caption the label must precede a section header)
docs/docsite/rst/network/getting_started/first_playbook.rst:212:0: undefined-label: undefined label: ansible_collections.arista.eos.eos_interfaces_module (if the link has no caption the label must precede a section header)

The test ansible-test sanity --test rstcheck [explain] failed with 1 error:

docs/docsite/rst/dev_guide/developing_modules_general.rst:51:0: Invalid section title or transition marker.

click here for bot help

@ansibot ansibot added needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. and removed core_review In order to be merged, this PR must follow the core review workflow. labels Aug 20, 2020
@ansibot ansibot added core_review In order to be merged, this PR must follow the core review workflow. and removed needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. labels Aug 20, 2020
@ansibot
Copy link
Contributor

ansibot commented Aug 20, 2020

The test ansible-test sanity --test docs-build [explain] failed with 2 errors:

docs/docsite/rst/network/getting_started/first_playbook.rst:162:0: undefined-label: undefined label: ansible_collections.arista.eos.eos_facts_module (if the link has no caption the label must precede a section header)
docs/docsite/rst/network/getting_started/first_playbook.rst:212:0: undefined-label: undefined label: ansible_collections.arista.eos.eos_interfaces_module (if the link has no caption the label must precede a section header)

click here for bot help

@ansibot ansibot added needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. and removed core_review In order to be merged, this PR must follow the core review workflow. labels Aug 20, 2020
@acozine acozine removed the needs_triage Needs a first human triage before being processed. label Aug 20, 2020
@acozine
Copy link
Contributor

acozine commented Aug 20, 2020

Should pass now that #71384 has been merged.

@ansibot ansibot added core_review In order to be merged, this PR must follow the core review workflow. needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. and removed needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. core_review In order to be merged, this PR must follow the core review workflow. labels Aug 20, 2020
@acozine acozine merged commit 26bb114 into ansible:stable-2.10 Aug 20, 2020
@samccann samccann deleted the docsbackportapalooza-8 branch August 21, 2020 17:16
@ansible ansible locked and limited conversation to collaborators Sep 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.10 This issue/PR affects Ansible v2.10 azure backport This PR does not target the devel branch. cloud docker docs This issue/PR relates to or includes documentation. docsite This issue/PR relates to the documentation website. module This issue/PR relates to a module. needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. networking Network category support:community This issue/PR relates to code supported by the Ansible community. support:core This issue/PR relates to code supported by the Ansible Engineering Team. system System category test This PR relates to tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet