Skip to content

Conversation

@RanabirChakraborty
Copy link
Member

@RanabirChakraborty RanabirChakraborty commented Dec 5, 2025

@RanabirChakraborty RanabirChakraborty force-pushed the AMW-162 branch 30 times, most recently from 16ec91e to b656230 Compare December 10, 2025 21:00
@RanabirChakraborty RanabirChakraborty force-pushed the AMW-162 branch 13 times, most recently from a63d488 to a9f9ab0 Compare December 11, 2025 20:26
@RanabirChakraborty RanabirChakraborty added enhancement New feature or request major_changes Major changes mean the user can CHOOSE to make a change when they update but do not have to labels Dec 11, 2025
@RanabirChakraborty
Copy link
Member Author

For molecule testing purpose I have changed the github workflow ci.yml branch from main to AMW-162, once the review is done I'll change it back to main again. so please ignore that.

{% if amq_streams_broker_listeners is defined %}
listeners={{ amq_streams_broker_listeners | join(",") }}
{% elif amq_streams_broker_listener_port is defined %}
{% elif amq_streams_broker_listener_port is defined %}
Copy link

Choose a reason for hiding this comment

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

Wrong indentation

Copy link
Member Author

Choose a reason for hiding this comment

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

Corrected.

{% else %}
# Legacy ZK Mode Advertised Listeners
{% if amq_streams_broker_advertised_listeners is defined %}
advertised.listeners={{ amq_streams_broker_advertised_listeners | join(",") }}
Copy link

Choose a reason for hiding this comment

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

Wrong indentation

Copy link
Member Author

Choose a reason for hiding this comment

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

Corrected.

# KRaft Mode Security Map (Must include Controller)
listener.security.protocol.map=PLAINTEXT:PLAINTEXT,CONTROLLER:PLAINTEXT,SSL:SSL,SASL_PLAINTEXT:SASL_PLAINTEXT,SASL_SSL:SASL_SSL
{% else %}
{% if amq_streams_broker_auth_enabled and amq_streams_broker_auth_listeners is defined %}
Copy link

Choose a reason for hiding this comment

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

Wrong indentation

Copy link
Member Author

Choose a reason for hiding this comment

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

Corrected.

# The list of SASL mechanisms enabled in the Kafka server
sasl.enabled.mechanisms={{ amq_streams_broker_auth_sasl_mechanisms | join(",") }}
{% if amq_streams_broker_inter_broker_auth_sasl_mechanisms is defined %}
{% if amq_streams_broker_inter_broker_auth_sasl_mechanisms is defined %}
Copy link

Choose a reason for hiding this comment

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

Wrong indentation

Copy link
Member Author

Choose a reason for hiding this comment

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

Corrected. Please review once.

Copy link

@iweiss iweiss left a comment

Choose a reason for hiding this comment

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

Wrong indentation in some places

Copy link

@iweiss iweiss left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Collaborator

@rmarting rmarting left a comment

Choose a reason for hiding this comment

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

Great job!!! LGTM!

Copy link
Member

@hcherukuri hcherukuri left a comment

Choose a reason for hiding this comment

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

LGTM

@hcherukuri hcherukuri merged commit 2b43490 into ansible-middleware:main Dec 16, 2025
13 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 major_changes Major changes mean the user can CHOOSE to make a change when they update but do not have to

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants