Skip to content

Commit 7a7493e

Browse files
authored
Merge branch 'devel' into deprecated/cm_api
2 parents 40e9425 + c0ef5ce commit 7a7493e

11 files changed

+41
-1
lines changed

meta/runtime.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,8 @@ plugin_routing:
9393
deprecation:
9494
removal_version: "6.0.0"
9595
warning_text: Use M(cloudera.cluster.cm_resource).
96+
filter:
97+
cluster_service_role_hosts:
98+
deprecation:
99+
removal_version: "6.0.0"
100+
warning_text: Filter, cluster_service_role_hosts, is no longer supported.

plugins/filter/cluster_service_role_hosts.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@ DOCUMENTATION:
44
short_description: cluster_service_role_hosts
55
description: cluster_service_role_hosts
66
version_added: "3.0.3"
7+
deprecated:
8+
removed_in: "6.0.0"
9+
alternative: none
10+
why: No longer supported.
711
EXAMPLES:
812
RETURN:

plugins/modules/external_user_mappings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ def process(self):
256256
auth_roles = [ApiAuthRoleRef(name=role) for role in self.auth_roles]
257257
external_user_mappings_body = ApiExternalUserMapping(
258258
name=self.name,
259-
uuid=mapping.uuid,
260259
type=self.type,
261260
auth_roles=auth_roles,
262261
)

plugins/modules/host_config.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
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)
30+
why: Consolidation of configuration management.
2731
requirements:
2832
- cm_client
2933
options:

plugins/modules/host_config_info.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
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)
29+
why: Consolidation of configuration management.
2630
requirements:
2731
- cm_client
2832
options:

plugins/modules/service_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.service)
29+
why: Consolidation of configuration management.
2630
requirements:
2731
- cm-client
2832
options:

plugins/modules/service_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.service_info)
29+
why: Consolidation of configuration management.
2630
requirements:
2731
- cm_client
2832
options:

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_group_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_config_group)
29+
why: Consolidation of configuration management.
2630
requirements:
2731
- cm-client
2832
options:

plugins/modules/service_role_config_group_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_config_group_info)
29+
why: Consolidation of configuration management.
2630
requirements:
2731
- cm_client
2832
options:

0 commit comments

Comments
 (0)