2
charm: "local:{{ ubuntu.release }}/percona-cluster"
3
num_units: {{ unit_qty() }}
5
innodb-buffer-pool-size: 100M
6
#lp1366997-workaround: true
8
root-password: {{ get_password('mysql_root') }}
9
sst-password: {{ get_password('mysql_sst') }}
10
{% if os.ha.mode == 'ha' %}
11
vip: {{ opnfv.vip.mysql }}
13
min-cluster-size: {{ unit_qty() }}
15
{% for unit_id in to_select() %}
16
- "lxc:nodes={{ unit_id }}"