Petr Michalec
73fe802ded
Merge pull request #38 from Lirt/fix/broken-mysql-dependency/#35
Fix/broken mysql dependency/#35
7年前
Ondrej Vasko
1879a9ab36
Bump mysql wsrep repository and packages to 5.7. #35
This patch fixes broken dependencies installed via
python-mysqldb which needs mysql-common-5.7.
Signed-off-by: Ondrej Vasko <ondrej.vaskoo@gmail.com>
7年前
Ondrej Vasko
abe03d24b5
Add KEY_ID and server for mitaka-staging test repository
Mitaka staging test repository for test-kitchen was
missing KEY_ID which prevented apt-get update to
run successfuly.
Signed-off-by: Ondrej Vasko <ondrej.vaskoo@gmail.com>
7年前
Ondrej Vasko
410a36bd99
Split test repository for galera to match upstream
Galera repository has changed in upstream and has
divided wsrep and galera directories.
This patch sets up 2 repositories `galera-3` and
`mysql`wsrep-5.6`.
Signed-off-by: Ondrej Vasko <ondrej.vaskoo@gmail.com>
7年前
Martin Polreich
13c9ec76aa
Merge "Add prometheus main dashboard"
7年前
Martin Polreich
4c9a4fe700
Add prometheus main dashboard
Change-Id: I60e68e7cb4060c1b42789b2b17f21e325d9dfd92
7年前
Petr Michalec
e3adc7bfd9
Merge pull request #30 from salt-formulas/pr/27
Add clustercheck (replaces PR #27 )
7年前
Petr Michalec
ea868115e6
Merge branch 'master' into pr/27
7年前
Kirill Bespalov
5f0c1d6f8a
Galera cluster TLS Support
Change-Id: I07624681c53cef53de6c72de97a53b96ea52381b
7年前
Jiri Broulik
d5b0e50ec3
mysql service not stopped fix and galera not clustered fix
Change-Id: Ib8850b9251ac5165c25ab08d23a01db4a02fbdae
7年前
Petr Michalec
e950ac4545
Merge pull request #34 from cyplenochek/master
solve problem "Access denied for user 'root'@'localhost' "
7年前
Petr Michalec
6a8d6b96f5
Update .kitchen.travis.yml
fix tests
7年前
System Administrator
8113b4efb3
solve problem 'Access denied for user 'root'@'localhost' (using password: NO)'
7年前
Petr Michalec
2674d081a8
fix typo
7年前
Petr Michalec
c5ca6e8c4d
Merge branch 'master' into pr/27
7年前
Martin Polreich
97b56a4c85
Merge "Update .travis.yml and .kitchen.yml files for parallel testing"
7年前
Ales Komarek
d550db78f7
Merge "Fix galera.master and galera.slave enabling"
7年前
Martin Polreich
c1b100090f
Update .travis.yml and .kitchen.yml files for parallel testing
Change-Id: Ibdb77015ccff6c89a3f0d4c7521e4b0df9242861
7年前
Ales Komarek
7f1bbaa91e
Merge "Add new soft parameters"
7年前
Dmitry Kalashnik
d4e5f47260
Add new soft parameters
Make max_connections and innodb_buffer_pool_size configurable
through soft params instead of hard.
Change-Id: Id0bb8f6b6091289275864bf4dd6a6890d11b4782
7年前
Petr Michalec
d283af18e7
fix missing database.users on pillar
7年前
Petr Michalec
c721ed0fad
fix, tests
7年前
Jiri Broulik
bab256c9f7
adding socket to my.cnf
Change-Id: Id77cd6da330fe986844b3331edd514819471e67a
7年前
Kirill Bespalov
7e32ac33ef
Fix galera.master and galera.slave enabling
Change-Id: I88e3591eaa018406c48dd790ce946a9f783aa758
7年前
Petr Michalec
518b834ed5
Merge branch 'master' into pr/27
7年前
Kirill Bespalov
097178713f
Fix galera service enabling condition
We need to be sure that enabled param is defined and set to True
during a state applying.
Change-Id: I19cd4c834f254d76d6b521d983d05b227c048065
7年前
Simon Pasquier
7a2010e8e9
Fix typo with the buffer_pool_size parameter
The buffer_pool_size parameter should be a integer value when followed
by a memory unit (eg '1024M', not '1024.1M'). Otherwise the MySQL
doesn't start properly.
Change-Id: I5dfad49a8e44a40ae87c5e8e0b033dcd73dc2837
7年前
Simon Pasquier
0b8359ea11
Add alert on mysql_up metric
Change-Id: I4de34ad6db6805235966ebcca6fe43ea1faaea42
7年前
Kirill Bespalov
162a4d44c1
Make innodb_buffer_pool_size configurable
Usage:
galera:
master:
innodb_buffer_pool_size: 1024M
slave:
innodb_buffer_pool_size: 1024M
If innodb_buffer_pool_size is not set then 35% of the available
ram will be allocated for the buffer pool.
Change-Id: Iaffa3f5b4ded8bc838f9d707916e360ed873c13b
7年前
Martin Polreich
5f8fa8f496
Merge "Add 'datasource: influxdb' to Grafana meta"
7年前
Dennis Dmitriev
5542574fcb
Update run_tests.sh to the latest revision
Change-Id: I2b6abf51793fa6179c3a6477a752243db6ac6e73
7年前
Simon Pasquier
a36aca68d5
Add 'datasource: influxdb' to Grafana meta
Change-Id: I9daada1cf87873d602d415642bbc4bd32d8e2d52
7年前
Petr Michalec
10e3fbd96b
Merge branch 'master' into pr/27
7年前
Dmitry Stremkovskiy
954ef6f3fd
Fixing galera bootstrap hang caused by incorrect mysql shutdown
command called by service.dead state:
systemd-run --scope systemctl stop mysql.service
More common way is to shut down service using known credentials
Change-Id: I2abe7eeea850333139587347039b1de8a6ea486f
7年前
Filip Pytloun
3dc81cfe78
Merge pull request #31 from Martin819/master
Optimize 'noservices' condition
7年前
Martin Polreich
cad6ed4421
Optimize 'noservices' condition
7年前
Simon Pasquier
e90dd8540d
Add Prometheus alerts
Change-Id: Ia6873c44f4e5b179a6c4a545fbf4b45c978812ea
7年前
Simon Pasquier
feaf851c83
Exclude 'server' tag from metrics
The tag is equal to the address of the server which is quite useless
when using a Unix socket address.
Change-Id: Ia87c30f8ff2176f923982d70b712b10ec6e97f56
Depends-On: I538dbb24602a8ad4aece0a74445db47810099bb9
7年前
Simon Pasquier
98558f6cb3
Add Grafana dashboard for Prometheus
Change-Id: I34d6d8146489bab30e5ee621e3b8d01fe7ff819b
7年前
Simon Pasquier
b4595b9602
Add support for Telegraf
Change-Id: Iec2d27cc4fdab9ba7772e9c26be66ba54f5aadfc
Depends-On: Ice4f38abfb0d870c56763dfeda2140032fa752a1
7年前
Jakub Pavlik
186204bfcf
Merge "Change mysql-wsrep package"
7年前
Petr Michalec
89c8c3fc5b
add clustercheck script (avoid splitbrain)
7年前
Filip Pytloun
a8b2992ee1
Merge pull request #29 from tgerdes/systemd-service-override
Fix case of systemd [Service] unit
7年前
Thom Gerdes
8cce8e7d65
Fix case of systemd [Service] unit
7年前
Petr Michalec
e8d39b6576
Tunne bootstrap scripts
7年前
Jakub Pavlik
7da817ea6e
Merge "Raise open_files_limit for mysql"
7年前
Petr Michalec
bca6ffa727
Additional users
7年前
Filip Pytloun
746f8285c8
Merge pull request #24 from Martin819/master
Added Kitchen tests and travis
7年前
Martin Polreich
8933a6c7e2
Added Kitchen tests and travis
7年前
Jan Cach
36c3a68c20
Raise open_files_limit for mysql
Change-Id: I6047d632a2bfeb6525ac60092436ccd5334671e4
7年前