Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kolla Ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Very Demiurge Very Mindful
Kolla Ansible
Commits
475901d9
Commit
475901d9
authored
4 years ago
by
Zuul
Committed by
Gerrit Code Review
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Enable ZooKeeper when Storm is enabled"
parents
a9c94aee
866784c7
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ansible/group_vars/all.yml
+1
-1
1 addition, 1 deletion
ansible/group_vars/all.yml
etc/kolla/globals.yml
+1
-1
1 addition, 1 deletion
etc/kolla/globals.yml
releasenotes/notes/storm-enable-zookeeper-2108156acced1c57.yaml
+10
-0
10 additions, 0 deletions
...enotes/notes/storm-enable-zookeeper-2108156acced1c57.yaml
with
12 additions
and
2 deletions
ansible/group_vars/all.yml
+
1
−
1
View file @
475901d9
...
...
@@ -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'
}}"
...
...
This diff is collapsed.
Click to expand it.
etc/kolla/globals.yml
+
1
−
1
View file @
475901d9
...
...
@@ -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"
##################
...
...
This diff is collapsed.
Click to expand it.
releasenotes/notes/storm-enable-zookeeper-2108156acced1c57.yaml
0 → 100644
+
10
−
0
View file @
475901d9
---
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.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment