Validated xenial yakkety and zesty

xenial START --------------
Input YAML
config:
-   name: eth0
    subnets:
    -   address: 2000:192:168::5
        netmask: 64
        routes:
        -   gateway: 2000:192:168::1
            netmask: 0
            network: '::'
        type: static
    type: physical
version: 1


Internal State
!!python/object:cloudinit.net.network_state.NetworkState
_network_state:
    dns:
        nameservers: []
        search: []
    interfaces:
        eth0:
            address: null
            gateway: null
            inet: inet
            mac_address: null
            mode: manual
            mtu: null
            name: eth0
            subnets:
            -   address: 2000:192:168::5
                netmask: 64
                routes:
                -   gateway: 2000:192:168::1
                    netmask: 0
                    network: '::'
                type: static
            type: physical
    routes: []
    use_ipv6: true
_version: 1
use_ipv6: true

Generated intefaces START ----
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet6 static
    address 2000:192:168::5
    netmask 64
    post-up route add -A inet6 default gw 2000:192:168::1 || true
    pre-down route del -A inet6 default gw 2000:192:168::1 || true
Generated intefaces END ----
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-153-g1 all          Init scripts for cloud instances
xenial DONE --------------
yakkety START --------------
Input YAML
config:
-   name: eth0
    subnets:
    -   address: 2000:192:168::5
        netmask: 64
        routes:
        -   gateway: 2000:192:168::1
            netmask: 0
            network: '::'
        type: static
    type: physical
version: 1


Internal State
!!python/object:cloudinit.net.network_state.NetworkState
_network_state:
    dns:
        nameservers: []
        search: []
    interfaces:
        eth0:
            address: null
            gateway: null
            inet: inet
            mac_address: null
            mode: manual
            mtu: null
            name: eth0
            subnets:
            -   address: 2000:192:168::5
                netmask: 64
                routes:
                -   gateway: 2000:192:168::1
                    netmask: 0
                    network: '::'
                type: static
            type: physical
    routes: []
    use_ipv6: true
_version: 1
use_ipv6: true

Generated intefaces START ----
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet6 static
    address 2000:192:168::5
    netmask 64
    post-up route add -A inet6 default gw 2000:192:168::1 || true
    pre-down route del -A inet6 default gw 2000:192:168::1 || true
Generated intefaces END ----
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-153-g1 all          Init scripts for cloud instances
yakkety DONE --------------
zesty START --------------
Input YAML
config:
-   name: eth0
    subnets:
    -   address: 2000:192:168::5
        netmask: 64
        routes:
        -   gateway: 2000:192:168::1
            netmask: 0
            network: '::'
        type: static
    type: physical
version: 1


Internal State
!!python/object:cloudinit.net.network_state.NetworkState
_network_state:
    dns:
        nameservers: []
        search: []
    interfaces:
        eth0:
            address: null
            gateway: null
            inet: inet
            mac_address: null
            mode: manual
            mtu: null
            name: eth0
            subnets:
            -   address: 2000:192:168::5
                netmask: 64
                routes:
                -   gateway: 2000:192:168::1
                    netmask: 0
                    network: '::'
                type: static
            type: physical
    routes: []
    use_ipv6: true
_version: 1
use_ipv6: true

Generated intefaces START ----
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet6 static
    address 2000:192:168::5
    netmask 64
    post-up route add -A inet6 default gw 2000:192:168::1 || true
    pre-down route del -A inet6 default gw 2000:192:168::1 || true
Generated intefaces END ----
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-153-g1 all          Init scripts for cloud instances
zesty DONE --------------


** Tags removed: verification-needed
** Tags added: verification-done-xenial 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/1684349

Title:
   mask2cidr error with integer value - argument of type 'int' is not
  iterable

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

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

Reply via email to