URL: https://github.com/freeipa/freeipa/pull/1843
Author: frasertweedale
Title: #1843: Allow issuing certificates with IP addresses in subjectAltName (ftweedal)
Action: opened
PR body:
"""
Continuation of https://github.com/freeipa/freeipa/pull/1700 by @ipilcher,
adding commits by @ftweedal.
Please keep both PRs open for the time being.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1843/head:pr1843
git checkout pr1843
URL: https://github.com/freeipa/freeipa/pull/1353
Author: tiran
Title: #1353: Add script to regenerate Custodia keys and config
Action: opened
PR body:
"""
/usr/libexec/ipa/ipa-custodia-regen can be used to recover from broken
ipa-custodia keys and configuration. It removes existing config and
server key files, regenerates new files and uploads the new public keys
to LDAP.
https://pagure.io/freeipa/issue/6893
Signed-off-by: Christian Heimes <cheimes(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1353/head:pr1353
git checkout pr1353
URL: https://github.com/freeipa/freeipa/pull/1932
Author: pvoborni
Title: #1932: test_server_del: fix TestServerDel suite
Action: opened
PR body:
"""
TestLastServices suite was fixed in PR #1913 . This PR completes ticket https://pagure.io/freeipa/issue/7517
The first patch does a bit of optimization so that this suite can be run on smaller topology, e.g. https://github.com/freeipa/freeipa-pr-ci/pull/165
Second fixes test_removal_of_replica1_disconnects_domain_topology, test_removal_of_replica2_disconnects_ca_topology. Details in commit message.
Third fixes test_removal_of_master_disconnects_both_topologies. Details in commit message.
Temp commit will be removed on successful run.
I think that the suite is still bit unstable as test_ignore_topology_disconnect_replica{1,2} reinstall master in disconnected topology so bad things might in theory happen. It might not be hit though, so let's try if it will work as is.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1932/head:pr1932
git checkout pr1932
URL: https://github.com/freeipa/freeipa/pull/1957
Author: felipevolpone
Title: #1957: Making nigthly test definition editable by FreeIPA contributors
Action: opened
PR body:
"""
Now the test definition of nightly tests will be on freeipa repo. The the definition that's used on every PR (previously as .freeipa-pr-ci.yaml) is in ipatests/prci_definitions/gating and the .freeipa-pr-ci.yaml file
is just a symlink to the real file.
In the same dir there is also nightly_master and nightly_rawhide, both to be used in nightly tests.
This PR is the result of the discussion on freeipa-devel mailing list [1].
[1] https://lists.fedoraproject.org/archives/list/freeipa-devel@lists.fedorahos…
PS: This PR depends on [this PR in freeipa-pr-ci](https://github.com/freeipa/freeipa-pr-ci/pull/201)
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1957/head:pr1957
git checkout pr1957
URL: https://github.com/freeipa/freeipa/pull/1427
Author: justin-stephenson
Title: #1427: Skip zone overlap check with auto-reverse
Action: opened
PR body:
"""
Skip the existing reverse zone overlap check during DNS installation
when both `--auto-reverse` and `--allow-zone-overlap` arguments are
provided together.
https://pagure.io/freeipa/issue/7239
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1427/head:pr1427
git checkout pr1427