-
Notifications
You must be signed in to change notification settings - Fork 10
Install a specific version of all tools #101
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
Conversation
Linter findings are addressed in #58 |
Pull request was converted to draft
We should make selecting a version easier. Like build the complete package name with an OS dependent divider we set automatically. This would allow to just add the version numer as a variable without And we should reactivate |
…le-collection-elasticstack into feature/specificversion-98
Merge queue setting changed
Merge queue setting changed
This branch is a dead end. It's code is superseded by that in #108 . We need a totally different approach for installing different versions, releases etc. when allowing to disable repos. So the code in here is obsolete. |
* Re-enable all stack tests * Install unzip in prepare (as beats role workaround) * Add global elastic_security variable to defaults * Move unzip installation to role * Explicitly disable security in OSS full stack * Use p12 file as keystore * Disable all but CentOS 7 * Disable Beats TLS for OSS tests * Only automatically activate beats tls if not defined * Disabling handler for keystore fixes NETWAYS#101
This introduces a new variable that will disable yum repositories per default and re-enables them temporarily when modifying packages. It's not possible to disable apt repositories temporarily so we need to have two different approaches. fixes NETWAYS#106 fixes NETWAYS#76 fixes NETWAYS#98 supersedes NETWAYS#101
We now have a global variable that allows installatin of a specific version of all tools. Since it doesn't make sense to have different versions in a single stack, we don't allow different settings for it.
Updating is not part of this pull request.
fixes #76
fixes #98