@marios.. in the OSP deployment.. I don't see any mysql puppet config https://sf.hosted.upshift.rdu2.redhat.com/logs/89/198789/20/check/periodic-tripleo-ci-rhel-8-standalone-rhos-17/99eba03/logs/undercloud/var/lib/config-data/puppet-generated/ vs.. https://4f930c3f83a108e99eb4-330eaf9eed9ae195270b6b330c0574e8.ssl.cf2.rackcdn.com/726740/1/gate/tripleo-ci-centos-8-standalone/67e82fa/logs/undercloud/var/lib/config-data/puppet-generated/mysql/
(In reply to wes hayutin from comment #1) > @marios.. in the OSP deployment.. I don't see any mysql puppet config > https://sf.hosted.upshift.rdu2.redhat.com/logs/89/198789/20/check/periodic- > tripleo-ci-rhel-8-standalone-rhos-17/99eba03/logs/undercloud/var/lib/config- > data/puppet-generated/ This is probably because the config generation for the mysql service failed while running "container-puppet-mysql". function mysql_password comes from puppet-mysql, under puppetlabs-mysql/lib/puppet/parser/functions/mysql_password.rb. However, looking at their upstream repo, it seems that this function has been deprecated very recently [1] and replaced by a "properly namespaced modern `mysql::password` function". We need to fix that upstream in tripleo and pin puppet-mysql to a lower version meanwhile. I'll work on that tomorrow morning [1] https://github.com/puppetlabs/puppetlabs-mysql/commit/5a706276741e05088ae596141f28b03e1030a948
this working.. THANK YOU! https://code.engineering.redhat.com/gerrit/#/c/200050/