Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
- name: "Verify that the Kafka instance is in ZooKeeper mode"
assert:
that:
- kafka_cluster_cr.resources | length > 0
- kafka_cluster_cr.resources[0].status is defined
- kafka_cluster_cr.resources[0].status.kafkaMetadataState is defined
- kafka_cluster_cr.resources[0].status.kafkaMetadataState == "ZooKeeper"
fail_msg: "Kafka cluster is not in ZooKeeper mode. Aborting..."

Expand Down
Loading