pdns-ansible icon indicating copy to clipboard operation
pdns-ansible copied to clipboard

Add support for FreeBSD as a target

Open Godwottery opened this issue 5 years ago • 5 comments

FreeBSD was not supported as an installation target. There are a number of differences which are taken card of by these changes.

Godwottery avatar Jun 17 '19 18:06 Godwottery

Hi. I'm the maintainer for dns/powerdns (and dns/powerdns-recursor) on FreeBSD.

If dns/powerdns is installed using pkg (or manually by using make install from the port's directory) it will install everything it depends on automatically. If you install from FreeBSD's repo you'll get the MySQL, PgSql and SQLite3 backends. So IMO there's no need to add any dependencies in the yaml for FreeBSD.

RvdE avatar Jun 18 '19 09:06 RvdE

I have looked at the test-failures, and do not believe that they are caused by my changes. If someone wants me to correct something, I would need help in finding the cause.

Godwottery avatar Jul 06 '19 10:07 Godwottery

I have looked at the test-failures, and do not believe that they are caused by my changes.

Looks like we're trying to test on an ancient ubuntu :-). #62 should take care of that

pieterlexis avatar Jul 08 '19 08:07 pieterlexis

Looks like we're trying to test on an ancient ubuntu :-). #62 should take care of that

Any chance of someone rerunning the tests to see if they pass? I do not know how to trigger the tests without an extra commit, and I don't have any changes.

Godwottery avatar Jul 10 '19 10:07 Godwottery

you should be able to rebase on master and push, that'll retrigger the tests.

pieterlexis avatar Jul 10 '19 10:07 pieterlexis