2016-11-23 13:04:47 |
Nikita Karpin |
description |
Upstream patch https://review.openstack.org/#/c/387880/ adds new option to puppet-openstacklib for mysql user creation, this option requires puppet-mysql module version >= 3.10.0, and Fuel has puppet-mysql version 3.6.3-rc1, we need to update the version |
Upstream patch https://review.openstack.org/#/c/387880/ adds new option to puppet-openstacklib for mysql user creation, this option requires puppet-mysql module version >= 3.10.0, and Fuel has puppet-mysql version 3.6.3-rc1. It causes deployment tests failures e.g:
Puppet (err): Invalid parameter tls_options on Mysql_user[keystone@localhost] at /etc/puppet/modules/openstacklib/manifests/db/mysql/host_access.pp:39 on node node-1.test.domain.local
and noop tests failures:
error during compilation: Invalid parameter tls_options on Mysql_user[neutron@localhost] at /home/jenkins/workspace/master.puppet-openstack.fuel.noop/deployment/puppet/openstacklib/manifests/db/mysql/host_access.pp:39 on node openstack-network/db.pp) |
|