URL: https://github.com/freeipa/freeipa/pull/4304
Author: fcami
Title: #4304: ipa-backup: Make sure all roles are installed on the current master.
Action: opened
PR body:
"""
ipa-backup does not check whether the IPA master it is running on has
all used roles installed. This can lead into situations where backups
are done on a CAless or KRAless host when these roles are used in the
IPA cluster. These backups cannot be used to restore a complete cluster.
With this change, ipa-backup checks what roles are installed on the
current host and compares the resulting list to the list of used roles
in the cluster. A --disable-role-check knob is also provided to restore
the previous behavior.
Fixes: https://pagure.io/freeipa/issue/8217
Signed-off-by: François Cami <fcami(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/4304/head:pr4304
git checkout pr4304
URL: https://github.com/freeipa/freeipa/pull/4476
Author: rcritten
Title: #4476: [Backport][ipa-4-8] Test for ipahealtcheck.ipa.idns check when integrated DNS is setup
Action: opened
PR body:
"""
This PR was opened automatically because PR #4459 was pushed to master and backport to ipa-4-8 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/4476/head:pr4476
git checkout pr4476
URL: https://github.com/freeipa/freeipa/pull/4475
Author: abbra
Title: #4475: [Backport][ipa-4-6] Allow rename of a host group
Action: opened
PR body:
"""
Manual backport was created because PR#3487 was pushed to master and was marked to backport to ipa-4-6.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/4475/head:pr4475
git checkout pr4475
URL: https://github.com/freeipa/freeipa/pull/4474
Author: abbra
Title: #4474: [Backport][ipa-4-8] Allow rename of a host group
Action: opened
PR body:
"""
This PR was opened automatically because PR #3487 was pushed to master and backport to ipa-4-8 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/4474/head:pr4474
git checkout pr4474
URL: https://github.com/freeipa/freeipa/pull/4459
Author: menonsudhir
Title: #4459: Test for ipahealtcheck.ipa.idns check when integrated DNS is setup
Action: opened
PR body:
"""
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/4459/head:pr4459
git checkout pr4459
URL: https://github.com/freeipa/freeipa/pull/4470
Author: rcritten
Title: #4470: [Backport][ipa-4-8] Test to check if Certmonger tracks certs in between reboots/interruptions
Action: opened
PR body:
"""
This PR was opened automatically because PR #4373 was pushed to master and backport to ipa-4-8 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/4470/head:pr4470
git checkout pr4470
URL: https://github.com/freeipa/freeipa/pull/4455
Author: rcritten
Title: #4455: Set lookup_family_order = ipv6_first on IPv6-only clients
Action: opened
PR body:
"""
Look at the IPs configured on the interface that the client connects
to IPA with. If this interface has only IPv6 addresses configured
the set the option lookup_family_order to ipv6_first. This will
prefer IPv6 DNS names and will allow an IPv6-only client to be able
to connect to a mixed IPv4/IPv6 IPA installation.
https://pagure.io/freeipa/issue/8243
Signed-off-by: Rob Crittenden <rcritten(a)redhat.com>
**NOTE:** I'm being conservative here and not using ipv6_only. This is an attempt to ensure that things will continue to work if the underlying network changes int he future.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/4455/head:pr4455
git checkout pr4455