Skip to content
Snippets Groups Projects
Commit 475901d9 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Enable ZooKeeper when Storm is enabled"

parents a9c94aee 866784c7
No related branches found
No related tags found
No related merge requests found
......@@ -666,7 +666,7 @@ enable_trove_singletenant: "no"
enable_vitrage: "no"
enable_vmtp: "no"
enable_watcher: "no"
enable_zookeeper: "{{ enable_kafka | bool }}"
enable_zookeeper: "{{ enable_kafka | bool or enable_storm | bool }}"
enable_zun: "no"
ovs_datapath: "{{ 'netdev' if enable_ovs_dpdk | bool else 'system' }}"
......
......@@ -356,7 +356,7 @@
#enable_vitrage: "no"
#enable_vmtp: "no"
#enable_watcher: "no"
#enable_zookeeper: "{{ enable_kafka | bool }}"
#enable_zookeeper: "{{ enable_kafka | bool or enable_storm | bool }}"
#enable_zun: "no"
##################
......
---
upgrade:
- |
Apache ZooKeeper will now be automatically deployed whenever Apache Storm
is enabled.
fixes:
- |
Deploys Apache ZooKeeper if Apache Storm is enabled explicitly. ZooKeeper
would only be deployed if Apache Kafka was also enabled, which is often
done implicitly by enabling Monasca.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment