UbuntuIRC / 2021 /01 /27 /#cloud-init.txt
niansa
Initial commit
4aa5fce
raw
history blame
2.18 kB
[12:59] <paride> Odd_Bloke, I agree merging back to master is the most sensible thing to do
[13:01] <paride> 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] <paride> which works kind of fine as far as we SRU all the new upstream releases
[13:02] <paride> but can be confusing if one is skipped
[13:05] <paride> another possibility is: something like {latest-tag}.git{revno} instead of {latest-tag}-{revno}
[13:06] <paride> the sorting should be OK as letter > numbers in the deb-version sorting
[13:06] <paride> but it's kind of ugly
[13:24] <peac> 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] <peac> what would be the correct way to just insert my ssh key before starting the vm ?
[15:24] <powersj> peac: you will want to look at cloud-localds: https://cloudinit.readthedocs.io/en/latest/topics/faq.html#cloud-localds
[15:27] <peac> thanks !
[15:55] <falcojr> 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] <falcojr> the two DHCPv6 options we have are dhcp6, and accept-ra
[15:56] <falcojr> but how can those two options alone give us stateful, stateless, and SLAAC configurations?
[15:57] <falcojr> 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] <falcojr> (or I guess I should have linked to the comment under that one)
[15:59] <falcojr> rharper: just because you answered there, do you have any insight here?
[16:06] <kryl> hi there
[16:09] <rharper> falcojr: I'll look
[22:43] <Odd_Bloke> falcojr: https://github.com/canonical/pycloudlib/pull/107 <-- the GCE and Oracle fixes we discussed earlier