Use galera in aio model

In order to ensure mysql is configured with settings
close to production once we need to use galera in AIO
model in single master mode.
As was found during tempest tests runs Mysql DB doesn't
exceed 105 MB and there are no more than 
120 concurrent connections to DB. So in order to have some
spare capacity for mysql - max connections are set to 1000
and pool size to 1024MB.

Change-Id: Ifc0189935a89222def3663b8fbbdcdb13d8dd9bf
Related-Prod: PROD-14716
diff --git a/classes/cluster/virtual-mcp11-aio/.env b/classes/cluster/virtual-mcp11-aio/.env
index 204dcdb..caca9ab 100644
--- a/classes/cluster/virtual-mcp11-aio/.env
+++ b/classes/cluster/virtual-mcp11-aio/.env
@@ -1,2 +1,2 @@
-FORMULAS_SALT_MASTER+=(java openssh ntp nginx collectd sensu heka sphinx mysql grafana libvirt rsyslog glusterfs postfix xtrabackup freeipa prometheus telegraf elasticsearch kibana rundeck devops-portal mysql libvirt rsyslog memcached rabbitmq apache keystone glance nova neutron cinder heat horizon ironic tftpd-hpa bind powerdns designate)
+FORMULAS_SALT_MASTER+=(java openssh ntp nginx collectd sensu heka sphinx mysql galera grafana libvirt rsyslog glusterfs postfix xtrabackup freeipa prometheus telegraf elasticsearch kibana rundeck devops-portal mysql libvirt rsyslog memcached rabbitmq apache keystone glance nova neutron cinder heat horizon ironic tftpd-hpa bind powerdns designate)
 formula_services+=(${formula_services[@]} ${FORMULAS_SALT_MASTER[@]})