mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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()
```
|
8 years ago | |
|---|---|---|
| .. | ||
| a10 | 8 years ago | |
| aci | 8 years ago | |
| aireos | 8 years ago | |
| aos | 8 years ago | |
| aruba | 8 years ago | |
| asa | 8 years ago | |
| avi | 8 years ago | |
| bigswitch | 8 years ago | |
| citrix | 8 years ago | |
| cloudengine | 8 years ago | |
| cloudvision | 8 years ago | |
| cnos | 8 years ago | |
| cumulus | 8 years ago | |
| dellos6 | 8 years ago | |
| dellos9 | 8 years ago | |
| dellos10 | 8 years ago | |
| enos | 8 years ago | |
| eos | 8 years ago | |
| f5 | 8 years ago | |
| fortimanager | 8 years ago | |
| fortios | 8 years ago | |
| illumos | 8 years ago | |
| interface | 8 years ago | |
| ios | 8 years ago | |
| iosxr | 8 years ago | |
| ironware | 8 years ago | |
| junos | 8 years ago | |
| layer2 | 8 years ago | |
| layer3 | 8 years ago | |
| netconf | 8 years ago | |
| netscaler | 8 years ago | |
| netvisor | 8 years ago | |
| nso | 8 years ago | |
| nuage | 8 years ago | |
| nxos | 8 years ago | |
| onyx | 8 years ago | |
| ordnance | 8 years ago | |
| ovs | 8 years ago | |
| panos | 8 years ago | |
| protocol | 8 years ago | |
| radware | 8 years ago | |
| routing | 8 years ago | |
| sros | 8 years ago | |
| system | 8 years ago | |
| vyos | 8 years ago | |
| __init__.py | 9 years ago | |