lp://qastaging/~brad-marshall/charms/trusty/percona-cluster/fix-nagios
- Get this branch:
- bzr branch lp://qastaging/~brad-marshall/charms/trusty/percona-cluster/fix-nagios
Branch merges
- Liam Young (community): Approve
- Brad Marshall (community): Needs Resubmitting
-
Diff: 1715 lines (+584/-522)9 files modifiedcharm-helpers.yaml (+1/-0)
config.yaml (+16/-1)
hooks/charmhelpers/contrib/charmsupport/__init__.py (+15/-0)
hooks/charmhelpers/contrib/charmsupport/nrpe.py (+358/-0)
hooks/charmhelpers/contrib/charmsupport/volumes.py (+175/-0)
hooks/charmhelpers/contrib/database/mysql.py (+0/-2)
hooks/charmhelpers/core/strutils.py (+0/-42)
hooks/charmhelpers/core/unitdata.py (+0/-477)
hooks/percona_hooks.py (+19/-0)
Related bugs
Bug #1379629: nrpe-external-master interface missing in openstack charms | Medium | Fix Released |
|
Related blueprints
Branch information
- Owner:
- Brad Marshall
- Status:
- Development
Recent revisions
- 47. By Billy Olsen
-
[mariosplivalo,
r=wolsen] Adds table-open-cache charm config option.
Also increases the default for table_open_cache to 2048, as the default
of 512 is a bit too low (and there is no repercussions with using larger
table cache).Note: table_cache got renamed to table_open_cache in MySQL 5.1.3, but
mysql-common didn't address that. Change is made in the charm now so
that future upgrades (from 5.5 to 5.6) can be smooth.Closes-Bug: 1402586
- 46. By Billy Olsen
-
[mariosplivalo,
r=wolsen] Adds a charm config option which implements a workaround for LP: 1366997
until percona 5.5 version can get fixed with this bug.Partially Closes-Bug: 1366997
- 45. By Liam Young
-
[hopem, r=gnuoy] Moved mysql common code into
charmhelpers.contrib. database. mysql and syned in. - 44. By Edward Hope-Morley
-
[mariosplivalo,
r=hopem] Fixes db using single file for all innodb tables. All
(new) tables will now, by default, be stored in seperate
file.This change won't affect current configurations as existing
InnoDB tables will remain in ibdata file, but every new
InnoDB table will have it's data stored in separate .idb
file.Closes-Bug: 1418570
- 43. By Edward Hope-Morley
-
[hopem,r=]
Don't put allowed units onto the cluster relation.
Also fixes support for non-prefixed db relation
settings.Closes-Bug: 1389670
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)