Files
container.training/prepare-vms/templates/clusters.csv
Jerome Petazzoni f8629a2689 Massive refactoring of workshopctl
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.
2018-09-29 01:39:07 +02:00

232 B

1Initials{% for node in clusters[0] %} node{{ loop.index }}{% endfor %}
2{% for cluster in clusters -%}
3{%- for node in cluster %} {{ node|trim }}{% endfor %}
4{% endfor %}