You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please try to fill out as much of the information below as you can. Thank you!
Yes, I've searched similar issues on GitHub and didn't find any.
Which version contains the bug?
No response
Describe the bug
If you check the code parts that install packages you will find that Beats have twice as many tasks as others. That's because they have support for latest in version.
So either we build something similar in all the roles (don't like the idea) or we get rid of the option to set version to latest. When building a solution, please consider #250 where we add code to first determine which version to install and then use this for all other packages.
How to recreate the bug?
Nothing really to recreate. Just review the code.
The text was updated successfully, but these errors were encountered:
RPM installation automatically enabled the Elastic Stack repositories
this collection will add to a host. But if you have another tool to
manage your repositories, they might have other ids and names.
So I added separate installation tasks. If `elasticstack_full_stack` is
set to `true`, everything stays as it was. The task will forcefully
enable the repository and then install the package.
But if `elasticstack_full_stack` is set to `false` it will just ignore
the repository and expect the package to be available.
While working on this I found a different approach to choosing the
correct version in the `beats` role. I couldn't afford to fix it all in
a single PR so I opened #313 for this.
fixes#312
RPM installation automatically enabled the Elastic Stack repositories
this collection will add to a host. But if you have another tool to
manage your repositories, they might have other ids and names.
So I added separate installation tasks. If `elasticstack_full_stack` is
set to `true`, everything stays as it was. The task will forcefully
enable the repository and then install the package.
But if `elasticstack_full_stack` is set to `false` it will just ignore
the repository and expect the package to be available.
While working on this I found a different approach to choosing the
correct version in the `beats` role. I couldn't afford to fix it all in
a single PR so I opened #313 for this.
fixes#312
Please try to fill out as much of the information below as you can. Thank you!
Which version contains the bug?
No response
Describe the bug
If you check the code parts that install packages you will find that Beats have twice as many tasks as others. That's because they have support for
latest
inversion
.So either we build something similar in all the roles (don't like the idea) or we get rid of the option to set
version
tolatest
. When building a solution, please consider #250 where we add code to first determine which version to install and then use this for all other packages.How to recreate the bug?
Nothing really to recreate. Just review the code.
The text was updated successfully, but these errors were encountered: