Skip to content

Commit 1488b6a

Browse files
authored
Deprecate service_role_config and service_role_config_info modules (#296)
Signed-off-by: Webster Mudge <[email protected]>
1 parent 661d491 commit 1488b6a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

plugins/modules/service_role_config.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
author:
2424
- "Webster Mudge (@wmudge)"
2525
version_added: "4.4.0"
26+
deprecated:
27+
removed_in: "6.0.0"
28+
alternative: Use M(cloudera.cluster.role)
29+
why: Consolidation of configuration management.
2630
requirements:
2731
- cm-client
2832
options:

plugins/modules/service_role_config_info.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
author:
2424
- "Webster Mudge (@wmudge)"
2525
version_added: "4.4.0"
26+
deprecated:
27+
removed_in: "6.0.0"
28+
alternative: Use M(cloudera.cluster.role_info)
29+
why: Consolidation of configuration management.
2630
requirements:
2731
- cm_client
2832
options:

0 commit comments

Comments
 (0)