clc_*: deprecation (#9754)
* clc_*: deprecation * Apply suggestions from code review Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>pull/9775/head
parent
b2e2d2d37b
commit
b80fa80c90
|
@ -123,6 +123,42 @@ plugin_routing:
|
||||||
warning_text: Project Atomic was sunset by the end of 2019.
|
warning_text: Project Atomic was sunset by the end of 2019.
|
||||||
cisco_spark:
|
cisco_spark:
|
||||||
redirect: community.general.cisco_webex
|
redirect: community.general.cisco_webex
|
||||||
|
clc_alert_policy:
|
||||||
|
deprecation:
|
||||||
|
removal_version: 11.0.0
|
||||||
|
warning_text: CenturyLink Cloud services went EOL in September 2023.
|
||||||
|
clc_blueprint_package:
|
||||||
|
deprecation:
|
||||||
|
removal_version: 11.0.0
|
||||||
|
warning_text: CenturyLink Cloud services went EOL in September 2023.
|
||||||
|
clc_firewall_policy:
|
||||||
|
deprecation:
|
||||||
|
removal_version: 11.0.0
|
||||||
|
warning_text: CenturyLink Cloud services went EOL in September 2023.
|
||||||
|
clc_group:
|
||||||
|
deprecation:
|
||||||
|
removal_version: 11.0.0
|
||||||
|
warning_text: CenturyLink Cloud services went EOL in September 2023.
|
||||||
|
clc_loadbalancer:
|
||||||
|
deprecation:
|
||||||
|
removal_version: 11.0.0
|
||||||
|
warning_text: CenturyLink Cloud services went EOL in September 2023.
|
||||||
|
clc_modify_server:
|
||||||
|
deprecation:
|
||||||
|
removal_version: 11.0.0
|
||||||
|
warning_text: CenturyLink Cloud services went EOL in September 2023.
|
||||||
|
clc_publicip:
|
||||||
|
deprecation:
|
||||||
|
removal_version: 11.0.0
|
||||||
|
warning_text: CenturyLink Cloud services went EOL in September 2023.
|
||||||
|
clc_server:
|
||||||
|
deprecation:
|
||||||
|
removal_version: 11.0.0
|
||||||
|
warning_text: CenturyLink Cloud services went EOL in September 2023.
|
||||||
|
clc_server_snapshot:
|
||||||
|
deprecation:
|
||||||
|
removal_version: 11.0.0
|
||||||
|
warning_text: CenturyLink Cloud services went EOL in September 2023.
|
||||||
consul_acl:
|
consul_acl:
|
||||||
tombstone:
|
tombstone:
|
||||||
removal_version: 10.0.0
|
removal_version: 10.0.0
|
||||||
|
|
|
@ -14,6 +14,12 @@ module: clc_alert_policy
|
||||||
short_description: Create or Delete Alert Policies at CenturyLink Cloud
|
short_description: Create or Delete Alert Policies at CenturyLink Cloud
|
||||||
description:
|
description:
|
||||||
- An Ansible module to Create or Delete Alert Policies at CenturyLink Cloud.
|
- An Ansible module to Create or Delete Alert Policies at CenturyLink Cloud.
|
||||||
|
deprecated:
|
||||||
|
removed_in: 11.0.0
|
||||||
|
why: >
|
||||||
|
Lumen Public Cloud (formerly known as CenturyLink Cloud) has gone End-of-Life in September 2023.
|
||||||
|
See more at U(https://www.ctl.io/knowledge-base/release-notes/2023/lumen-public-cloud-platform-end-of-life-notice/?).
|
||||||
|
alternative: There is none.
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- community.general.attributes
|
- community.general.attributes
|
||||||
- community.general.clc
|
- community.general.clc
|
||||||
|
|
|
@ -14,6 +14,12 @@ module: clc_blueprint_package
|
||||||
short_description: Deploys a blue print package on a set of servers in CenturyLink Cloud
|
short_description: Deploys a blue print package on a set of servers in CenturyLink Cloud
|
||||||
description:
|
description:
|
||||||
- An Ansible module to deploy blue print package on a set of servers in CenturyLink Cloud.
|
- An Ansible module to deploy blue print package on a set of servers in CenturyLink Cloud.
|
||||||
|
deprecated:
|
||||||
|
removed_in: 11.0.0
|
||||||
|
why: >
|
||||||
|
Lumen Public Cloud (formerly known as CenturyLink Cloud) has gone End-of-Life in September 2023.
|
||||||
|
See more at U(https://www.ctl.io/knowledge-base/release-notes/2023/lumen-public-cloud-platform-end-of-life-notice/?).
|
||||||
|
alternative: There is none.
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- community.general.attributes
|
- community.general.attributes
|
||||||
- community.general.clc
|
- community.general.clc
|
||||||
|
|
|
@ -14,6 +14,12 @@ module: clc_firewall_policy
|
||||||
short_description: Create/delete/update firewall policies
|
short_description: Create/delete/update firewall policies
|
||||||
description:
|
description:
|
||||||
- Create or delete or update firewall policies on Centurylink Cloud.
|
- Create or delete or update firewall policies on Centurylink Cloud.
|
||||||
|
deprecated:
|
||||||
|
removed_in: 11.0.0
|
||||||
|
why: >
|
||||||
|
Lumen Public Cloud (formerly known as CenturyLink Cloud) has gone End-of-Life in September 2023.
|
||||||
|
See more at U(https://www.ctl.io/knowledge-base/release-notes/2023/lumen-public-cloud-platform-end-of-life-notice/?).
|
||||||
|
alternative: There is none.
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- community.general.attributes
|
- community.general.attributes
|
||||||
- community.general.clc
|
- community.general.clc
|
||||||
|
|
|
@ -14,6 +14,12 @@ module: clc_group
|
||||||
short_description: Create/delete Server Groups at Centurylink Cloud
|
short_description: Create/delete Server Groups at Centurylink Cloud
|
||||||
description:
|
description:
|
||||||
- Create or delete Server Groups at Centurylink Centurylink Cloud.
|
- Create or delete Server Groups at Centurylink Centurylink Cloud.
|
||||||
|
deprecated:
|
||||||
|
removed_in: 11.0.0
|
||||||
|
why: >
|
||||||
|
Lumen Public Cloud (formerly known as CenturyLink Cloud) has gone End-of-Life in September 2023.
|
||||||
|
See more at U(https://www.ctl.io/knowledge-base/release-notes/2023/lumen-public-cloud-platform-end-of-life-notice/?).
|
||||||
|
alternative: There is none.
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- community.general.attributes
|
- community.general.attributes
|
||||||
- community.general.clc
|
- community.general.clc
|
||||||
|
|
|
@ -14,6 +14,12 @@ module: clc_loadbalancer
|
||||||
short_description: Create, Delete shared loadbalancers in CenturyLink Cloud
|
short_description: Create, Delete shared loadbalancers in CenturyLink Cloud
|
||||||
description:
|
description:
|
||||||
- An Ansible module to Create, Delete shared loadbalancers in CenturyLink Cloud.
|
- An Ansible module to Create, Delete shared loadbalancers in CenturyLink Cloud.
|
||||||
|
deprecated:
|
||||||
|
removed_in: 11.0.0
|
||||||
|
why: >
|
||||||
|
Lumen Public Cloud (formerly known as CenturyLink Cloud) has gone End-of-Life in September 2023.
|
||||||
|
See more at U(https://www.ctl.io/knowledge-base/release-notes/2023/lumen-public-cloud-platform-end-of-life-notice/?).
|
||||||
|
alternative: There is none.
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- community.general.attributes
|
- community.general.attributes
|
||||||
- community.general.clc
|
- community.general.clc
|
||||||
|
|
|
@ -14,6 +14,12 @@ module: clc_modify_server
|
||||||
short_description: Modify servers in CenturyLink Cloud
|
short_description: Modify servers in CenturyLink Cloud
|
||||||
description:
|
description:
|
||||||
- An Ansible module to modify servers in CenturyLink Cloud.
|
- An Ansible module to modify servers in CenturyLink Cloud.
|
||||||
|
deprecated:
|
||||||
|
removed_in: 11.0.0
|
||||||
|
why: >
|
||||||
|
Lumen Public Cloud (formerly known as CenturyLink Cloud) has gone End-of-Life in September 2023.
|
||||||
|
See more at U(https://www.ctl.io/knowledge-base/release-notes/2023/lumen-public-cloud-platform-end-of-life-notice/?).
|
||||||
|
alternative: There is none.
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- community.general.attributes
|
- community.general.attributes
|
||||||
- community.general.clc
|
- community.general.clc
|
||||||
|
|
|
@ -14,6 +14,12 @@ module: clc_publicip
|
||||||
short_description: Add and Delete public IPs on servers in CenturyLink Cloud
|
short_description: Add and Delete public IPs on servers in CenturyLink Cloud
|
||||||
description:
|
description:
|
||||||
- An Ansible module to add or delete public IP addresses on an existing server or servers in CenturyLink Cloud.
|
- An Ansible module to add or delete public IP addresses on an existing server or servers in CenturyLink Cloud.
|
||||||
|
deprecated:
|
||||||
|
removed_in: 11.0.0
|
||||||
|
why: >
|
||||||
|
Lumen Public Cloud (formerly known as CenturyLink Cloud) has gone End-of-Life in September 2023.
|
||||||
|
See more at U(https://www.ctl.io/knowledge-base/release-notes/2023/lumen-public-cloud-platform-end-of-life-notice/?).
|
||||||
|
alternative: There is none.
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- community.general.attributes
|
- community.general.attributes
|
||||||
- community.general.clc
|
- community.general.clc
|
||||||
|
|
|
@ -14,6 +14,12 @@ module: clc_server
|
||||||
short_description: Create, Delete, Start and Stop servers in CenturyLink Cloud
|
short_description: Create, Delete, Start and Stop servers in CenturyLink Cloud
|
||||||
description:
|
description:
|
||||||
- An Ansible module to Create, Delete, Start and Stop servers in CenturyLink Cloud.
|
- An Ansible module to Create, Delete, Start and Stop servers in CenturyLink Cloud.
|
||||||
|
deprecated:
|
||||||
|
removed_in: 11.0.0
|
||||||
|
why: >
|
||||||
|
Lumen Public Cloud (formerly known as CenturyLink Cloud) has gone End-of-Life in September 2023.
|
||||||
|
See more at U(https://www.ctl.io/knowledge-base/release-notes/2023/lumen-public-cloud-platform-end-of-life-notice/?).
|
||||||
|
alternative: There is none.
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- community.general.attributes
|
- community.general.attributes
|
||||||
- community.general.clc
|
- community.general.clc
|
||||||
|
|
|
@ -14,6 +14,12 @@ module: clc_server_snapshot
|
||||||
short_description: Create, Delete and Restore server snapshots in CenturyLink Cloud
|
short_description: Create, Delete and Restore server snapshots in CenturyLink Cloud
|
||||||
description:
|
description:
|
||||||
- An Ansible module to Create, Delete and Restore server snapshots in CenturyLink Cloud.
|
- An Ansible module to Create, Delete and Restore server snapshots in CenturyLink Cloud.
|
||||||
|
deprecated:
|
||||||
|
removed_in: 11.0.0
|
||||||
|
why: >
|
||||||
|
Lumen Public Cloud (formerly known as CenturyLink Cloud) has gone End-of-Life in September 2023.
|
||||||
|
See more at U(https://www.ctl.io/knowledge-base/release-notes/2023/lumen-public-cloud-platform-end-of-life-notice/?).
|
||||||
|
alternative: There is none.
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- community.general.attributes
|
- community.general.attributes
|
||||||
- community.general.clc
|
- community.general.clc
|
||||||
|
|
Loading…
Reference in New Issue