community.general/lib/ansible/modules
John R Barker a23c95023b
Module deprecation: docs, scheme and tests (#34100)
Enforce module deprecation.
After module has reached the end of it's deprecation cycle we will replace it with a docs stub.

* Replace deprecated modules with docs-only sub
* Use of deprecated past deprecation cycle gives meaningful message (see examples below)
* Enforce documentation.deprecation dict via `schema.py`
* Update `ansible-doc` and web docs to display documentation.deprecation
* Document that structure in `dev_guide`
* Ensure that all modules starting with `_` have a `deprecation:` block
* Ensure `deprecation:` block is only used on modules that start with `_`
* `removed_in` A string which represents when this module needs **deleting**
* CHANGELOG.md and porting_guide_2.5.rst list removed modules as well as alternatives
* CHANGELOG.md links to porting guide index

To ensure that meaningful messages are given to the user if they try to use a module at the end of it's deprecation cycle we enforce the module to contain:
```python
if __name__ == '__main__':
    removed_module()
```
2018-01-30 12:23:52 +00:00
..
cloud Module deprecation: docs, scheme and tests (#34100) 2018-01-30 12:23:52 +00:00
clustering Module deprecation: docs, scheme and tests (#34100) 2018-01-30 12:23:52 +00:00
commands Update docs for telnet module (#35257) 2018-01-24 07:33:47 +00:00
crypto Module to generate Diffie-Hellman parameters (#32620) 2018-01-26 08:08:29 +00:00
database influxdb: fix 'database_name' not optional (#35280) 2018-01-24 16:25:12 +01:00
files Add transfer checksum verification in copy module (#35367) 2018-01-26 10:48:08 -06:00
identity Add random password generation logic in host_add (#30380) 2018-01-28 09:42:58 -05:00
inventory Fix invalid string escape sequences. 2017-11-21 20:59:08 -08:00
messaging rabbitmq_policy: fix IndexError when no policies exist yet (#33556) 2018-01-26 22:00:53 +01:00
monitoring zabbix_host: add interface definition error checking / defaults (#35366) 2018-01-27 05:06:13 -05:00
net_tools nmcli: Allow setting ipv4.dhcp-client-id parameter (#34268) 2018-01-29 17:02:46 -06:00
network Module deprecation: docs, scheme and tests (#34100) 2018-01-30 12:23:52 +00:00
notification Module DOCUMENTATION should match argspec (#34895) 2018-01-16 12:18:51 +00:00
packaging Add rhsm_repository module (#28292) 2018-01-22 12:42:29 -05:00
remote_management Add ManageIQ OpenStack provider (#34932) 2018-01-26 04:56:06 -05:00
source_control github_release: Fix state returned from module (#33735) 2018-01-23 08:37:41 +05:30
storage modules/na_cdot_lun: properly compare LUN size (#34846) 2018-01-17 16:32:54 -05:00
system Fix task description of thinpool examples (#35402) 2018-01-26 18:36:10 +00:00
utilities Module deprecation: docs, scheme and tests (#34100) 2018-01-30 12:23:52 +00:00
web_infrastructure Allowing to write intermediate certificate into file. (#34328) 2018-01-26 01:48:13 -05:00
windows Module deprecation: docs, scheme and tests (#34100) 2018-01-30 12:23:52 +00:00
__init__.py Re-adding the init py for modules 2016-12-08 11:35:20 -05:00