Verified yakkety and zesty

for release in yakkety zesty; do ./get-proposed-cloudimg $release; done
--2017-05-12 13:04:0
MODE=vlan ./btest.sh yakkety-server-cloudimg-amd64-proposed.img  chad.smith
...
# login 
ubuntu@ubuntu:~$ python3 -c 'from cloudinit.net import get_interfaces_by_mac; 
print(get_interfaces_by_mac())'
{'00:00:00:00:00:00': 'lo', '52:54:00:12:34:00': 'interface0', 
'52:54:00:12:34:02': 'interface1'}
ubuntu@ubuntu:~$ dpkg -l cloud-init
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name           Version      Architecture Description
+++-==============-============-============-=================================
ii  cloud-init     0.7.9-113-g5 all          Init scripts for cloud instances
ubuntu@ubuntu:~$ grep VERSION= /etc/os-release 
VERSION="16.10 (Yakkety Yak)"

ubuntu@ubuntu:~$ python3 -c 'from cloudinit.net import get_interfaces_by_mac; 
print(get_interfaces_by_mac())'
{'52:54:00:12:34:00': 'interface0', '52:54:00:12:34:02': 'interface1', 
'00:00:00:00:00:00': 'lo'}
ubuntu@ubuntu:~$ dpkg -l cloud-init
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name           Version      Architecture Description
+++-==============-============-============-=================================
ii  cloud-init     0.7.9-113-g5 all          Init scripts for cloud instances

ubuntu@ubuntu:~$ grep VERSION= /etc/os-release 
VERSION="17.04 (Zesty Zapus)"
ubuntu@ubuntu:~$ 


** Tags removed: verification-needed
** Tags added: verification-done-yakkety verification-done-zesty

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

Title:
  attempts to rename vlans / vlans have addr_assign_type of 0 on kernel
  4.4

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

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to