diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-07-01 23:40:41 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-07-05 14:54:54 -0500 |
commit | 4b9a4f89021fe3c4dbf3394f46c72edc4668a83f (patch) | |
tree | 845ce3da224c54e310252d4a25c8b9ac26c3daf7 /ci/bundle_tpl | |
parent | 44716b159a72b9840adfa090b6c7171758f78f1a (diff) |
modify the lab definition as per new changes.
Change-Id: Ib559b16d8cedab4feb86681300846d900ae4dcdd
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/bundle_tpl')
-rw-r--r-- | ci/bundle_tpl/mysql.yaml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ci/bundle_tpl/mysql.yaml b/ci/bundle_tpl/mysql.yaml index 4835dfe6..6317608d 100644 --- a/ci/bundle_tpl/mysql.yaml +++ b/ci/bundle_tpl/mysql.yaml @@ -2,14 +2,15 @@ charm: "local:{{ ubuntu.release }}/percona-cluster" num_units: {{ unit_qty() }} options: - dataset-size: 2G - lp1366997-workaround: true - max-connections: 10000 + innodb-buffer-pool-size: 2G + #lp1366997-workaround: true + #max-connections: 20000 root-password: {{ get_password('mysql_root') }} sst-password: {{ get_password('mysql_sst') }} {% if os.ha.mode == 'ha' %} vip: {{ opnfv.vip.mysql }} {% endif %} + min-cluster-size: {{ unit_qty() }} to: {% for unit_id in to_select() %} - "lxc:nodes={{ unit_id }}" |