mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
[PR #6909/43dee97e backport][stable-7] webfaction modules: deprecation (#6916)
webfaction modules: deprecation (#6909)
* webfaction modules: deprecation
* add changelog frag
(cherry picked from commit 43dee97e43
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
50425a49ec
commit
7c0e4bda35
7 changed files with 56 additions and 0 deletions
6
changelogs/fragments/6909-deprecate-webfaction.yml
Normal file
6
changelogs/fragments/6909-deprecate-webfaction.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
deprecated_features:
|
||||||
|
- webfaction_app - module relies entirely on no longer existent API endpoints, and it will be removed in community.general 9.0.0 (https://github.com/ansible-collections/community.general/pull/6909).
|
||||||
|
- webfaction_db - module relies entirely on no longer existent API endpoints, and it will be removed in community.general 9.0.0 (https://github.com/ansible-collections/community.general/pull/6909).
|
||||||
|
- webfaction_domain - module relies entirely on no longer existent API endpoints, and it will be removed in community.general 9.0.0 (https://github.com/ansible-collections/community.general/pull/6909).
|
||||||
|
- webfaction_mailbox - module relies entirely on no longer existent API endpoints, and it will be removed in community.general 9.0.0 (https://github.com/ansible-collections/community.general/pull/6909).
|
||||||
|
- webfaction_site - module relies entirely on no longer existent API endpoints, and it will be removed in community.general 9.0.0 (https://github.com/ansible-collections/community.general/pull/6909).
|
|
@ -4433,6 +4433,10 @@ plugin_routing:
|
||||||
warning_text: You are using an internal name to access the community.general.wdc_redfish_info
|
warning_text: You are using an internal name to access the community.general.wdc_redfish_info
|
||||||
modules. This has never been supported or documented, and will stop working
|
modules. This has never been supported or documented, and will stop working
|
||||||
in community.general 9.0.0.
|
in community.general 9.0.0.
|
||||||
|
webfaction_app:
|
||||||
|
deprecation:
|
||||||
|
removal_version: 9.0.0
|
||||||
|
warning_text: This module relies on HTTPS APIs that do not exist anymore and there is no clear path to update.
|
||||||
cloud.webfaction.webfaction_app:
|
cloud.webfaction.webfaction_app:
|
||||||
redirect: community.general.webfaction_app
|
redirect: community.general.webfaction_app
|
||||||
deprecation:
|
deprecation:
|
||||||
|
@ -4440,6 +4444,10 @@ plugin_routing:
|
||||||
warning_text: You are using an internal name to access the community.general.webfaction_app
|
warning_text: You are using an internal name to access the community.general.webfaction_app
|
||||||
modules. This has never been supported or documented, and will stop working
|
modules. This has never been supported or documented, and will stop working
|
||||||
in community.general 9.0.0.
|
in community.general 9.0.0.
|
||||||
|
webfaction_db:
|
||||||
|
deprecation:
|
||||||
|
removal_version: 9.0.0
|
||||||
|
warning_text: This module relies on HTTPS APIs that do not exist anymore and there is no clear path to update.
|
||||||
cloud.webfaction.webfaction_db:
|
cloud.webfaction.webfaction_db:
|
||||||
redirect: community.general.webfaction_db
|
redirect: community.general.webfaction_db
|
||||||
deprecation:
|
deprecation:
|
||||||
|
@ -4447,6 +4455,10 @@ plugin_routing:
|
||||||
warning_text: You are using an internal name to access the community.general.webfaction_db
|
warning_text: You are using an internal name to access the community.general.webfaction_db
|
||||||
modules. This has never been supported or documented, and will stop working
|
modules. This has never been supported or documented, and will stop working
|
||||||
in community.general 9.0.0.
|
in community.general 9.0.0.
|
||||||
|
webfaction_domain:
|
||||||
|
deprecation:
|
||||||
|
removal_version: 9.0.0
|
||||||
|
warning_text: This module relies on HTTPS APIs that do not exist anymore and there is no clear path to update.
|
||||||
cloud.webfaction.webfaction_domain:
|
cloud.webfaction.webfaction_domain:
|
||||||
redirect: community.general.webfaction_domain
|
redirect: community.general.webfaction_domain
|
||||||
deprecation:
|
deprecation:
|
||||||
|
@ -4454,6 +4466,10 @@ plugin_routing:
|
||||||
warning_text: You are using an internal name to access the community.general.webfaction_domain
|
warning_text: You are using an internal name to access the community.general.webfaction_domain
|
||||||
modules. This has never been supported or documented, and will stop working
|
modules. This has never been supported or documented, and will stop working
|
||||||
in community.general 9.0.0.
|
in community.general 9.0.0.
|
||||||
|
webfaction_mailbox:
|
||||||
|
deprecation:
|
||||||
|
removal_version: 9.0.0
|
||||||
|
warning_text: This module relies on HTTPS APIs that do not exist anymore and there is no clear path to update.
|
||||||
cloud.webfaction.webfaction_mailbox:
|
cloud.webfaction.webfaction_mailbox:
|
||||||
redirect: community.general.webfaction_mailbox
|
redirect: community.general.webfaction_mailbox
|
||||||
deprecation:
|
deprecation:
|
||||||
|
@ -4461,6 +4477,10 @@ plugin_routing:
|
||||||
warning_text: You are using an internal name to access the community.general.webfaction_mailbox
|
warning_text: You are using an internal name to access the community.general.webfaction_mailbox
|
||||||
modules. This has never been supported or documented, and will stop working
|
modules. This has never been supported or documented, and will stop working
|
||||||
in community.general 9.0.0.
|
in community.general 9.0.0.
|
||||||
|
webfaction_site:
|
||||||
|
deprecation:
|
||||||
|
removal_version: 9.0.0
|
||||||
|
warning_text: This module relies on HTTPS APIs that do not exist anymore and there is no clear path to update.
|
||||||
cloud.webfaction.webfaction_site:
|
cloud.webfaction.webfaction_site:
|
||||||
redirect: community.general.webfaction_site
|
redirect: community.general.webfaction_site
|
||||||
deprecation:
|
deprecation:
|
||||||
|
|
|
@ -19,6 +19,12 @@ __metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
|
|
||||||
|
deprecated:
|
||||||
|
removed_in: 9.0.0
|
||||||
|
why: the endpoints this module relies on do not exist any more and do not resolve to IPs in DNS.
|
||||||
|
alternative: no known alternative at this point
|
||||||
|
|
||||||
module: webfaction_app
|
module: webfaction_app
|
||||||
short_description: Add or remove applications on a Webfaction host
|
short_description: Add or remove applications on a Webfaction host
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -16,6 +16,12 @@ __metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
|
|
||||||
|
deprecated:
|
||||||
|
removed_in: 9.0.0
|
||||||
|
why: the endpoints this module relies on do not exist any more and do not resolve to IPs in DNS.
|
||||||
|
alternative: no known alternative at this point
|
||||||
|
|
||||||
module: webfaction_db
|
module: webfaction_db
|
||||||
short_description: Add or remove a database on Webfaction
|
short_description: Add or remove a database on Webfaction
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -13,6 +13,12 @@ __metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
|
|
||||||
|
deprecated:
|
||||||
|
removed_in: 9.0.0
|
||||||
|
why: the endpoints this module relies on do not exist any more and do not resolve to IPs in DNS.
|
||||||
|
alternative: no known alternative at this point
|
||||||
|
|
||||||
module: webfaction_domain
|
module: webfaction_domain
|
||||||
short_description: Add or remove domains and subdomains on Webfaction
|
short_description: Add or remove domains and subdomains on Webfaction
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -13,6 +13,12 @@ __metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
|
|
||||||
|
deprecated:
|
||||||
|
removed_in: 9.0.0
|
||||||
|
why: the endpoints this module relies on do not exist any more and do not resolve to IPs in DNS.
|
||||||
|
alternative: no known alternative at this point
|
||||||
|
|
||||||
module: webfaction_mailbox
|
module: webfaction_mailbox
|
||||||
short_description: Add or remove mailboxes on Webfaction
|
short_description: Add or remove mailboxes on Webfaction
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -13,6 +13,12 @@ __metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
|
|
||||||
|
deprecated:
|
||||||
|
removed_in: 9.0.0
|
||||||
|
why: the endpoints this module relies on do not exist any more and do not resolve to IPs in DNS.
|
||||||
|
alternative: no known alternative at this point
|
||||||
|
|
||||||
module: webfaction_site
|
module: webfaction_site
|
||||||
short_description: Add or remove a website on a Webfaction host
|
short_description: Add or remove a website on a Webfaction host
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue