docs: fix for incorrect Contributors guide url

Change-Id: I3ad8fde5ed1271f9dc0b1a0c43e0746ea20a7ab2
This commit is contained in:
Ivan Anfimov
2025-05-04 01:59:12 +00:00
parent c816bf2fc0
commit 553aeb2e75
7 changed files with 29 additions and 44 deletions

View File

@@ -16,4 +16,4 @@ Bugs should be filed on Launchpad:
For more specific information about contributing to this repository, see the For more specific information about contributing to this repository, see the
openstack-ansible contributor guide: openstack-ansible contributor guide:
https://docs.openstack.org/openstack-ansible/latest/contributor/contributing.html https://docs.openstack.org/openstack-ansible/latest/contributors/contributing.html

View File

@@ -2,17 +2,18 @@
Next steps Next steps
========== ==========
Now that you have verified that your OpenStack cloud Now that you have verified your OpenStack cloud is operational, here
is working, here is what you can do next: is what you can do next:
Operate OpenStack-Ansible Operate OpenStack-Ansible
========================= =========================
Review our :dev_docs:`Operations guide <admin/index.html>` Review our :dev_docs:`Operations Guide <admin/index.html>`
to learn about verifying your environment in more detail, and creating your first networks, images, and instances. to learn about verifying your environment in more detail, and creating
your first networks, images, and instances.
Contribute to OpenStack-Ansible Contribute to OpenStack-Ansible
=============================== ===============================
Review our :dev_docs:`Contributors guide <contributor/index.html>` Review our :dev_docs:`Developer Documentation <contributors/index.html>`
to learn about contributing to OpenStack-Ansible. to learn about contributing to OpenStack-Ansible.

View File

@@ -13,7 +13,7 @@ dependencies on your cloud using OpenStack-Ansible.
For user guides, see the :dev_docs:`User Guide <user/index.html>`. For user guides, see the :dev_docs:`User Guide <user/index.html>`.
For information on how to contribute, extend or develop OpenStack-Ansible, For information on how to contribute, extend or develop OpenStack-Ansible,
see the :dev_docs:`Contributors Guide <contributor/index.html>`. see the :dev_docs:`Developer Documentation <contributors/index.html>`.
For in-depth technical information, see the For in-depth technical information, see the
:dev_docs:`OpenStack-Ansible Reference <reference/index.html>`. :dev_docs:`OpenStack-Ansible Reference <reference/index.html>`.

View File

@@ -3,7 +3,7 @@ So You Want to Contribute...
============================ ============================
For general information on contributing to OpenStack, please check out the For general information on contributing to OpenStack, please check out the
`contributor guide <https://docs.openstack.org/contributors/>`_ to get started. `Contributor Guide <https://docs.openstack.org/contributors/>`_ to get started.
It covers all the basics that are common to all OpenStack projects: the accounts It covers all the basics that are common to all OpenStack projects: the accounts
you need, the basics of interacting with our Gerrit review system, how we you need, the basics of interacting with our Gerrit review system, how we
communicate as a community, etc. communicate as a community, etc.
@@ -25,11 +25,11 @@ IRC channel
The OpenStack-Ansible community communicates in the #openstack-ansible IRC The OpenStack-Ansible community communicates in the #openstack-ansible IRC
channel hosted on OFTC. This channel is logged, and its logs are published channel hosted on OFTC. This channel is logged, and its logs are published
on http://eavesdrop.openstack.org/irclogs/%23openstack-ansible/. on https://meetings.opendev.org/irclogs/%23openstack-ansible/
Weekly meetings are held in our IRC channel. The schedule and Weekly meetings are held in our IRC channel. The schedule and
logs can be found on logs can be found on
http://eavesdrop.openstack.org/#OpenStack_Ansible_Deployment_Meeting. https://meetings.opendev.org/%23OpenStack_Ansible_Deployment_Meeting
The agenda for the next meeting can be found on our The agenda for the next meeting can be found on our
`Meetings wiki page <https://wiki.openstack.org/wiki/Meetings/openstack-ansible>`_. `Meetings wiki page <https://wiki.openstack.org/wiki/Meetings/openstack-ansible>`_.
@@ -39,7 +39,7 @@ Mailing lists
Members of the OpenStack-Ansible community should monitor the Members of the OpenStack-Ansible community should monitor the
**OpenStack-discuss** `mailing lists`_. **OpenStack-discuss** `mailing lists`_.
.. _mailing lists: http://lists.openstack.org/cgi-bin/mailman/listinfo .. _mailing lists: https://lists.openstack.org/mailman3/lists/
All our communications should be prefixed with **[openstack-ansible]**. All our communications should be prefixed with **[openstack-ansible]**.
@@ -52,7 +52,6 @@ might be found on `gerrit`_.
.. _gerrit: https://review.opendev.org/#/admin/groups/490,members .. _gerrit: https://review.opendev.org/#/admin/groups/490,members
New Feature Planning New Feature Planning
~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~
@@ -61,10 +60,9 @@ or infrastructure service, or to improve an existing role, the
OpenStack-Ansible project would welcome that contribution and your assistance OpenStack-Ansible project would welcome that contribution and your assistance
in maintaining it. in maintaining it.
Please look through :dev_docs:`Contributor Guidelines <contributor/contribute.html>` Please look through :dev_docs:`Contributor Guidelines <contributors/contribute.html>`
page for more information about the process. page for more information about the process.
Task Tracking Task Tracking
~~~~~~~~~~~~~ ~~~~~~~~~~~~~
@@ -72,11 +70,9 @@ We track our tasks in Launchpad
https://bugs.launchpad.net/openstack-ansible https://bugs.launchpad.net/openstack-ansible
If you're looking for some smaller, easier work item to pick up and get started If you're looking for some smaller, easier work item to pick up and get started
on, search for the 'low-hanging-fruit' tag. on, search for the 'low-hanging-fruit' tag.
Reporting a Bug Reporting a Bug
~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~
@@ -84,10 +80,8 @@ You found an issue and want to make sure we are aware of it? You can do so on
`Launchpad `Launchpad
<https://bugs.launchpad.net/openstack-ansible>`_. <https://bugs.launchpad.net/openstack-ansible>`_.
Also you may find more detailed information about how to work with bugs Also you may find more detailed information about how to work with bugs
on the page :dev_docs:`Bug Handling <contributor/bugs.html>` on the page :dev_docs:`Bug Handling <contributors/bugs.html>`.
Getting Your Patch Merged Getting Your Patch Merged
~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -100,7 +94,6 @@ We follow openstack guidelines for the `code reviewing <https://docs.openstack.o
Please be aware that any patch can be refused by the community if they Please be aware that any patch can be refused by the community if they
don't match the :ref:`codeguidelines`. don't match the :ref:`codeguidelines`.
Project Team Lead Duties Project Team Lead Duties
~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~
@@ -108,4 +101,4 @@ All common PTL duties are enumerated in the `PTL guide
<https://docs.openstack.org/project-team-guide/ptl.html>`_. <https://docs.openstack.org/project-team-guide/ptl.html>`_.
All Core reviewer duties are described on the page All Core reviewer duties are described on the page
:dev_docs:`Core Reviewers <contributor/core-reviewers.html>`. :dev_docs:`Core Reviewers <contributors/core-reviewers.html>`.

View File

@@ -18,7 +18,6 @@ see the :dev_docs:`Operations Guide <admin/index.html>`.
For in-depth technical information, see the For in-depth technical information, see the
:dev_docs:`OpenStack-Ansible Reference <reference/index.html>`. :dev_docs:`OpenStack-Ansible Reference <reference/index.html>`.
Contents: Contents:
.. toctree:: .. toctree::
@@ -32,4 +31,3 @@ Contents:
periodic-work periodic-work
core-reviewers core-reviewers
distributions distributions

View File

@@ -19,31 +19,25 @@ each of them with specific use cases, and different sets of practices.
- Repository purpose - Repository purpose
* - | **OpenStack-Ansible** * - | **OpenStack-Ansible**
| Also called *integrated repository* | Also called *integrated repository*
- * https://github.com/openstack/openstack-ansible - * https://opendev.org/openstack/openstack-ansible
- Our main repository, used by deployers. - Our main repository, used by deployers.
Uses the other repositories. Uses the other repositories.
* - | The **OpenStack-Ansible roles** repositories * - | The **OpenStack-Ansible roles** repositories
- * https://github.com/openstack/openstack-ansible-os_nova - * https://opendev.org/openstack/openstack-ansible-os_nova
* https://github.com/openstack/openstack-ansible-os_glance * https://opendev.org/openstack/openstack-ansible-os_glance
* https://github.com/openstack/ansible-role-systemd_mount * https://opendev.org/openstack/ansible-role-systemd_mount
* https://github.com/openstack/ansible-config_template * https://opendev.org/openstack/ansible-config_template
* https://github.com/openstack/ansible-hardening * https://opendev.org/openstack/ansible-hardening
* ... * ...
- Each role is in charge of deploying **exactly one** - Each role is in charge of deploying **exactly one**
component of an OpenStack-Ansible deployment. component of an OpenStack-Ansible deployment.
* - | The **tests repository**
- * https://github.com/openstack/openstack-ansible-tests
- | The tests repository is the location for common code used in
the integrated repo and role repos tests.
| It allows us to not repeat ourselves: it is the location of
common playbooks, common tasks and scripts.
* - | The **specs** repository * - | The **specs** repository
- * https://github.com/openstack/openstack-ansible-specs - * https://opendev.org/openstack/openstack-ansible-specs
- This repository contains all the information concerning - This repository contains all the information concerning
large bodies of work done in OpenStack-Ansible, large bodies of work done in OpenStack-Ansible,
split by cycle. split by cycle.
* - | The **ops** repository * - | The **ops** repository
- * https://github.com/openstack/openstack-ansible-ops - * https://opendev.org/openstack/openstack-ansible-ops
- This repository is an incubator for new projects, each project - This repository is an incubator for new projects, each project
solving a particular operational problem. Each project has its solving a particular operational problem. Each project has its
own folder in this repository. own folder in this repository.
@@ -95,7 +89,6 @@ Community communication channels
IRC channel IRC channel
^^^^^^^^^^^ ^^^^^^^^^^^
.. warning:: .. warning::
The OpenStack Community moved the IRC network from Freenode to OFTC on May 31, The OpenStack Community moved the IRC network from Freenode to OFTC on May 31,
@@ -105,11 +98,12 @@ IRC channel
The OpenStack-Ansible community communicates a lot through IRC, in The OpenStack-Ansible community communicates a lot through IRC, in
the #openstack-ansible channel, on OFTC. This channel is the #openstack-ansible channel, on OFTC. This channel is
logged, and its logs are published on logged, and its logs are published on
http://eavesdrop.openstack.org/irclogs/%23openstack-ansible/. https://meetings.opendev.org/irclogs/%23openstack-ansible/
Weekly meetings are held in our IRC channel. The schedule and Weekly meetings are held in our IRC channel. The schedule and
logs can be found on logs can be found on
http://eavesdrop.openstack.org/#OpenStack_Ansible_Deployment_Meeting. https://meetings.opendev.org/%23OpenStack_Ansible_Deployment_Meeting
Next meeting agenda can be found on our Next meeting agenda can be found on our
`Meetings wiki page <https://wiki.openstack.org/wiki/Meetings/openstack-ansible>`_. `Meetings wiki page <https://wiki.openstack.org/wiki/Meetings/openstack-ansible>`_.
@@ -119,7 +113,6 @@ Mailing lists
A member of the OpenStack-Ansible community should monitor the A member of the OpenStack-Ansible community should monitor the
**OpenStack-discuss** `mailing lists`_. **OpenStack-discuss** `mailing lists`_.
.. _mailing lists: http://lists.openstack.org/cgi-bin/mailman/listinfo .. _mailing lists: https://lists.openstack.org/mailman3/lists/
All our communications should be prefixed with **[openstack-ansible]**. All our communications should be prefixed with **[openstack-ansible]**.

View File

@@ -14,7 +14,7 @@ For information on how to manage and operate OpenStack-Ansible, see the
see the :dev_docs:`Operations Guide <admin/index.html>`. see the :dev_docs:`Operations Guide <admin/index.html>`.
For information on how to contribute, extend or develop OpenStack-Ansible, For information on how to contribute, extend or develop OpenStack-Ansible,
see the :dev_docs:`Contributors Guide <contributor/index.html>`. see the :dev_docs:`Developer Documentation <contributors/index.html>`.
For in-depth technical information, see the For in-depth technical information, see the
:dev_docs:`OpenStack-Ansible Reference <reference/index.html>`. :dev_docs:`OpenStack-Ansible Reference <reference/index.html>`.