-
Notifications
You must be signed in to change notification settings - Fork 23
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
Vagrantfile for testing purposes #459
Comments
Vagrantfile with config defined and certificates generation created, currently the solution is under testing. |
Due to the |
Description
We are close to reach the MVP validation stage for the upcoming release 5.0.0. In this release, we include 3 new plugins to wazuh-indexer:
wazuh-indexer-setup
,wazuh-indexer-command-manager
andwazuh-indexer-reports-scheduler
.In order to tests these plugins work as expected under a build of Wazuh Indexer, we need to develop a testing environment that fit our needs. This issue aims to develop a Vagrantfile that prepares this environment in a reusable manner.
Our testing environment will consist of 2x Wazuh Indexer nodes forming a cluster. The installation of the Wazuh Indexer package itself will be performed manually, as the packages need to be generated beforehand using our regular packaging building process. The Vagrant environment will prepare the required infrastructure to set up the cluster, including:
Implementation restrictions
libvirt
virtualization API.The text was updated successfully, but these errors were encountered: