mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-18 04:19:43 +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.
6 lines
232 B
CSV
6 lines
232 B
CSV
Put your initials in the first column to "claim" a cluster.
|
|
Initials{% for node in clusters[0] %} node{{ loop.index }}{% endfor %}
|
|
{% for cluster in clusters -%}
|
|
{%- for node in cluster %} {{ node|trim }}{% endfor %}
|
|
{% endfor %}
|