From c890a161ae18bf990007a10b6d72a17ce10e5ee8 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 10:28:48 +0100 Subject: [PATCH] [PR #9487/9aff6109 backport][stable-10] atomic_*: deprecation (#9495) atomic_*: deprecation (#9487) (cherry picked from commit 9aff6109ae0f6e28a2e4e9e6dc71b02820dff846) Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com> --- changelogs/fragments/9487-atomic-deprecation.yml | 4 ++++ meta/runtime.yml | 12 ++++++++++++ plugins/modules/atomic_container.py | 4 ++++ plugins/modules/atomic_host.py | 4 ++++ plugins/modules/atomic_image.py | 4 ++++ 5 files changed, 28 insertions(+) create mode 100644 changelogs/fragments/9487-atomic-deprecation.yml diff --git a/changelogs/fragments/9487-atomic-deprecation.yml b/changelogs/fragments/9487-atomic-deprecation.yml new file mode 100644 index 0000000000..80897cdccc --- /dev/null +++ b/changelogs/fragments/9487-atomic-deprecation.yml @@ -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). diff --git a/meta/runtime.yml b/meta/runtime.yml index 3e7c797fd9..6e96683059 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -104,6 +104,18 @@ plugin_routing: nios_next_network: redirect: infoblox.nios_modules.nios_next_network 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: tombstone: removal_version: 10.0.0 diff --git a/plugins/modules/atomic_container.py b/plugins/modules/atomic_container.py index dccebf83da..aba3827ea0 100644 --- a/plugins/modules/atomic_container.py +++ b/plugins/modules/atomic_container.py @@ -15,6 +15,10 @@ short_description: Manage the containers on the atomic host platform description: - Manage the containers 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)" requirements: - atomic diff --git a/plugins/modules/atomic_host.py b/plugins/modules/atomic_host.py index 0d43a4d467..fb9bfb2e6a 100644 --- a/plugins/modules/atomic_host.py +++ b/plugins/modules/atomic_host.py @@ -14,6 +14,10 @@ short_description: Manage the atomic host platform description: - Manage the atomic host platform. - 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: - Saravanan KR (@krsacme) notes: diff --git a/plugins/modules/atomic_image.py b/plugins/modules/atomic_image.py index a251eba5a5..28011676af 100644 --- a/plugins/modules/atomic_image.py +++ b/plugins/modules/atomic_image.py @@ -14,6 +14,10 @@ short_description: Manage the container images on the atomic host platform description: - 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. +deprecated: + removed_in: 13.0.0 + why: Project Atomic was sunset by the end of 2019. + alternative: There is none. author: - Saravanan KR (@krsacme) notes: