I compared Desktop with Server after customization.
 
Ubuntu 18.04 Desktop:
>ls /etc/network
if-post-down.d     if-pre-up.d    if-up.d    interfaces    
interfaces.before_vmware_customization    interfaces.d
>cat /etc/network/interfaces
# DO NOT EDIT THIS FILE BY HAND -- AUTOMATICALLY GENERATED BY cloud-init
source /etc/network/interfaces.d/*.cfg
>ls /etc/network/interfaces.d
50-cloud-init.yaml
 
Ubuntu 18.04 Server:
>ls /etc/network
if-post-down.d     if-pre-up.d    if-up.d    interfaces    
interfaces.before_vmware_customization
>cat /etc/network/interfaces
# DO NOT EDIT THIS FILE BY HAND -- AUTOMATICALLY GENERATED BY cloud-init
source /etc/network/interfaces.d/*.cfg
>ls /etc/netplan
01-netcfg.yaml    50-cloud-init.yaml
 
 
·On Desktop, it has ’50-cloud-init.cfg’ under /etc/network/interfaces.d which 
is correct network configuration according to customization spec
·On Server, there is no /etc/network/interfaces.d directory, the 
’50-cloud-init.cfg’ is under /etc/netplan and it does not change according to 
customization spec.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1766538

Title:
  network customization with cloud-init does not work on Ubuntu18.04
  Beta2 Server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1766538/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to