[12:59] Odd_Bloke, I agree merging back to master is the most sensible thing to do [13:01] as another possibility I was thinking of using {latest-tag:ubuntu-pkg} in the recipe to use the latest tag in the packaging branch instead of the latest tag in master [13:01] which works kind of fine as far as we SRU all the new upstream releases [13:02] but can be confusing if one is skipped [13:05] another possibility is: something like {latest-tag}.git{revno} instead of {latest-tag}-{revno} [13:06] the sorting should be OK as letter > numbers in the deb-version sorting [13:06] but it's kind of ugly [13:24] hi, i'm trying to script a kvm (virt-manager) vm initialisation with Debian aarch64 as base, i've downloaded the 64-bit arm openstack qcow2 image from https://www.debian.org/distrib/ [13:24] what would be the correct way to just insert my ssh key before starting the vm ? [15:24] peac: you will want to look at cloud-localds: https://cloudinit.readthedocs.io/en/latest/topics/faq.html#cloud-localds [15:27] thanks ! [15:55] I've been looking at https://github.com/canonical/cloud-init/pull/786 and I'm confused about our network configuration. If somebody uses the v2 config but has an ENI (or sysconfig) backend, is the v2 config expressive enough for DHCP6? [15:55] the two DHCPv6 options we have are dhcp6, and accept-ra [15:56] but how can those two options alone give us stateful, stateless, and SLAAC configurations? [15:57] looking at https://github.com/canonical/cloud-init/pull/744#pullrequestreview-563012092 , it seems netplan just magically takes care of it, but if we have an ENI backend, we need to convert that config to v1 first...so...magic doesn't really help us [15:58] (or I guess I should have linked to the comment under that one) [15:59] rharper: just because you answered there, do you have any insight here? [16:06] hi there [16:09] falcojr: I'll look [22:43] falcojr: https://github.com/canonical/pycloudlib/pull/107 <-- the GCE and Oracle fixes we discussed earlier