mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-08 11:40:32 -07:00
[PR #9487/9aff6109 backport][stable-10] atomic_*: deprecation (#9495)
atomic_*: deprecation (#9487)
(cherry picked from commit 9aff6109ae
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
c911aa8a84
commit
c890a161ae
5 changed files with 28 additions and 0 deletions
4
changelogs/fragments/9487-atomic-deprecation.yml
Normal file
4
changelogs/fragments/9487-atomic-deprecation.yml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
deprecated_features:
|
||||||
|
- atomic_container - module is deprecated and will be removed in community.general 13.0.0 (https://github.com/ansible-collections/community.general/pull/9487).
|
||||||
|
- atomic_host - module is deprecated and will be removed in community.general 13.0.0 (https://github.com/ansible-collections/community.general/pull/9487).
|
||||||
|
- atomic_image - module is deprecated and will be removed in community.general 13.0.0 (https://github.com/ansible-collections/community.general/pull/9487).
|
|
@ -104,6 +104,18 @@ plugin_routing:
|
||||||
nios_next_network:
|
nios_next_network:
|
||||||
redirect: infoblox.nios_modules.nios_next_network
|
redirect: infoblox.nios_modules.nios_next_network
|
||||||
modules:
|
modules:
|
||||||
|
atomic_container:
|
||||||
|
deprecation:
|
||||||
|
removal_version: 13.0.0
|
||||||
|
warning_text: Poject Atomic was sunset by the end of 2019.
|
||||||
|
atomic_host:
|
||||||
|
deprecation:
|
||||||
|
removal_version: 13.0.0
|
||||||
|
warning_text: Poject Atomic was sunset by the end of 2019.
|
||||||
|
atomic_image:
|
||||||
|
deprecation:
|
||||||
|
removal_version: 13.0.0
|
||||||
|
warning_text: Poject Atomic was sunset by the end of 2019.
|
||||||
consul_acl:
|
consul_acl:
|
||||||
tombstone:
|
tombstone:
|
||||||
removal_version: 10.0.0
|
removal_version: 10.0.0
|
||||||
|
|
|
@ -15,6 +15,10 @@ short_description: Manage the containers on the atomic host platform
|
||||||
description:
|
description:
|
||||||
- Manage the containers on the atomic host platform.
|
- Manage the containers on the atomic host platform.
|
||||||
- Allows to manage the lifecycle of a container on the atomic host platform.
|
- Allows to manage the lifecycle of a container on the atomic host platform.
|
||||||
|
deprecated:
|
||||||
|
removed_in: 13.0.0
|
||||||
|
why: Project Atomic was sunset by the end of 2019.
|
||||||
|
alternative: There is none.
|
||||||
author: "Giuseppe Scrivano (@giuseppe)"
|
author: "Giuseppe Scrivano (@giuseppe)"
|
||||||
requirements:
|
requirements:
|
||||||
- atomic
|
- atomic
|
||||||
|
|
|
@ -14,6 +14,10 @@ short_description: Manage the atomic host platform
|
||||||
description:
|
description:
|
||||||
- Manage the atomic host platform.
|
- Manage the atomic host platform.
|
||||||
- Rebooting of Atomic host platform should be done outside this module.
|
- Rebooting of Atomic host platform should be done outside this module.
|
||||||
|
deprecated:
|
||||||
|
removed_in: 13.0.0
|
||||||
|
why: Project Atomic was sunset by the end of 2019.
|
||||||
|
alternative: There is none.
|
||||||
author:
|
author:
|
||||||
- Saravanan KR (@krsacme)
|
- Saravanan KR (@krsacme)
|
||||||
notes:
|
notes:
|
||||||
|
|
|
@ -14,6 +14,10 @@ short_description: Manage the container images on the atomic host platform
|
||||||
description:
|
description:
|
||||||
- Manage the container images on the atomic host platform.
|
- Manage the container images on the atomic host platform.
|
||||||
- Allows to execute the commands specified by the RUN label in the container image when present.
|
- Allows to execute the commands specified by the RUN label in the container image when present.
|
||||||
|
deprecated:
|
||||||
|
removed_in: 13.0.0
|
||||||
|
why: Project Atomic was sunset by the end of 2019.
|
||||||
|
alternative: There is none.
|
||||||
author:
|
author:
|
||||||
- Saravanan KR (@krsacme)
|
- Saravanan KR (@krsacme)
|
||||||
notes:
|
notes:
|
||||||
|
|
Loading…
Add table
Reference in a new issue