From 0cb04c82be1d44c76722dbbc922a6cf532112c63 Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Wed, 14 Mar 2018 13:02:10 -0700 Subject: [PATCH] Define ironic_db_password default It seems we're encountering a weird variable expansing a weird variable expansion issue on FC 27 with ansible. Defining a default should at least unblock infra efforts and we can figure it out later. Change-Id: If9caf26a8ef5b37cf3db718054a2522f750f924b --- playbooks/roles/bifrost-ironic-install/defaults/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/playbooks/roles/bifrost-ironic-install/defaults/main.yml b/playbooks/roles/bifrost-ironic-install/defaults/main.yml index 100245bdf..08bf5411a 100644 --- a/playbooks/roles/bifrost-ironic-install/defaults/main.yml +++ b/playbooks/roles/bifrost-ironic-install/defaults/main.yml @@ -72,6 +72,11 @@ ironicinspector_git_url: https://github.com/openstack/ironic-inspector ironicinspectorclient_git_url: https://github.com/openstack/python-ironic-inspector-client mysql_username: "root" mysql_password: "" +# NOTE(TheJulia): While we have indicated we're going to deprecate ironic_db_password, +# we didn't properly notate it from what I can see at a glance, and we seem to have +# an odd variable expansion issue on fedora blocking migration to fedora-27 that this +# should fix.... +ironic_db_password: aSecretPassword473z disable_dnsmasq_dns: False ironic_git_folder: /opt/stack/ironic ironicclient_git_folder: /opt/stack/python-ironicclient