Explicitly set nova and neutron host on controllers
authorBen Nemec <bnemec@redhat.com>
Tue, 12 Apr 2016 20:44:49 +0000 (15:44 -0500)
committerBen Nemec <bnemec@redhat.com>
Thu, 21 Jul 2016 19:06:51 +0000 (14:06 -0500)
commit056ce2374851e4e96dd3fd822de9da76b35e1eb7
treea8050987a392c7f36d66bc7d3d87e265fb7799e5
parent35aceb0876b51fe990e369f900fd2dd3d45e6dfa
Explicitly set nova and neutron host on controllers

In I7d07c57b7276815c72d08acaa86f673e43eb0498 we set this for compute
nodes, but we also need it for controllers.  Otherwise when a
controller reboots it may come back up with a different host value,
which seems to break networking for anything that was created before
the reboot.  In my case, it changes from the short hostname (without
domain name) to the fqdn.  Since we set it to fqdn for the compute
nodes, let's do the same for controllers.

This moves all of the host setting to the base yaml of the nova
and neutron profiles.

Change-Id: Ieb793b9e9fd2dfc98584691412f9991aa99e0b47
Closes-Bug: 1604907
puppet/hieradata/compute.yaml
puppet/services/neutron-base.yaml
puppet/services/nova-base.yaml