BiBiServ / bibigrid

BiBiGrid is a tool for an easy cluster setup inside a cloud environment.
Apache License 2.0
11 stars 8 forks source link

Fix ephemeral not working #385

Closed XaverStiensmeier closed 1 year ago

XaverStiensmeier commented 1 year ago

This solution no longer uses an "ephemeral" group, but instead every worker range gets its own inventory group. Then group_vars can be used to enable every target to access its instance configuration. This allows Ansible to access target instance specification much more easily - which includes the ephemeral value.

This should help keeping code more streamlined. However, this will also conflict softly with hybrid-cloud as both branches partly work on the same code. Every conflict should be resolvable though without much rework.

closes #383