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 --------------