-
Notifications
You must be signed in to change notification settings - Fork 27
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-machine-image:replace package during upgrade #486
scylla-machine-image:replace package during upgrade #486
Conversation
Can we do
|
Also, I'm not really sure we should add this PR or not, since the implementation is inconsistent between scylla core packages, see: |
@syuu1228 The current change will already replace |
d23b2d2
to
466d98d
Compare
When upgrading OSS to Enterprise we need to make sure `scylla-machine-image` will be replaced with `scylla-enterprise-machine-image` package Adding `Obsoletes` indication in the .spec file and controle.template so scylla-enterprise-machine-image is a replacement for scylla-machine-image. Closes: scylladb/scylla-enterprise-machine-image#51
466d98d
to
eef7e75
Compare
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
When upgrading OSS to Enterprise we need to make sure
scylla-machine-image
will be replaced withscylla-enterprise-machine-image
packageAdding
Obsoletes
indication in the .spec file and controle.template so scylla-enterprise-machine-image is a replacement for scylla-machine-image.Closes: https://github.com/scylladb/scylla-enterprise-machine-image/issues/51
Closes: https://github.com/scylladb/scylla-enterprise-machine-image/issues/50