[05:45] yeah. i'm better off with a shell script. [13:32] smoser: do we ever write out maas user-data/meta-data to file ? [14:13] rharper, user-data is in /var/lib/cloud/instance/user-data.txt [14:13] and vendor-data in vendor-data, but meta-data is not written out. [14:44] hrm [14:44] smoser: what would have the apt_source config ? user-data right ? [14:45] cloud-config.txt has the combined cloud-config [14:45] I've a log which appears to have apt-source config sent via maas, the config module fails , but I find no apt source config [14:45] and is yaml parsable [14:45] it's empty [14:45] there is a user_data.sh which is just a power-off script [14:46] https://bugs.launchpad.net/maas/+bug/1635560 [14:47] I've got to run to an appt; but something is amiss with their maas, I think but not sure why we don't have more in cloud-config.txt [14:49] rharper, they dont send cloud-config [14:49] they just send a runscript (#!) [14:53] cpaelzer, https://bugs.launchpad.net/maas/+bug/1635560 is showing [14:53] ValueError: Old and New apt format defined with unequal values True vs False @ apt_preserve_sources_list [14:56] hi smoser [14:56] just really commenting [14:58] ok, read - yeah I think it is good we added the log message [14:58] but the issue is about more issues in his user_data anyway [15:00] yeah. === jeblair is now known as inserted_human === inserted_human is now known as jeblair [20:34] smoser: so I tested out systemd from proposed (https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1636912 ) ; installed nplan, added netplan yaml, modified cloud-init.service to add After=systemd-networkd-wait-online.service ; blew away my cloud data, reboot. It works fine. \o/ That said, I'm not sure what to do about the IPV6 RA delay; it just plain adds 10 seconds to "bring network online" when you don't have [20:34] v6 available. [20:35] becauase it jsut tries [20:36] right? as in you're just trying dhcpv6 ? [20:40] i know we've discussed this, just forgot [20:59] smoser: it's the default configuration for networkd and dhcp of netplan [21:00] smoser: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1636912/comments/27 [21:00] pitti's comment [21:03] also checking out the newer kernel with +hv_* drivers ... I'll post up a new base image for testing out in azure [21:03] first going to check the kernel snap and see what hv_ drivers show up [21:05] cool [21:07] smoser: so, specifically we need the hv_ drivers *inside* the initramfs, right? [21:08] yes [21:08] oter wise can't find root [21:16] =( [21:16] no dice [21:16] replied [21:17] they're in the kernel snap, but not in the initramfs [23:32] is there a cloud-init docker image I could use?