-
Notifications
You must be signed in to change notification settings - Fork 8
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
feature(packaging): debian and rpm packaging #37
base: master
Are you sure you want to change the base?
feature(packaging): debian and rpm packaging #37
Conversation
Signed-off-by: Dusan Malusev <dusan.malusev@scylladb.dev>
What's the value of packaging it, if a container works great? |
@mykaul We need it without a container, container works great, but we want to test it on bare metal. |
This isn't true. Containers work at 99-99.9% of the performance of bare metal. I haven't heard of a customer asking to run non-containerized cassandra-stress. They may want to, they can use older versions that are still available. We have more important tasks (IMHO) to focus on that we can bring value to customers with. |
It's close, if you use the correct options
You didn't heard, cause there isn't any release without it yet.
Not sure how those examples are counter to have other delivery option but docker ? I can give one actual example, I know of a user (inside Scylla) that was given the docker image, he extracted the jar files from it, and replace them with installed c-s version he had. I think it's a bit too soon to assume what users need in that regards. We as users in SCT of c-s stress, need a debian package as well. |
Matter of priorities. If we do this, we don't do them. |
there is not list of those other things you mentioned, hence they are not taken into any priority making |
Adding Debian and RPM Packaging
Tasks