|
|
|
|
|
|
|
|
{%- if iface.model is defined %} |
|
|
{%- if iface.model is defined %} |
|
|
model: {{ iface.model }} |
|
|
model: {{ iface.model }} |
|
|
{%- endif %} |
|
|
{%- endif %} |
|
|
|
|
|
{%- endfor %} |
|
|
{%- endfor %} |
|
|
{%- endfor %} |
|
|
disk: |
|
|
disk: |
|
|
{%- for item_name, item in control.get('disk_profile', {}).iteritems() %} |
|
|
{%- for item_name, item in control.get('disk_profile', {}).iteritems() %} |
|
|
|
|
|
|
|
|
{%- if disk.size is defined %} |
|
|
{%- if disk.size is defined %} |
|
|
size: {{ disk.size }} |
|
|
size: {{ disk.size }} |
|
|
{%- endif %} |
|
|
{%- endif %} |
|
|
|
|
|
{%- endfor %} |
|
|
{%- endfor %} |
|
|
{%- endfor %} |
|
|
|
|
|
|
|
|
virt.images: /var/lib/libvirt/images |
|
|
virt.images: /var/lib/libvirt/images |