URL: https://github.com/freeipa/freeipa/pull/5562
Author: mrizwan93
Title: #5562: ipatests: Enable certbot test on rhel
Action: opened
PR body:
"""
With this change, certbot test will be running on rhel.
certbot is not avilable on rhel through repository or epel.
Plan is to install certbot using pip on rhel and increase the
test coverage on rhel
Signed-off-by: Mohammad Rizwan <myusuf(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5562/head:pr5562
git checkout pr5562
Hi everyone
I'm trying to fix this ticket: https://pagure.io/freeipa/issue/8227
It seems like the DNS SOA serial is being ignored and a new one is
assigned every time a new DNS zone is added. I can see this is because
of the serial auto increment feature. There was an option to disable
this behavior,
but was deprecated a long time ago (IPA 3.3.3
https://www.freeipa.org/page/Releases/3.3.3)
as apparently the autoincrement is a requirement for some DNS features.
Interestingly enough, setting the serial via dnszone-mod seems to work fine, so
maybe it can lead to inconsistent behavior.
How should I proceed? Maybe removing the option for setting the serial entirely?
Thank you!
URL: https://github.com/freeipa/freeipa/pull/5555
Author: stanislavlevin
Title: #5555: [Backport][ipa-4-8] [ipatests][Azure Pipelines] Populate containers with self-AAAA records
Action: opened
PR body:
"""
This PR was opened manually because PR #5486 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/5555/head:pr5555
git checkout pr5555
URL: https://github.com/freeipa/freeipa/pull/5657
Author: flo-renaud
Title: #5657: [Backport][ipa-4-9] Avoid comparing 'max' with 'max\n'.
Action: opened
PR body:
"""
This PR was opened automatically because PR #5651 was pushed to master and backport to ipa-4-9 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5657/head:pr5657
git checkout pr5657
URL: https://github.com/freeipa/freeipa/pull/5654
Author: rcritten
Title: #5654: [Backport][ipa-4-9] Extend logging to include execution time
Action: opened
PR body:
"""
This PR was opened automatically because PR #5634 was pushed to master and backport to ipa-4-9 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5654/head:pr5654
git checkout pr5654
URL: https://github.com/freeipa/freeipa/pull/5656
Author: stanislavlevin
Title: #5656: [WIP][ipatests] Add basic support for remote ipaplatform
Action: opened
PR body:
"""
The main goal is replacing controller's ipaplatform with host's one.
- added basic support (JSON-serializable attributes) for remote platform's paths, knownservices, constants, osinfo. Expose them as `host.ipaplatform.ATTR`
- added wrapper for remote systemctl which autoresolves knownservices of IPA
- added convenient host markers `skip_if_hostplatform`, `skip_if_hostcontainer`, `skip_if_hostfips`, ` skip_if_not_hostselinux`, `skip_if_host`. Host markers being applied at class scope skip the installation phase.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5656/head:pr5656
git checkout pr5656
URL: https://github.com/freeipa/freeipa/pull/5634
Author: antoniotorresm
Title: #5634: Extend logging to include execution time
Action: opened
PR body:
"""
Adding execution time in logs provides useful information
for identifying API operations that impact IPA performance.
Signed-off-by: Antonio Torres <antorres(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5634/head:pr5634
git checkout pr5634