-
Notifications
You must be signed in to change notification settings - Fork 32
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
DTT1 - Allocator module - Code refactor #4747
Comments
Update report
|
Update report
|
Update report
|
Update report
|
Update report
|
Update report
|
Update report
Creating instance at C:\tmp\wazuh-qa
Instance VAGRANT-9010BB78-1C17-4C81-BEA8-A7717E783496 created.
Inventory file generated at \tmp\wazuh-qa\inventory.yml
Track file generated at \tmp\wazuh-qa\track.yml |
Update report
├── allocation.py
├── aws
│ ├── credentials.py
│ ├── __init__.py
│ ├── instance.py
│ ├── models.py
│ └── provider.py
├── generic
│ ├── credentials.py
│ ├── __init__.py
│ ├── instance.py
│ ├── models.py
│ └── provider.py
├── __init__.py
├── static
│ ├── specs
│ │ ├── misc.yml
│ │ ├── os.yml
│ │ └── size.yml
│ └── templates
│ └── vagrant.j2
└── vagrant
├── credentials.py
├── __init__.py
├── instance.py
├── models.py
└── provider.py |
LGTM |
The unit test will be executed in the PoC Iteration 2#4751 |
EPIC: #4495
Description
After finishing the module for the POC, it was determined that the code of this module could be more efficiently diagramed.
This issue aims to analyze & improve the current code of the allocator module, and also define a standard structure for all the modules directories.
New dir structure
Usage
pip install -r deployability/de[s/requirements.txt
python deployability/launchers/allocation.py --action create --provider aws --size small --composite-name linux-ubuntu-22.04-amd64 [OPTIONALS: --track-output, --inventory-output, --working-dir]
python deployability/launchers/allocation.py --action delete --track-output
The text was updated successfully, but these errors were encountered: