RETIRED, Lightweight composition layer for Puppet TripleO
Go to file
Mike Bayer becc424539 Explicitly disable all MySQL/MariaDB query_cache use
The query_cache in MySQL / MariaDB is generally not recommended,
as it tends to produce more cache misses than hits and adds latency to all
queries.  Upstream MySQL / MariaDB are  moving away from it, MariaDB > 10.1.7
now defaults it to OFF, MySQL has deprecated the entire feature. Ideally
puppet-mysql would default query_cache_type to zero as well. While it is likely
that recent TripleO versions are producing a     MariaDB without a query cache
in any case due to its default of  off, add the values explicitly to avoid
confusion and to  support potential backporting efforts.

References:

https://mariadb.com/kb/en/library/mariadb-memory-allocation/#query-cache
https://mysqlserverteam.com/mysql-8-0-retiring-support-for-the-query-cache/
https://mariadb.com/kb/en/library/mariadb-1017-release-notes/#notable-changes
https://haydenjames.io/mysql-query-cache-size-performance/

Change-Id: Iadee0cbffbb50d20a5e97c8883fd955fa5cb9266
2019-06-10 13:58:36 -04:00
doc Follow the new PTI for document build 2018-02-28 14:42:12 +08:00
files Qdr: InternalTLS support. 2019-03-28 16:28:05 -04:00
lib Adding a udev rule to save sriov interface name before configuring switchdev 2019-02-20 03:27:25 -05:00
manifests Explicitly disable all MySQL/MariaDB query_cache use 2019-06-10 13:58:36 -04:00
releasenotes Remove Neutron LBaaS 2019-06-04 19:30:02 +02:00
spec Merge "Retiring TripleO-UI" 2019-06-04 16:57:08 +00:00
templates Remove unused docker_distribution template 2019-04-28 08:22:12 +00:00
zuul.d Merge "Fix puppet unit ci config" 2019-04-28 11:15:30 +00:00
.gitignore Dissuade .gitignore references to personal tools 2018-10-08 11:47:08 +08:00
.gitreview OpenDev Migration Patch 2019-04-19 19:35:27 +00:00
.sync.yml Initial msync run for all Puppet OpenStack modules 2015-08-18 14:30:54 +02:00
Gemfile Load puppet-openstack_spec_helper locally during tests 2018-02-12 10:53:40 +08:00
LICENSE Add basic structure for a Puppet module 2015-02-02 11:39:21 -05:00
Puppetfile_extras Remove ntp 2019-05-03 12:07:16 -06:00
README.md Add release note link in README 2018-06-27 22:47:34 +08:00
Rakefile Composable HA 2017-01-25 19:32:31 +00:00
bindep.txt Add Puppet package to bindep, for module build 2017-10-27 13:50:15 -07:00
metadata.json Bump metadata for Train Milestone 1 2019-06-05 09:35:09 -06:00
setup.cfg Update mailinglist from dev to discuss 2018-12-05 09:46:02 +08:00
setup.py chmod +x setup.py 2017-10-06 12:28:56 -07:00
tox.ini Update min tox version to 2.0 2018-10-16 11:40:19 +08:00

README.md

Team and repository tags

Team and repository tags

puppet-tripleo

Lightweight composition layer for Puppet TripleO.

Contributing