neoave / mrack

Multicloud use-case based multihost async provisioner for CIs and testing during development
Apache License 2.0
11 stars 14 forks source link

feat: Output file paths configurable in mrack config #58

Closed pvoborni closed 3 years ago

pvoborni commented 3 years ago

Adding a possibility to change Ansible inventory and pytest multihost configuration output file paths in a mrack config file. So that user can use directly a custom location.

Example of such config:

[mrack]
mrackdb = config/mrackdb.json
provisioning-config = config/provisioning-config.yaml
metadata = config/metadata.yaml
ansible-inventory = config/test.inventory.yaml
pytest-multihost = config/pytest-multihost-config.yaml

Signed-off-by: Petr Vobornik pvoborni@redhat.com

Tiboris commented 3 years ago

This needs rebase please, and be aware of conflicts :( .