[12:41] Just recaping the NetworkManager support: I was told that netplan supports NetworkManager,but only when using netplan, right? There's no renderer for networkmanager directly. [12:42] Fedora 29+ won't use initscripts anymore by default, it should use only networkmanager, any objections to develop a renderer for NM? [12:51] I think dpb1 and TJ- helped me last time ^^^ [14:41] otubo: no networkmanager renderer in cloudinit/net ; I think there are some things in the sysconfig renderer that touch NM configs [14:42] otubo: a NM renderer in cloudinit would be fine [15:11] or using netplan in fedora. :) [15:18] dpb1: for sure; there are older images which have NetworkManager (fedora, centos, rhel) but won't/can't get netplan; [18:15] <[42]> are there pre-built recent packages for debian? [18:35] [42], don't think so; this was discussed on the debian-cloud list earlier this year [18:35] https://lists.debian.org/debian-cloud/2018/05/msg00027.html [18:39] <[42]> is there much work involved in creating that package? [18:40] <[42]> i never packaged stuff for debian so i have no idea [18:41] it depends; typically you're doing a package up a new release; which means there may be some patches to the current version that may or may not be needed, and if needed, may not apply. So it can take some time; also the longer the time between current version and the upstream, it can become harder to maintain the delta [18:42] ubuntu packaging and debian are very similar; so I don't think that part will be hard; but understanding what patches might be in the current debian package that apply against 0.7.9 and figuring out if they're still needed (and if so, porting the patch to apply against 18.3) is likely the be the bulk of the work [18:43] <[42]> i see [19:16] [42] you might want to try our build tools in cloud-init source. On debian, apt-get install devscripts git; git clone -b master https://git.launchpad.net/cloud-init; cd cloud-init; make deb should give you hints on building [19:17] if there are things that prevent you from building the full package, it should be fairly straight forward to add the support to cloud-init with a patch [19:18] <[42]> i'll probably try that within the next few weeks [19:18] sounds good [19:18] <[42]> maybe also try to get the debian package to work with the latest version [20:43] hrm, per fginther's branch, ssh_disable_users in cloud-config: would allow disabling a user just like we do w/ disable_root: True... The thing is, it also creates a user first. /me thinks that this 'feature' doesn't quite make sense. [20:43] it feels like the config option ssh_disable_users: [...] should disable a list of known users if they exist or are configured, not create a user and then disable it