Description of problem: After upgrading puppet modules to openstack-puppet-modules-8.0.0a0-11.g927ae19.el7 (to get the fix for BZ 1300562) I now get the following: Warning: Scope(Class[Mongodb::Server]): Replset specified, but no replset_members or replset_config provided. Warning: Scope(Haproxy::Config[haproxy]): haproxy: The $merge_options parameter will default to true in the next major release. Please review the documentation regarding the implicatio ns. Error: Execution of '/usr/libexec/mysqld -V' returned 1: 160123 16:57:15 [Warning] option 'open_files_limit': unsigned value 18446744073709551615 adjusted to 4294967295 160123 16:57:15 [ERROR] /usr/libexec/mysqld: option '--wsrep_notify_cmd' requires an argument 160123 16:57:15 [ERROR] Aborting Error: /Stage[main]/Mysql::Server::Installdb/Mysql_datadir[/var/lib/mysql]/ensure: change from absent to present failed: Execution of '/usr/libexec/mysqld -V' returned 1: 160123 16:57: 15 [Warning] option 'open_files_limit': unsigned value 18446744073709551615 adjusted to 4294967295 160123 16:57:15 [ERROR] /usr/libexec/mysqld: option '--wsrep_notify_cmd' requires an argument 160123 16:57:15 [ERROR] Aborting Warning: /Stage[main]/Mysql::Server::Service/File[/var/log/mariadb/mariadb.log]: Skipping because of failed dependencies Warning: /Stage[main]/Mysql::Server::Root_password/Exec[remove install pass]: Skipping because of failed dependencies Warning: /Stage[main]/Mysql::Server/Anchor[mysql::server::end]: Skipping because of failed dependencies Error: Could not prefetch mysql_user provider 'mysql': Execution of '/usr/bin/mysql -NBe SELECT CONCAT(User, '@',Host) AS User FROM mysql.user' returned 1: ERROR 2002 (HY000): Can't co nnect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) Warning: /Stage[main]/Mysql::Server::Account_security/Mysql_user[root]: Skipping because of failed dependencies Warning: /Stage[main]/Mysql::Server::Account_security/Mysql_user[@overcloud-controller-0.localdomain]: Skipping because of failed dependencies Warning: /Stage[main]/Mysql::Server::Account_security/Mysql_user[@localhost.localdomain]: Skipping because of failed dependencies Error: Could not prefetch mysql_database provider 'mysql': Execution of '/usr/bin/mysql -NBe show databases' returned 1: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) Version-Release number of selected component (if applicable): openstack-puppet-modules-8.0.0a0-11.g927ae19.el7 How reproducible: Deploy with puppet-pacemaker.yml on delorean trunk I will take a look at which exact commit broke this later on.
Reverting this commit fixes things again: commit e30e0bc958761890ea4f06cdd3f1fc7242a00fe2 Author: Julien Pivotto <roidelapluie> Date: Fri Jan 8 13:52:23 2016 +0100 Re-Add the ability to set a empty string as option parameter Prior to 136b1aa646efde57b91fd994bfcf55b38ba7c294 it was possible to have an empty string as value of a my.cnf parameter, resulting in a line with just the parameter name. That commit re-enable that behavior that was removed by accident. Not sure reverting is the real fix though. Maybe leaving out the option wsrep_notify_cmd => '' from tht is enough?
We're seeing this in upstream CI as well: https://bugs.launchpad.net/tripleo/+bug/1537720
This bug is against a Version which has reached End of Life. If it's still present in supported release (http://releases.openstack.org), please update Version and reopen.