community.general/lib/ansible/modules/cloud
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
..
amazon Module deprecation: docs, scheme and tests (#34100) 2018-01-30 12:23:52 +00:00
atomic atomic_container: drop duplicate 'latest' choice (#32794) 2017-11-10 16:21:00 -05:00
azure Module deprecation: docs, scheme and tests (#34100) 2018-01-30 12:23:52 +00:00
centurylink Bulk pep8 fixes - hand crafted (#33690) 2017-12-07 19:29:21 -08:00
cloudscale cloudscale_floating_ip module (#33181) 2017-12-11 14:48:35 +00:00
cloudstack Module deprecation: docs, scheme and tests (#34100) 2018-01-30 12:23:52 +00:00
digital_ocean Module DOCUMENTATION should match argspec (#34895) 2018-01-16 12:18:51 +00:00
dimensiondata Add a code-smell test for smart quotes and remove smart quotes from all files 2017-09-18 16:49:16 -07:00
docker Module deprecation: docs, scheme and tests (#34100) 2018-01-30 12:23:52 +00:00
google Add module support to yamllint sanity test. (#34964) 2018-01-16 15:08:56 -08:00
linode Add module support to yamllint sanity test. (#34964) 2018-01-16 15:08:56 -08:00
lxc Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
lxd Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
misc Add module support to yamllint sanity test. (#34964) 2018-01-16 15:08:56 -08:00
oneandone New module: manage 1&1 cloud compute (cloud/oneandone/oneandone_server) (#24878) 2017-12-19 11:31:39 +00:00
openstack Add support for heat stack metadata (#34573) 2018-01-15 14:19:02 +01:00
ovh Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
ovirt ovirt_vms: Add high_availability_priority to ovirt_vms (#35289) 2018-01-29 08:18:38 -05:00
packet Module DOCUMENTATION should match argspec (#34895) 2018-01-16 12:18:51 +00:00
profitbricks Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
pubnub Update metadata to 1.1 2017-08-15 23:12:08 -07:00
rackspace Module DOCUMENTATION should match argspec (#34895) 2018-01-16 12:18:51 +00:00
smartos Add module support to yamllint sanity test. (#34964) 2018-01-16 15:08:56 -08:00
softlayer sl_vm: PEP8 compliancy and documentation changes (#32657) 2017-11-15 15:22:32 -05:00
spotinst Add module support to yamllint sanity test. (#34964) 2018-01-16 15:08:56 -08:00
univention Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
vmware VMware: vmware_guest template find (#35088) 2018-01-29 21:39:50 +05:30
vultr vultr: new module vr_dns_record (#34423) 2018-01-19 09:34:23 +01:00
webfaction Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
__init__.py package files 2016-12-08 11:22:22 -05:00