URL: https://github.com/freeipa/freeipa/pull/2050
Author: tiran
Title: #2050: Extend Sub CA replication test
Action: opened
PR body:
"""
Test more scenarios like replication replica -> master, validate keys.
See: https://pagure.io/freeipa/issue/7590
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/2050/head:pr2050
git checkout pr2050
URL: https://github.com/freeipa/freeipa/pull/2095
Author: rcritten
Title: #2095: [Backport][ipa-4-5] Improve Custodia key distribution handling, by ensuring that upon replica installation the keys are successfully shared with the peer systems.
Action: opened
PR body:
"""
This PR was opened automatically because PR #2027 was pushed to master and backport to ipa-4-5 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/2095/head:pr2095
git checkout pr2095
URL: https://github.com/freeipa/freeipa/pull/2094
Author: rcritten
Title: #2094: [Backport][ipa-4-6] Improve Custodia key distribution handling, by ensuring that upon replica installation the keys are successfully shared with the peer systems.
Action: opened
PR body:
"""
This PR was opened automatically because PR #2027 was pushed to master and backport to ipa-4-6 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/2094/head:pr2094
git checkout pr2094
URL: https://github.com/freeipa/freeipa/pull/2027
Author: ndehadrai
Title: #2027: Created Automation for verification of Pagure issue: 7518
Action: opened
PR body:
"""
'https://pagure.io/freeipa/issue/7518'
Verification Steps:
1.Setup IPA server with CA
2. Setup REPLICA-1 against this IPA in step1, without CA. The setup of REPLICA-1 is successful.
3. Now stop custodia service on REPLICA-1.
4. Setup REPLICA-2 with CA (--setup-ca), and using REPLICA-1 as source. Verify that the install of REPLICA-2 is successful.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/2027/head:pr2027
git checkout pr2027
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
URL: https://github.com/freeipa/freeipa/pull/2090
Author: amitkumar50
Title: #2090: [RFE] DNS package check should be called earlier in installation routine
Action: opened
PR body:
"""
In case the integrated DNS service should be used for IdM, either by using the
non-interactive '--setup-dns' option or by answering 'yes' to the interactive
'Do you want to configure integrated DNS (BIND)?' question, the check whether
the 'ipa-server-dns' package is installed, only comes after a lot of other information
have been evaluated ([server|dns|realm] name, DM and admin password).
This PR check, whether the 'ipa-server-dns' package is installed or not,
earlier in the installation routine.
Resolves: https://pagure.io/freeipa/issue/7577
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/2090/head:pr2090
git checkout pr2090