SIDN VM host_vars creation form
Hostname:
Message of the day:
Location:
{% for location in config_content.locations %}
{{ location }}
{% endfor %}
Please select an option.
Cluster:
{% for cluster in config_content.clusters %}
{{ cluster }}
{% endfor %}
Please select an option.
Folder:
{% for folder in config_content.folders %}
{{ folder }}
{% endfor %}
Please select an option.
VM config:
{% for vmconfig in config_content.vm_configs %}
{{ vmconfig.name}}:
CPU: {{ vmconfig.cpu }}
Memory: {{ vmconfig.memory }}MB
{% endfor %}
Please select an option.
Interface(s):
{% for interfaces in config_content.interfaces %}
{{ interfaces.descr }}
{% endfor %}
Please select an option.
Monitoring profile:
Please select one
{% for monitoring in config_content.monitoring %}
{{ monitoring }}
{% endfor %}
Please select an option.
You selected: {{ '{{ formData.location }}' }}