diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2018-06-22 16:57:44 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2018-06-22 17:16:04 +0400 |
commit | 3772a3e49e09f6cf9864c56a3ac0170cc0134329 (patch) | |
tree | 4633104a373c13b4f57c1adcb2dec1e080ccf37a /mcp/reclass/classes/cluster/mcp-common-ha/openstack_compute.yml | |
parent | 8c6edbc3875a1574175b7263b566c57704ea718a (diff) |
[ha] Update pymysql to version 0.8
* get latest pymysql from UCA repo
* set DB connection recycle time to avoid issue with broken database
connection during query (MySQL server has gone away)
* set haproxy source balacing mode for neutron API to avoid race
condition with duplicate security groups
* get libvirt/qemu from UCA repo on compute nodes since main process
of libvirt exits (is killed by 11/SEGV [segfault]) during volume
attaching operation
Change-Id: Iead5ecc561683876c476357f4a4de8780775aa7b
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'mcp/reclass/classes/cluster/mcp-common-ha/openstack_compute.yml')
-rw-r--r-- | mcp/reclass/classes/cluster/mcp-common-ha/openstack_compute.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mcp/reclass/classes/cluster/mcp-common-ha/openstack_compute.yml b/mcp/reclass/classes/cluster/mcp-common-ha/openstack_compute.yml index 4a0764fd9..90cbb87bb 100644 --- a/mcp/reclass/classes/cluster/mcp-common-ha/openstack_compute.yml +++ b/mcp/reclass/classes/cluster/mcp-common-ha/openstack_compute.yml @@ -7,7 +7,6 @@ ############################################################################## --- classes: - - system.linux.system.repo.mcp.mirror.v1.openstack - system.linux.system.repo.glusterfs - system.glusterfs.client.cluster - system.nova.compute.cluster @@ -51,6 +50,8 @@ parameters: lvm-driver: # Align system.cinder.volume.backend.lvm and MaaS data volume_group: ${linux:storage:lvm:cinder-vg:name} + database: + connection_recycle_time: ${_param:db_connection_recycle_time} linux: storage: lvm: |