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

fix build errors due to missing certified_supported label #46835

Merged
merged 2 commits into from
Oct 15, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/bin/plugin_formatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ def process_support_levels(plugin_info, templates, output_dir, plugin_type):
" Ansible Network Team<network_maintained>` in"
" a relationship similar to how the Ansible Core Team"
" maintains the Core modules."},
'Ansible Partners': {'slug': 'partner_supported',
'Ansible Partners': {'slug': 'certified_supported',
'modules': [],
'output': 'partner_maintained.rst',
'blurb': """
Expand Down
36 changes: 21 additions & 15 deletions docs/docsite/rst/user_guide/modules_support.rst
Original file line number Diff line number Diff line change
@@ -1,36 +1,42 @@
.. _modules_support:

****************************
Module Maintenance & Support
----------------------------
****************************

.. toctree:: :maxdepth: 1
..contents::
:depth: 2
:local:

Maintenance
===========

To help identify maintainers and understand how the included modules are officially supported, each module now has associated metadata that provides additional clarity for maintenance and support.

Core
````
----

:ref:`Core Maintained<core_supported>` modules are maintained by the Ansible Engineering Team.
These modules are integral to the basic foundations of the Ansible distribution.

Network
```````
-------

:ref:`Network Maintained<network_supported>` modules are are maintained by the Ansible Network Team. Please note there are additional networking modules that are categorized as Certified or Community not maintained by Ansible.


Certified
`````````
---------

Certified modules are part of a future planned program currently in development.
:ref:`Certified<certified_supported>` modules are maintained by Ansible Partners.

Community
`````````
---------

:ref:`Community Maintained<community_supported>` modules are submitted and maintained by the Ansible community. These modules are not maintained by Ansible, and are included as a convenience.

Issue Reporting
```````````````
===============

If you believe you have found a bug in a module and are already running the latest stable or development version of Ansible, first look at the `issue tracker in the Ansible repo <https://github.com/ansible/ansible/issues>`_ to see if an issue has already been filed. If not, please file one.

Expand All @@ -43,23 +49,23 @@ The modules are hosted on GitHub in a subdirectory of the `Ansible <https://gith
NOTE: If you have a Red Hat Ansible Engine product subscription, please follow the standard issue reporting process via the Red Hat Customer Portal.

Support
```````
=======

For more information on how included Ansible modules are supported by Red Hat,
please refer to the following `knowledgebase article <https://access.redhat.com/articles/3166901>`_ as well as other resources on the `Red Hat Customer Portal. <https://access.redhat.com/>`_

.. seealso::

:doc:`../modules/modules_by_category`
:ref:`Modules by category<modules_by_category>`
A complete list of all available modules.
:doc:`intro_adhoc`
:ref:`intro_adhoc`
Examples of using modules in /usr/bin/ansible
:doc:`playbooks`
:ref:`working_with_playbooks`
Examples of using modules with /usr/bin/ansible-playbook
:doc:`../dev_guide/developing_modules`
:ref:`developing_modules`
How to write your own modules
:doc:`../dev_guide/developing_api`
Examples of using modules with the Python API
`List of Ansible Certified Modules <https://access.redhat.com/articles/3642632>`_
High level list of Ansible certified modules from Partners
`Mailing List <https://groups.google.com/group/ansible-project>`_
Questions? Help? Ideas? Stop by the list on Google Groups
`irc.freenode.net <http://irc.freenode.net>`_
Expand Down