-
Notifications
You must be signed in to change notification settings - Fork 39
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
scylla-node: don't upgrade already installed scylla unless explicitly requested #288
scylla-node: don't upgrade already installed scylla unless explicitly requested #288
Conversation
… requested Signed-off-by: Vlad Zolotarov <[email protected]>
Guys, please, don't merge yet. I'll do it myself. |
scylla_version_to_install: "{{ scylla_version }}" | ||
|
||
- name: Install Scylla packages | ||
include_tasks: Debian_install.yml |
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.
introduce instead a check if versions match or not and stop before doing damage
scylla_is_installed: False | ||
|
||
# Set to true if you want to allow a Role to upgrade and already installed Scylla | ||
scylla_allow_upgrades: False |
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.
rename to scylla force package install instead?
upgrade is elsewhere
offtopic: let's write the proper (private build) version to metadata/inventory to error out, too |
We brainstormed with Lubos and it was decided to rewrite this PR completely.
|
No description provided.