DNS SOA Serial autoincrement
by Antonio Torres
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!
2 years, 6 months
[freeipa PR#5656][opened] [WIP][ipatests] Add basic support for remote ipaplatform
by stanislavlevin
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
2 years, 6 months