Skip to content

Commit 5e451e5

Browse files
committed
Deprecate host_config and host_config_info
Signed-off-by: Webster Mudge <wmudge@cloudera.com>
1 parent 4ab40f4 commit 5e451e5

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

meta/runtime.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,14 @@ action_groups:
8686
- host
8787
- host_template
8888
- parcel
89+
90+
plugin_routing:
91+
modules:
92+
host_config:
93+
deprecation:
94+
removal_version: "6.0.0"
95+
warning_text: Use M(cloudera.cluster.host).
96+
host_config_info:
97+
deprecation:
98+
removal_version: "6.0.0"
99+
warning_text: Use M(cloudera.cluster.host_info).

plugins/modules/host_config.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
author:
2525
- "Ronald Suplina (@rsuplina)"
2626
version_added: "4.4.0"
27+
deprecated:
28+
removed_in: "6.0.0"
29+
alternative: Use M(cloudera.cluster.host)
2730
requirements:
2831
- cm_client
2932
options:

plugins/modules/host_config_info.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
author:
2424
- "Ronald Suplina (@rsuplina)"
2525
version_added: "4.4.0"
26+
deprecated:
27+
removed_in: "6.0.0"
28+
alternative: Use M(cloudera.cluster.host_info)
2629
requirements:
2730
- cm_client
2831
options:

0 commit comments

Comments
 (0)