Fixes undercloud install failure with setting hostname 07/66207/14
authorTim Rozet <trozet@redhat.com>
Fri, 4 Jan 2019 17:28:30 +0000 (12:28 -0500)
committerTim Rozet <trozet@redhat.com>
Fri, 11 Jan 2019 20:52:51 +0000 (15:52 -0500)
commit4cbad53ea9293fd51c5ffc368ca01787549472f7
treeb7d15482235035f91d7ebc025563de8c4350aac6
parente1c6f92cdac07949b00c758bab5c79ff20639dd9
Fixes undercloud install failure with setting hostname

There is a new bug when deploying master/rocky where the OS of the
undercloud/overcloud is now upgraded to CentOS 7.6. When the undercloud
install runs it fails to configure the hostname using hostnamectl. This
is because systemd-hostnamed is not running and fails to start. Simply
reloading dbus seems to fix the issue. In the dbus logs there are odd
error messages like:

dbus-daemon[3230]: Unknown username "root" in message bus configuration
file

Disabling selinux seems to fix this. This patch also moves to use
podman instead of docker for container management and invokes a script
in Ansible which updates NIC templates as new variables are added
upstream. Furthermore, with the new patches for routed networks in OOO,
it is now required that the MTU is set in network-data, as well as
adding the External network to the Compute role. Now the External
network is removed by default from the Compute role.

Change-Id: Ie8b86f6f28d69bda11b1f7a430df882970ac3cb9
Signed-off-by: Tim Rozet <trozet@redhat.com>
apex/common/utils.py
apex/deploy.py
apex/network/network_data.py
apex/tests/test_apex_common_utils.py
apex/undercloud/undercloud.py
build/network-environment.yaml
lib/ansible/playbooks/configure_undercloud.yml
lib/ansible/playbooks/deploy_overcloud.yml
lib/ansible/playbooks/patch_containers.yml
lib/ansible/playbooks/post_deploy_overcloud.yml
lib/ansible/playbooks/prepare_overcloud_containers.yml