[Bug 1563296] Re: support cloud-init networking with snappy

Michael Vogt michael.vogt at canonical.com
Wed Apr 20 15:10:43 UTC 2016


** Changed in: snappy
       Status: New => Fix Released

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

Title:
  support cloud-init networking with snappy

Status in Snappy:
  Fix Released
Status in cloud-init package in Ubuntu:
  Confirmed
Status in livecd-rootfs package in Ubuntu:
  Fix Released

Bug description:
  snappy configures /etc/network/interfaces.d/ by default on first boot
  based on snappy config settings of the ubuntu-core snap

  with version  0.7.7~bzr1189-0ubuntu1 cloud-init now starts to also
  create a file called 50-cloud-init.cfg with differing options to teh
  snappy default, this breaks ifup on boot and leaves snappy systems
  completely without network after upgrade.

  ubuntu at localhost:~$ ls -l /etc/network/interfaces.d/
  total 8
  -rw-r--r-- 1 root root 64 Mar 28 09:23 50-cloud-init.cfg
  -rw-r--r-- 1 root root 40 Mar 28 09:19 eth0

  ubuntu at localhost:~$ cat /etc/network/interfaces.d/50-cloud-init.cfg 
  auto lo
  iface lo inet loopback

  auto eth0
  iface eth0 inet dhcp

  ubuntu at localhost:~$ cat /etc/network/interfaces.d/eth0 
  allow-hotplug eth0
  iface eth0 inet dhcp

To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy/+bug/1563296/+subscriptions



More information about the foundations-bugs mailing list