Activity log for bug #1646473

Date Who What changed Old value New value Message
2016-12-01 12:28:06 Andrew McDermott bug added bug
2016-12-01 12:31:28 Andrew McDermott description Using MAAS 2.1 (and curtin 0.1.0~bzr425-0ubuntu1~16.04.1) I notice the format of aliases has changed from using ':' as a indicator to repeating the 'iface' stanza - which is a perfectly reasonable thing to do. However, Juju's MAAS bridging script was reliant on the old format. An example alias now looks like: auto ens3 iface ens3 inet static address 192.168.20.68/24 gateway 192.168.20.2 mtu 1500 # control-alias ens3 iface ens3 inet static address 192.168.20.69/24 We previously got 'ens3:1' for the alias and the bridge script looked for and parsed that syntax explicitly. When we run the script against the new format we now get: auto ens3 iface ens3 inet manual mtu 1500 auto br-ens3 iface br-ens3 inet static address 192.168.20.68/24 gateway 192.168.20.2 bridge_ports ens3 auto ens3 iface ens3 inet manual auto br-ens3 iface br-ens3 inet static address 192.168.20.69/24 bridge_ports ens3 which appears to work, though this is a sample size of 1. For the moment this bug is raised for awareness of the change in format. Looking on a machine I see the following: $ brctl show bridge name bridge id STP enabled interfaces br-ens3 8000.525400ccead9 no ens3 br-ens4 8000.5254004b7d91 no ens4 lxdbr0 8000.000000000000 no $ ip addr show br-ens3 | grep -w inet inet 192.168.20.68/24 brd 192.168.20.255 scope global br-ens3 inet 192.168.20.69/24 brd 192.168.20.255 scope global secondary br-ens3 Using MAAS 2.1 (and curtin 0.1.0~bzr425-0ubuntu1~16.04.1) I notice the format of aliases has changed from using ':' as a indicator to repeating the 'iface' stanza - which is a perfectly reasonable thing to do. However, Juju's MAAS bridging script was reliant on the old format. An example alias now looks like: auto ens3 iface ens3 inet static   address 192.168.20.68/24   gateway 192.168.20.2   mtu 1500 # control-alias ens3 iface ens3 inet static   address 192.168.20.69/24 We previously got 'ens3:1' for the alias and the bridge script looked for and parsed that syntax explicitly. When we run the script against the new format we now get: auto ens3 iface ens3 inet manual   mtu 1500 auto br-ens3   iface br-ens3 inet static   address 192.168.20.68/24   gateway 192.168.20.2   bridge_ports ens3 auto ens3   iface ens3 inet manual auto br-ens3   iface br-ens3 inet static   address 192.168.20.69/24   bridge_ports ens3 which appears to work, though this is a sample size of 1. For the moment this bug is raised for awareness of the change in format. Looking on a machine I see the following: $ brctl show bridge name bridge id STP enabled interfaces br-ens3 8000.525400ccead9 no ens3 br-ens4 8000.5254004b7d91 no ens4 lxdbr0 8000.000000000000 no $ ip addr show br-ens3 | grep -w inet inet 192.168.20.68/24 brd 192.168.20.255 scope global br-ens3 inet 192.168.20.69/24 brd 192.168.20.255 scope global secondary br-ens3
2016-12-05 16:38:31 Anastasia juju: status New Triaged
2016-12-05 16:38:33 Anastasia juju: importance Undecided High
2016-12-05 16:38:36 Anastasia juju: milestone 2.2.0
2017-03-24 16:57:15 Curtis Hovey juju: milestone 2.2-beta1 2.2-beta2
2017-03-30 20:41:51 Curtis Hovey juju: milestone 2.2-beta2 2.2-beta3
2017-04-28 15:27:55 Canonical Juju QA Bot juju: milestone 2.2-beta3 2.2-beta4
2017-05-11 18:23:18 Canonical Juju QA Bot juju: milestone 2.2-beta4 2.2-rc1
2017-05-31 23:26:45 Tim Penhey juju: importance High Medium
2017-05-31 23:26:47 Tim Penhey juju: milestone 2.2-rc1
2020-09-01 22:54:25 Ian Booth tags maas maas-provider networking maas-provider networking
2022-11-03 15:33:28 Canonical Juju QA Bot juju: importance Medium Low
2022-11-03 15:33:29 Canonical Juju QA Bot tags maas-provider networking expirebugs-bot maas-provider networking