Skip to content

Commit

Permalink
[ANSIENG-2739] | [ANSIENG-2739] | Remove temporary config from Kraft …
Browse files Browse the repository at this point in the history
…Migration (confluentinc#1536)
  • Loading branch information
mansisinha authored Jan 10, 2024
1 parent 9a2f2e3 commit 5586dbb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions roles/kafka_controller/tasks/health_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@
line: confluent.use.controller.listener=true
changed_when: false
check_mode: false
when: not kraft_migration|bool
1 change: 0 additions & 1 deletion roles/variables/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ kafka_controller_properties:
zookeeper.connection.timeout.ms: 18000
zookeeper.metadata.migration.enable: "true"
zookeeper.connect: "{{ groups['zookeeper'] | default(['localhost']) | confluent.platform.resolve_hostnames(hostvars) | join(':' + zookeeper_client_port|string + ',') }}:{{zookeeper_client_port}}{{zookeeper_chroot}}"
confluent.zookeeper.metadata.migration.controller.check.disable: "true" # Temporary variable, to be removed in 7.6
migration_ssl:
enabled: "{{ zookeeper_ssl_enabled and kraft_migration|bool}}"
properties:
Expand Down

0 comments on commit 5586dbb

Please sign in to comment.