diff options
Diffstat (limited to 'ci/bundle_tpl/glance.yaml')
-rw-r--r-- | ci/bundle_tpl/glance.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ci/bundle_tpl/glance.yaml b/ci/bundle_tpl/glance.yaml new file mode 100644 index 00000000..c571760b --- /dev/null +++ b/ci/bundle_tpl/glance.yaml @@ -0,0 +1,12 @@ + glance: + charm: "local:{{ ubuntu.release }}/glance" + num_units: {{ unit_qty() }} + options: + ha-mcastport: 5402 +{% if os.ha.mode == 'ha' %} + vip: {{ opnfv.vip.glance }} +{% endif %} + to: +{% for unit_id in to_select() %} + - "lxc:nodes={{ unit_id }}" +{% endfor %} |