ocl integration draft.
[joid.git] / ci / bundle_tpl / nova-compute.yaml
1     nova-compute:
2       charm: "local:{{ ubuntu.release }}/nova-compute"
3       num_units: {{ opnfv.units - 1 }}
4       options:
5         enable-live-migration: true
6         enable-resize: true
7         manage-neutron-plugin-legacy-mode: false
8         migration-auth-type: ssh
9 {% if os.beta.huge_pages %}
10         hugepages: "50%"
11 {% endif %}
12 {% if os.lxd %}
13         virt-type: lxd
14 {% endif %}
15       to:
16 {% for unit_id in range(1, opnfv.units) %}
17         - "nodes={{ unit_id }}"
18 {% endfor %}