tripleo-image-elements/elements/mariadb
Dan Prince 19377e5b7f mariadb: call os-svc-enable
When configuring Mariadb we should always auto-start the
Mariadb (or mysql) daemon on startup. This prevents breaking simple
use cases like rebooting nodes, etc.

This patch updates the mariadb-rpm element to autostart mariadb.

The mariadb element is also updated to autostart 'mysql' (which
is the service name that element uses instead).

Change-Id: I02ccead89ce5054557a7037cbf127cbe6e75425b
2014-08-13 11:46:17 -04:00
..
install.d Switch from upstart to os-refresh-config for MySQL server-id's 2014-06-23 21:19:45 +01:00
os-refresh-config/configure.d mariadb: call os-svc-enable 2014-08-13 11:46:17 -04:00
README.md Adds mariadb element 2014-03-26 21:22:31 +01:00
element-deps Allow install mariadb from RDO repository 2014-06-03 13:36:39 +02:00
element-provides Adds mariadb element 2014-03-26 21:22:31 +01:00

README.md

Installs MariaDB with galera

Mysql and mariadb elements are very similar so both depend on mysql-common element which contains shared logic. See mysql-common for more details about mysql setup.