community.general/lib/ansible/modules/cloud/cloudstack
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
..
__init__.py
_cs_nic.py Module deprecation: docs, scheme and tests (#34100) 2018-01-30 12:23:52 +00:00
cs_account.py Add module support to yamllint sanity test. (#34964) 2018-01-16 15:08:56 -08:00
cs_affinitygroup.py cloudstack: fix spelling of "affinity_type" (#33231) 2017-11-28 07:46:43 +01:00
cs_cluster.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
cs_configuration.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
cs_domain.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
cs_facts.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
cs_firewall.py cs_firewall: use list type for cidr (#33020) 2017-11-17 20:17:42 +01:00
cs_host.py Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
cs_instance.py cs_instance: remove CloudStackException dep (#31724) 2017-10-14 00:09:57 +02:00
cs_instance_facts.py cs_instance_facts: fix pep8 (#31606) 2017-10-12 14:00:14 +10:00
cs_instance_nic.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
cs_instance_nic_secondaryip.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
cs_instancegroup.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
cs_ip_address.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
cs_iso.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
cs_loadbalancer_rule.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
cs_loadbalancer_rule_member.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
cs_network.py cloudstack: cs_network: implement subdomain_access (#34741) 2018-01-22 12:15:39 +01:00
cs_network_acl.py Add module support to yamllint sanity test. (#34964) 2018-01-16 15:08:56 -08:00
cs_network_acl_rule.py Add module support to yamllint sanity test. (#34964) 2018-01-16 15:08:56 -08:00
cs_network_offering.py Module DOCUMENTATION should match argspec (#34895) 2018-01-16 12:18:51 +00:00
cs_pod.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
cs_portforward.py cs_portforward: remove CloudStackException dep (#31610) 2017-10-12 00:25:01 +02:00
cs_project.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
cs_region.py Add module support to yamllint sanity test. (#34964) 2018-01-16 15:08:56 -08:00
cs_resourcelimit.py Add module support to yamllint sanity test. (#34964) 2018-01-16 15:08:56 -08:00
cs_role.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
cs_router.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
cs_securitygroup.py cs_securitygroup: remove CloudStackException dep (#31597) 2017-10-11 20:58:08 +02:00
cs_securitygroup_rule.py cs_securitygroup_rule: remove CloudStackException dependency (#31603) 2017-10-11 22:23:00 +02:00
cs_service_offering.py cloudstack: rename new module to cs_service_offering (#34555) 2018-01-07 17:21:56 +01:00
cs_snapshot_policy.py cs_snapshot_policy: fix VM not found in non-default zone 2017-10-11 18:35:54 +02:00
cs_sshkeypair.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
cs_staticnat.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
cs_storage_pool.py Add module support to yamllint sanity test. (#34964) 2018-01-16 15:08:56 -08:00
cs_template.py cloudstack: cs_template: remove dependency to CloudStackException 2017-09-29 11:11:22 +02:00
cs_user.py Add module support to yamllint sanity test. (#34964) 2018-01-16 15:08:56 -08:00
cs_vmsnapshot.py Fix trailing space in ec2_vol example, fix 'the the' typos (#28440) 2017-08-19 23:00:51 +02:00
cs_volume.py cs_volume: fix CloudStackException dependency (#30389) 2017-09-15 20:40:28 +02:00
cs_vpc.py cs_vpc: add new argument clean_up (#33278) 2017-11-26 11:28:32 +01:00
cs_vpc_offering.py Add new Cloudstack module cs_vpc_offering (#34797) 2018-01-12 21:40:35 +01:00
cs_vpn_connection.py cs_vpn_connection: fix wrong connection used (#34937) 2018-01-16 22:56:24 +01:00
cs_vpn_customer_gateway.py cs_vpn_customer_gateway: fix missing return doc (#34644) 2018-01-09 16:13:24 +01:00
cs_vpn_gateway.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
cs_zone.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
cs_zone_facts.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00