UbuntuIRC / 2020 /12 /28 /#cloud-init.txt
niansa
Initial commit
4aa5fce
[11:15] <ajmyyra> does the network config support configuring an IPv6 subnet with router advertisements? so just "iface ensX inet6 auto" instead of "iface ensX inet6 dhcp" or a static configuration?
[11:15] <ajmyyra> don't see anything related to this in documentation on either v1 or v2.
[13:35] <ajmyyra> answering myself: support for SLAAC (IPv6 autoconfiguration) has apparently been added in 19.4. just need to find how to use it
[13:55] <ajmyyra> (and found it from the code. there are subnet types for ipv6_dhcpv6 (-stateful/-stateless). are these something that aren't documented on purpose or would you like a PR? :)
[14:19] <meena> yes please
[15:01] <ajmyyra> cool, will make one later today.
[15:24] <ThoMe> hiho
[15:24] <ThoMe> is it posible to use my iso file when I attach the cdrom on my VM?
[15:24] <ThoMe> (automaticly)
[15:25] <ThoMe> cloud-init --file /media/cdrom/user-data.txt init works fine
[15:26] <ThoMe> but always when i run the command manually
[16:04] <ajmyyra> can you modify the root filesystem before booting? you'd need to have the config in place for it to be included automatically.
[16:04] <ajmyyra> (or modify the systemd unit to include it with --file if the cd is mounted automatically)
[16:41] <meena> ajmyyra: the only kind of modification we support is growfs
[16:41] <meena> or are you taking about something different?
[16:53] <ajmyyra> just pondering ThoMe's question on how he could make the cd-mounted init to work automagically.
[17:01] <ajmyyra> ugh, sorry for the 3 different PRs (742-744). just entirely different things, so thought it better to have them separated.