Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Host Template Module #238

Merged
merged 9 commits into from
Jul 30, 2024
Merged

Conversation

rsuplina
Copy link
Contributor

This commit contains:

  • Host Template Module
  • Host Template Info Module

@rsuplina rsuplina added the enhancement New feature or request label Jun 24, 2024
@rsuplina rsuplina requested a review from a team June 24, 2024 11:00
Signed-off-by: rsuplina <[email protected]>
Signed-off-by: rsuplina <[email protected]>
@wmudge wmudge added this to the Release 4.5.0 milestone Jun 25, 2024
plugins/modules/host_template.py Outdated Show resolved Hide resolved
plugins/modules/host_template.py Outdated Show resolved Hide resolved
plugins/modules/host_template.py Show resolved Hide resolved
plugins/modules/host_template.py Outdated Show resolved Hide resolved
plugins/modules/host_template.py Show resolved Hide resolved
plugins/modules/host_template.py Show resolved Hide resolved
plugins/modules/host_template_info.py Outdated Show resolved Hide resolved
plugins/modules/host_template_info.py Outdated Show resolved Hide resolved
plugins/modules/host_template_info.py Outdated Show resolved Hide resolved
plugins/modules/host_template_info.py Outdated Show resolved Hide resolved
Signed-off-by: rsuplina <[email protected]>
Signed-off-by: rsuplina <[email protected]>
Signed-off-by: rsuplina <[email protected]>
Signed-off-by: rsuplina <[email protected]>
plugins/modules/host_template.py Show resolved Hide resolved
plugins/modules/host_template.py Show resolved Hide resolved
plugins/modules/host_template_info.py Show resolved Hide resolved
plugins/modules/host_template_info.py Outdated Show resolved Hide resolved
Signed-off-by: rsuplina <[email protected]>
cluster=dict(required=True, type="str", aliases=["cluster_name"]),
name=dict(required=True, type="str"),
role_groups=dict(
required=True, type="list", aliases=["role_config_groups"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still is showing required. This needs to moved to a required_if that is pinned to state=present condition.

Signed-off-by: rsuplina <[email protected]>
@wmudge wmudge merged commit dd8a679 into cloudera-labs:devel Jul 30, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request validated
Development

Successfully merging this pull request may close these issues.

2 participants