-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(ipa_dnsrecord): add multiple record support #4578
feat(ipa_dnsrecord): add multiple record support #4578
Conversation
Thanks for your contribution! Could you please add a changelog fragment? I think it should have both (The main problem is that if you change |
Last changes with new records are tested automatically over night in your environment. |
This comment was marked as outdated.
This comment was marked as outdated.
changelogs/fragments/4578-ipa_dnsrecord-add_multiple_record_support.yml
Outdated
Show resolved
Hide resolved
changelogs/fragments/4578-ipa_dnsrecord-add_multiple_record_support.yml
Outdated
Show resolved
Hide resolved
This comment was marked as outdated.
This comment was marked as outdated.
3e159c4
to
89b5677
Compare
This comment was marked as outdated.
This comment was marked as outdated.
969d102
to
3963c7a
Compare
This comment was marked as outdated.
This comment was marked as outdated.
3963c7a
to
5b2eec7
Compare
This comment was marked as outdated.
This comment was marked as outdated.
5b2eec7
to
c381c4f
Compare
ca40759
to
bcb75da
Compare
This comment was marked as outdated.
This comment was marked as outdated.
bcb75da
to
f77f358
Compare
de2ef4b
to
4f375e1
Compare
changelogs/fragments/4578-ipa_dnsrecord-add_multiple_record_support.yml
Outdated
Show resolved
Hide resolved
Co-authored-by: Felix Fontein <felix@fontein.de>
956c091
to
f87c46d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks OK to me. I have no way to test this though, I would be glad if the module maintainers could weight in :)
@Akasurde do you like to review / merge this PR ? I am not able to set an reviewer here. |
LGTM |
@genofire @justchris1 thanks for contributing this and reviewing! |
thanks for this good reviewing @felixfontein |
SUMMARY
Add the possibility to add multiple values under the same record
fixes #4553
ISSUE TYPE
COMPONENT NAME
ipa_dnsrecord
ADDITIONAL INFORMATION
Should i rename
record_value
torecord_values
?current i keep the state, so that it is not an breaking change - but i believe
record_values
would be more correct.