mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Deprecate rhn_channel & rhn_register (#6493)
They are useful only with RHN, which Red Hat discontinued many years ago, and with Spacewalk 5, which is EOL for more than 3 years; while they could be potentially used with Uyuni / SUSE Manager (fork of Spacewalk 5), we have not heard about anyone using it in those setups. Hence, deprecate these two modules, with their removal planned for 10.0.0 in case there are no reports about being still useful, and potentially noone that steps up to maintain them.
This commit is contained in:
parent
c740f89df3
commit
aa6b5e4a60
4 changed files with 40 additions and 0 deletions
|
@ -67,6 +67,16 @@ options:
|
|||
type: bool
|
||||
default: true
|
||||
version_added: '0.2.0'
|
||||
deprecated:
|
||||
removed_in: 10.0.0
|
||||
why: |
|
||||
RHN hosted at redhat.com was discontinued years ago, and Spacewalk 5
|
||||
(which uses RHN) is EOL since 2020, May 31st; while this module could
|
||||
work on Uyuni / SUSE Manager (fork of Spacewalk 5), we have not heard
|
||||
about anyone using it in those setups.
|
||||
alternative: |
|
||||
Contact the community.general maintainers to report the usage of this
|
||||
module, and potentially step up to maintain it.
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -88,6 +88,16 @@ options:
|
|||
- If C(true), the registered node will not upload its installed packages information to Satellite server.
|
||||
type: bool
|
||||
default: false
|
||||
deprecated:
|
||||
removed_in: 10.0.0
|
||||
why: |
|
||||
RHN hosted at redhat.com was discontinued years ago, and Spacewalk 5
|
||||
(which uses RHN) is EOL since 2020, May 31st; while this module could
|
||||
work on Uyuni / SUSE Manager (fork of Spacewalk 5), we have not heard
|
||||
about anyone using it in those setups.
|
||||
alternative: |
|
||||
Contact the community.general maintainers to report the usage of this
|
||||
module, and potentially step up to maintain it.
|
||||
'''
|
||||
|
||||
EXAMPLES = r'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue