Move MySQL settings out of puppet/controller.yaml
authorDan Prince <dprince@redhat.com>
Wed, 17 Aug 2016 14:15:05 +0000 (10:15 -0400)
committerDan Prince <dprince@redhat.com>
Wed, 24 Aug 2016 01:29:02 +0000 (21:29 -0400)
commit58bf3932a86f2f5582937e3da8cb74dfd29c116b
treea6c333ff1d54f7d89807c8589149ae1287d3765d
parenta95e4c2afe614064f2ec8417f13b7b9719fc5e31
Move MySQL settings out of puppet/controller.yaml

This moves the config settings out of controller.yaml for MySQL
and into puppet/services/database/mysql.yaml.

The top leve MysqlRootPassword is still maintained by default
in overcloud.yaml so that users who upgrade won't get
broken. New users may optionally specify the MysqlRootPassword
as a parameter instead which will take priority over the top
level generated parameter.

We drop the top level MysqlClusterUniquePart because it is no
longer used (I think it was a remnant from t-i-e).

Related-Bug: #1604414

Change-Id: I06ebac0f4c87dabfccefb2e550a64650868c5b26
default_passwords.yaml
overcloud.yaml
puppet/controller.yaml
puppet/services/database/mysql.yaml
puppet/services/pacemaker/database/mysql.yaml