summaryrefslogtreecommitdiffstats
path: root/ci/config_tpl/maas_tpl/juju-bootstrap.yaml
blob: 533c62cc98f512923426f96f2c59012ff67d1202 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
    arch: amd64
    disk_size: 60G
    interfaces:
{% for net in ['admin','public','external'] %}
{% if net in opnfv.spaces_dict %}
    - bridge={{ opnfv.spaces_dict[net].bridge }},model=virtio
{% endif %}
{% endfor %}
    memory: 4096
    name: bootstrap
    pool: default
    vcpus: 4
{# Empty block to avoid bad block trim #}