Skip to content

Conversation

@jimright
Copy link
Contributor

@jimright jimright commented Jan 7, 2025

No description provided.

@jimright jimright added the enhancement MINOR - New feature or enhancement entry in the CHANGELOG label Jan 7, 2025
@jimright jimright requested a review from a team January 7, 2025 14:41
@github-actions github-actions bot added validated The pull request has passed the prechecks and removed validated The pull request has passed the prechecks labels Jan 7, 2025
Copy link
Member

@wmudge wmudge left a comment

Choose a reason for hiding this comment

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

Need to add an _info module.

ApiConfig,
)

ANSIBLE_METADATA = {
Copy link
Member

Choose a reason for hiding this comment

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

Optional

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

force:
description:
- Forces enabling Auto-TLS even if it is already determined to be enabled.
- Applicable only when I(state) is C(true).
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

if self.state == "present":

# Enable AutoTLS if not already enabled
if existing in [None, "NONE"] or self.force:
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

# # Initialize the return values
self.cm_config = []
self.changed = False
self.diff = {}
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done



@pytest.fixture
def conn():
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@jimright jimright force-pushed the feature/autotls_module branch from d8e719f to eb97439 Compare March 3, 2025 17:44
@github-actions github-actions bot removed the validated The pull request has passed the prechecks label Mar 3, 2025
jimright added 5 commits March 4, 2025 14:58
Signed-off-by: Jim Enright <[email protected]>
Signed-off-by: Jim Enright <[email protected]>
Signed-off-by: Jim Enright <[email protected]>
Signed-off-by: Jim Enright <[email protected]>
Signed-off-by: Jim Enright <[email protected]>
@jimright jimright force-pushed the feature/autotls_module branch from 771e567 to f21b851 Compare March 4, 2025 14:58
@wmudge wmudge added this to the Release 4.5.0 milestone Mar 4, 2025
@github-actions github-actions bot added the validated The pull request has passed the prechecks label Mar 4, 2025
@wmudge wmudge self-requested a review March 4, 2025 15:06
@wmudge wmudge merged commit 8a96487 into cloudera-labs:devel Mar 4, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement MINOR - New feature or enhancement entry in the CHANGELOG validated The pull request has passed the prechecks

Development

Successfully merging this pull request may close these issues.

2 participants