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