From 5586dbb4f35954a130b06a924eeae817bf47158c Mon Sep 17 00:00:00 2001 From: mansi sinha Date: Wed, 10 Jan 2024 17:28:39 +0530 Subject: [PATCH] [ANSIENG-2739] | [ANSIENG-2739] | Remove temporary config from Kraft Migration (#1536) --- roles/kafka_controller/tasks/health_check.yml | 1 + roles/variables/vars/main.yml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/kafka_controller/tasks/health_check.yml b/roles/kafka_controller/tasks/health_check.yml index 18ad2e7e9..82143b282 100644 --- a/roles/kafka_controller/tasks/health_check.yml +++ b/roles/kafka_controller/tasks/health_check.yml @@ -40,3 +40,4 @@ line: confluent.use.controller.listener=true changed_when: false check_mode: false + when: not kraft_migration|bool diff --git a/roles/variables/vars/main.yml b/roles/variables/vars/main.yml index a548449e1..0be9ac1ee 100644 --- a/roles/variables/vars/main.yml +++ b/roles/variables/vars/main.yml @@ -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: