to correct mysql error. 05/28705/1
authorNarinder Gupta <narinder.gupta@canonical.com>
Wed, 15 Feb 2017 11:03:30 +0000 (05:03 -0600)
committerNarinder Gupta <narinder.gupta@canonical.com>
Wed, 15 Feb 2017 11:03:30 +0000 (05:03 -0600)
Change-Id: I4b03bf8f61b24ad622cee449ed6febd4f97f2c9d
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
ci/config_tpl/juju2/bundle_tpl/mysql.yaml
ci/config_tpl/juju2/bundle_tpl/nova-compute.yaml

index df655ea..5c0fee6 100644 (file)
@@ -8,8 +8,8 @@
 {% 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
@@ -19,6 +19,7 @@
         #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 %}
index 74a9b88..29a5f40 100644 (file)
@@ -23,6 +23,7 @@
 {% 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 %}