]> git.ipfire.org Git - ipfire-2.x.git/commit
cloud-init: Remove importing DNS settings
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 19 Jan 2020 16:32:14 +0000 (16:32 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sun, 19 Jan 2020 16:37:03 +0000 (16:37 +0000)
commitf770492902a5c6194ecd4f596432093498ac6b66
treec3e1634d5fd22fffcf74549a46e34ef56e0cc0f8
parentc07c3e47f19307a28d91c7a83baed869e1ce5102
cloud-init: Remove importing DNS settings

Those scripts used to import settings from the meta-data services
and wrote them to the local configuration files.

For the DNS settings and Amazon, this is no longer possible because
their DNS servers do not support DNSSEC at all. Therefore we default
to recursor mode.

To be consistent across cloud providers, we are doing the same for
Azure.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
src/initscripts/helper/aws-setup
src/initscripts/helper/azure-setup