summaryrefslogtreecommitdiffstats
path: root/ci/config_tpl/maas_tpl/juju-bootstrap.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ci/config_tpl/maas_tpl/juju-bootstrap.yaml')
-rw-r--r--ci/config_tpl/maas_tpl/juju-bootstrap.yaml13
1 files changed, 0 insertions, 13 deletions
diff --git a/ci/config_tpl/maas_tpl/juju-bootstrap.yaml b/ci/config_tpl/maas_tpl/juju-bootstrap.yaml
deleted file mode 100644
index 533c62cc..00000000
--- a/ci/config_tpl/maas_tpl/juju-bootstrap.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
- 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 #}