Change-Id: I4b03bf8f61b24ad622cee449ed6febd4f97f2c9d
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
{% endif %}
options:
{% if os.ha.mode == 'ha' %}
- innodb-buffer-pool-size: 128M
- max-connections: 600
+ innodb-buffer-pool-size: 1G
+ max-connections: 4000
{% else %}
innodb-buffer-pool-size: 1G
max-connections: 4000
#key: "8507EFA5"
root-password: {{ get_password('mysql_root') }}
sst-password: {{ get_password('mysql_sst') }}
+ sst-method: rsync
{% if os.network.ipv6 %}
prefer-ipv6: {{ os.network.ipv6 }}
{% endif %}
{% if opnfv.storage_dict.ceph is defined %}
ceph-osd-replication-count: {{ unit_ceph_qty() }}
{% endif %}
+{% if os.beta.huge_pages %}
hugepages: "2048"
{% endif %}
{% if os.beta.cpu_pin %}