hashicorp / vagrant

Vagrant is a tool for building and distributing development environments.
https://www.vagrantup.com
Other
26.01k stars 4.42k forks source link

Add support for configuring amazon linux 2023 network via systemd #13358

Open peckpeck opened 4 months ago

peckpeck commented 4 months ago

Amazon linux 2023 is configured through systemd. However amazon linux guest in vagrant inherits from redhat, which is configured through network scripts (which was valid on amazon linux 2).

So this PR adds support for systemd networkd for AL2023 while keeping compatibility with network-script for AL2.

peckpeck commented 1 month ago

does anyone have an idea about this ?