Comment 5 for bug 1596597

Revision history for this message
Ben (bjenkins-x) wrote :

Ok, I did a fresh install on completely different hardware just to make sure that The issue still persists. I did a simple single interface with an untagged network and a single VLAN. The VLAN still does not work until I go to ENI and add the 'auto iface' to both places where it is missing.

Here is the requested data.

####################################################

here is the apt-cache madison curtin

    curtin | 0.1.0~bzr389-0ubuntu1~16.04.1 | http://us.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages
    curtin | 0.1.0~bzr389-0ubuntu1~16.04.1 | http://us.archive.ubuntu.com/ubuntu xenial-updates/universe i386 Packages
    curtin | 0.1.0~bzr389-0ubuntu1~16.04.1 | http://ppa.launchpad.net/maas/next/ubuntu xenial/main amd64 Packages
    curtin | 0.1.0~bzr389-0ubuntu1~16.04.1 | http://ppa.launchpad.net/maas/next/ubuntu xenial/main i386 Packages
    curtin | 0.1.0~bzr365-0ubuntu1 | http://us.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
    curtin | 0.1.0~bzr365-0ubuntu1 | http://us.archive.ubuntu.com/ubuntu xenial/universe i386 Packages

####################################################

Here is the interfaces file after deploy

auto lo
iface lo inet loopback
    dns-nameservers 10.1.0.2
    dns-search maas

iface enp3s0f0 inet manual

auto br-enp3s0f0
iface br-enp3s0f0 inet static
    address 10.1.0.4/16
    gateway 10.1.0.1
    mtu 1500
    bridge_ports enp3s0f0

auto enp3s0f1
iface enp3s0f1 inet manual
    mtu 1500

auto enp4s0f0
iface enp4s0f0 inet manual
    mtu 1500

auto enp4s0f1
iface enp4s0f1 inet manual
    mtu 1500

auto ens2f0
iface ens2f0 inet manual
    mtu 1500

auto ens2f1
iface ens2f1 inet manual
    mtu 1500

iface enp3s0f0.10 inet manual
    address 10.10.0.4/16
    mtu 1500
    vlan_id 10
    vlan-raw-device enp3s0f0

auto br-enp3s0f0.10
iface br-enp3s0f0.10 inet static
    address 10.10.0.4/16
    mtu 1500
    bridge_ports enp3s0f0.10

source /etc/network/interfaces.d/*.cfg

####################################################