mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 18:56:55 +00:00
dimensiondata: deprecation (#10986)
* dimensiondata: deprecation * add changelog frag * typo * Update changelogs/fragments/10986-deprecation-dimensiondata.yml Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
efad7a0d38
commit
6829a064a5
7 changed files with 52 additions and 0 deletions
6
changelogs/fragments/10986-deprecation-dimensiondata.yml
Normal file
6
changelogs/fragments/10986-deprecation-dimensiondata.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
deprecated_features:
|
||||
- dimensiondata doc_fragments plugin - fragments is deprecated and will be removed in community.general 13.0.0 (https://github.com/ansible-collections/community.general/pull/10986).
|
||||
- dimensiondata_wait doc_fragments plugin - fragments is deprecated and will be removed in community.general 13.0.0 (https://github.com/ansible-collections/community.general/pull/10986).
|
||||
- dimensiondata module_utils plugin - utils is deprecated and will be removed in community.general 13.0.0 (https://github.com/ansible-collections/community.general/pull/10986).
|
||||
- dimensiondata_network - module is deprecated and will be removed in community.general 13.0.0 (https://github.com/ansible-collections/community.general/pull/10986).
|
||||
- dimensiondata_vlan - module is deprecated and will be removed in community.general 13.0.0 (https://github.com/ansible-collections/community.general/pull/10986).
|
||||
|
|
@ -202,6 +202,14 @@ plugin_routing:
|
|||
tombstone:
|
||||
removal_version: 10.0.0
|
||||
warning_text: Use community.general.consul_token and/or community.general.consul_policy instead.
|
||||
dimensiondata_network:
|
||||
deprecation:
|
||||
removal_version: 13.0.0
|
||||
warning_text: Service and its endpoints are no longer available.
|
||||
dimensiondata_vlan:
|
||||
deprecation:
|
||||
removal_version: 13.0.0
|
||||
warning_text: Service and its endpoints are no longer available.
|
||||
docker_compose:
|
||||
redirect: community.docker.docker_compose
|
||||
docker_config:
|
||||
|
|
@ -1042,6 +1050,14 @@ plugin_routing:
|
|||
doc_fragments:
|
||||
_gcp:
|
||||
redirect: community.google._gcp
|
||||
dimensiondata:
|
||||
deprecation:
|
||||
removal_version: 13.0.0
|
||||
warning_text: Service and its endpoints are no longer available.
|
||||
dimensiondata_wait:
|
||||
deprecation:
|
||||
removal_version: 13.0.0
|
||||
warning_text: Service and its endpoints are no longer available.
|
||||
docker:
|
||||
redirect: community.docker.docker
|
||||
hetzner:
|
||||
|
|
@ -1093,6 +1109,10 @@ plugin_routing:
|
|||
warning_text: This doc fragment was used by rax modules, that relied on the deprecated
|
||||
package pyrax.
|
||||
module_utils:
|
||||
dimensiondata:
|
||||
deprecation:
|
||||
removal_version: 13.0.0
|
||||
warning_text: Service and its endpoints are no longer available.
|
||||
docker.common:
|
||||
redirect: community.docker.common
|
||||
docker.swarm:
|
||||
|
|
|
|||
|
|
@ -8,6 +8,12 @@ from __future__ import annotations
|
|||
# Authors:
|
||||
# - Adam Friedman <tintoy@tintoy.io>
|
||||
|
||||
#
|
||||
# DEPRECATED
|
||||
#
|
||||
# This doc fragment is deprecated and will be removed in community.general 13.0.0
|
||||
#
|
||||
|
||||
|
||||
class ModuleDocFragment(object):
|
||||
|
||||
|
|
|
|||
|
|
@ -8,6 +8,12 @@ from __future__ import annotations
|
|||
# Authors:
|
||||
# - Adam Friedman <tintoy@tintoy.io>
|
||||
|
||||
#
|
||||
# DEPRECATED
|
||||
#
|
||||
# This doc fragment is deprecated and will be removed in community.general 13.0.0
|
||||
#
|
||||
|
||||
|
||||
class ModuleDocFragment(object):
|
||||
|
||||
|
|
|
|||
|
|
@ -13,6 +13,12 @@
|
|||
|
||||
from __future__ import annotations
|
||||
|
||||
#
|
||||
# DEPRECATED
|
||||
#
|
||||
# This module utils is deprecated and will be removed in community.general 13.0.0
|
||||
#
|
||||
|
||||
import configparser
|
||||
import os
|
||||
import re
|
||||
|
|
|
|||
|
|
@ -22,6 +22,10 @@ extends_documentation_fragment:
|
|||
|
||||
description:
|
||||
- Create, update, and delete MCP 1.0 & 2.0 networks.
|
||||
deprecated:
|
||||
removed_in: 13.0.0
|
||||
why: Service and its endpoints are no longer available.
|
||||
alternative: There is none.
|
||||
author: 'Aimon Bustardo (@aimonb)'
|
||||
attributes:
|
||||
check_mode:
|
||||
|
|
|
|||
|
|
@ -18,6 +18,10 @@ extends_documentation_fragment:
|
|||
|
||||
description:
|
||||
- Manage VLANs in Cloud Control network domains.
|
||||
deprecated:
|
||||
removed_in: 13.0.0
|
||||
why: Service and its endpoints are no longer available.
|
||||
alternative: There is none.
|
||||
author: 'Adam Friedman (@tintoy)'
|
||||
attributes:
|
||||
check_mode:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue