Comment 3 for bug 1604476

Revision history for this message
Max Lvov (usrleon) wrote : Re: Fuel 8.0 puppet manifest for controller not idempotence

Found root cause, this issue appears when we use capitalized host names and node names.

Fix:
Change this line https://github.com/openstack/fuel-library/blob/stable/8.0/deployment/puppet/osnailyfacter/modular/sahara/db.pp#L23
Add downcase:
$allowed_hosts = [ downcase($node_name), 'localhost', '127.0.0.1', '%' ]

Please retest for 9 and 10 with capitalized hostnames.