Forum Discussion

Trevor Seward's avatar
Aug 14, 2019

SCVMM - Linux Agent Support for Netplan

Netplan is the default network interface manager in Ubuntu Server 19.04 (and I believe 18.04). Using a VM template in SCVMM 2019 w/ the Linux image installed on the template, if specify a static IP from the configured pool in the fabric, the interfaces are configured /etc/networks/interfaces -- when netplan is used in a distribution, the classic interface configuration file is ignored and instead IPs must be configured at /etc/netplan/*.yaml followed by a `netplan apply` to commit those changes.

 

Are there any plans for SCVMM [2019] to support Netplan or are there alternatives to configure netplan during the deployment process (the VM will otherwise pick up a DHCP address if a DHCP server is configured on the subnet or obtain no network connectivity)?

 

Resources