lae / ansible-role-proxmox

IaC for Proxmox VE clusters.
MIT License
496 stars 144 forks source link

Deployment doesn't work on Debian 11 VMs created from the official cloud init images #210

Closed pgagarinov closed 1 year ago

pgagarinov commented 1 year ago

The reason is Debian 11 cloud init image from https://cloud.debian.org/images/cloud/bullseye/latest/debian-11-genericcloud-arm64.raw uses "source-directory" inside /etc/network/interfaces to include /etc/network/interfaces.d while ifupdown2 (which is a default option for PVE starting with version 7.0) doesn't understand 'source-directory' and expects 'source' instead - see https://github.com/CumulusNetworks/ifupdown2/issues/191

lae commented 1 year ago

This role itself doesn't manage network interfaces. Any network configuration and quirks are meant to be managed outside of this role, hence why they are separate tasks in the examples provided in the documentation.

lae commented 1 year ago

Closing - if you think there still needs to be something done please reopen.