-
Notifications
You must be signed in to change notification settings - Fork 3
Drop less used Horizon plugins #491
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
base: stackhpc/2025.1
Are you sure you want to change the base?
Conversation
This arguably speeds up container image builds and potentially reduces attack surface. Could help with dependecies install issues especially in EOL releases as well. Allows installations from custom sources via horizon-plugin-* path e.g. for Cloudkitty. freezer, mistral, murano, sahara, senlin, solum, tacker, trove, vitrage, watcher and zun plugins are removed. Signed-off-by: Piotr Parczewski <piotr@stackhpc.com>
mnasiadka
left a comment
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.
Very arguably, they will still be downloaded by kolla-build - what's the speed and size gain?
I haven't measured that. The main motivation in fact is/was to avoid dependency issues like this: |
This arguably speeds up container image builds and potentially reduces attack surface. Could help with dependecies install issues especially in EOL releases as well.
Allows installations from custom sources via
horizon-plugin-*path e.g. for Cloudkitty.freezer, mistral, murano, sahara, senlin, solum, tacker, trove, vitrage, watcher and zun plugins are removed.