mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-03-04 10:20:39 +00:00
This allows to manage groups of VMs across multiple infrastructure providers. It also adds support to create groups of VMs on OpenStack. WARNING: the syntax of workshopctl has changed slightly. Check READMEs for details.
232 B
232 B
| 1 | Initials{% for node in clusters[0] %} node{{ loop.index }}{% endfor %} |
|---|---|
| 2 | {% for cluster in clusters -%} |
| 3 | {%- for node in cluster %} {{ node|trim }}{% endfor %} |
| 4 | {% endfor %} |