-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade Zookeeper (to version 3.5.8) #1897
Upgrade Zookeeper (to version 3.5.8) #1897
Conversation
/azp run |
core/src/epicli/data/common/ansible/playbooks/roles/upgrade/tasks/zookeeper.yml
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
empty file -> core/src/epicli/data/common/ansible/playbooks/roles/zookeeper/vars/main.yml
what is this file -> core/src/epicli/data/common/ansible/playbooks/roles/zookeeper/files/snapshot.0 ?
🤔
@@ -1,6 +1,4 @@ | |||
kind: configuration/zookeeper | |||
title: "Zookeeper" | |||
name: default | |||
specification: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fantastic! 👍😍
daa42d8
to
258769a
Compare
Empty file was already removed and additional description about the snapshot file - added :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
core/src/epicli/data/common/ansible/playbooks/roles/upgrade/tasks/zookeeper/preflight-check.yml
Show resolved
Hide resolved
core/src/epicli/data/common/ansible/playbooks/roles/upgrade/tasks/zookeeper.yml
Show resolved
Hide resolved
core/src/epicli/data/common/ansible/playbooks/roles/upgrade/tasks/zookeeper.yml
Outdated
Show resolved
Hide resolved
@@ -0,0 +1,78 @@ | |||
--- | |||
|
|||
- name: Download Zookeeper binaries |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The first three tasks are the same as in zookeeper
role. This can be done in the future but I would opt for reusing common tasks (as we have for example for Docker).
core/src/epicli/data/common/ansible/playbooks/roles/upgrade/tasks/zookeeper.yml
Outdated
Show resolved
Hide resolved
core/src/epicli/data/common/ansible/playbooks/roles/upgrade/tasks/zookeeper/install-upgrade.yml
Outdated
Show resolved
Hide resolved
core/src/epicli/data/common/ansible/playbooks/roles/upgrade/tasks/zookeeper/install-upgrade.yml
Outdated
Show resolved
Hide resolved
core/src/epicli/data/common/ansible/playbooks/roles/upgrade/tasks/zookeeper/install-upgrade.yml
Show resolved
Hide resolved
core/src/epicli/data/common/ansible/playbooks/roles/upgrade/tasks/zookeeper/install-upgrade.yml
Outdated
Show resolved
Hide resolved
core/src/epicli/data/common/ansible/playbooks/roles/upgrade/tasks/zookeeper/install-upgrade.yml
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -142,6 +142,16 @@ | |||
name: upgrade | |||
tasks_from: kibana | |||
|
|||
- hosts: zookeeper | |||
serial: 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it required?
PR related to task #1853