You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Launchpad user chenxiang wang(chenxiangw) wrote on 2019-10-18T01:30:59.571032+00:00
For the ubuntu1804 template VM of Azure, the file /etc/network/interfaces lacks a line:
source /etc/network/interfaces.d/*
So the VM can't get configurations under /etc/network/interfaces.d/
After installing ifupdown on the VM, cloud-init will rewrite file /etc/network/interfaces.d/50-cloud-init.cfg rather than /etc/netplan/50-cloud-init.yaml, but /etc/network/interfaces.d/50-cloud-init.cfg won't take effect.
The text was updated successfully, but these errors were encountered:
Launchpad user chenxiang wang(chenxiangw) wrote on 2019-10-21T01:19:47.855172+00:00
Yes, we need to install Linux Virtual Delivery Agent (a product of Citrix) on 1804, and ifupdown is a dependency of this product. When we deploy duplicated VMs they can't get ip addresses due to this problem.
Launchpad user Dan Watkins(oddbloke) wrote on 2019-10-22T15:36:33.197700+00:00
Hi!
I believe this is an issue with ifupdown, rather than cloud-init. As such, I've added an ifupdown task and marked cloud-init's task as Invalid. If it's determined that we won't fix this in ifupdown, then please move the cloud-init task back to New and we can consider working around this in cloud-init.
In the meantime, you'll have to modify /etc/network/interfaces yourself to perform the sourcing.
This bug was originally filed in Launchpad as LP: #1848617
Launchpad details
Launchpad user chenxiang wang(chenxiangw) wrote on 2019-10-18T01:30:59.571032+00:00
For the ubuntu1804 template VM of Azure, the file /etc/network/interfaces lacks a line:
source /etc/network/interfaces.d/*
So the VM can't get configurations under /etc/network/interfaces.d/
After installing ifupdown on the VM, cloud-init will rewrite file /etc/network/interfaces.d/50-cloud-init.cfg rather than /etc/netplan/50-cloud-init.yaml, but /etc/network/interfaces.d/50-cloud-init.cfg won't take effect.
The text was updated successfully, but these errors were encountered: