freeipa/ipaserver/install/server
Alexander Bokovoy 2c393c09e0 Pre-populate IP addresses for the name server upgrades
Setting up resolv.conf in BIND instance expects IP addresses of the
server to be provided. This is done wiht BindInstance.setup() method
call. However, when reusing resolver setup during upgrade BIND instance
has no IP addresses configured and fails with an assert in
tasks.configure_dns_resolver().

Pass through the server's IP addresses during upgrade.

Fixes: https://pagure.io/freeipa/issue/8518

Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com>
Reviewed-By: Christian Heimes <cheimes@redhat.com>
2020-09-28 08:47:31 +02:00
..
__init__.py Require at least 1.6Gb of available RAM to install the server 2020-09-14 09:17:33 +03:00
install.py Require at least 1.6Gb of available RAM to install the server 2020-09-14 09:17:33 +03:00
replicainstall.py Require at least 1.6Gb of available RAM to install the server 2020-09-14 09:17:33 +03:00
upgrade.py Pre-populate IP addresses for the name server upgrades 2020-09-28 08:47:31 +02:00