/srv/irclogs.ubuntu.com/2018/08/08/#cloud-init.txt

otuboJust 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:41
otuboFedora 29+ won't use initscripts anymore by default, it should use only networkmanager, any objections to develop a renderer for NM?12:42
otuboI think dpb1 and TJ- helped me last time ^^^12:51
rharperotubo: no networkmanager renderer in cloudinit/net ;  I think there are some things in the sysconfig renderer that touch NM configs14:41
rharperotubo: a NM renderer in cloudinit would be fine14:42
dpb1or using netplan in fedora. :)15:11
rharperdpb1: for sure; there are older images which have NetworkManager (fedora, centos, rhel) but won't/can't get netplan;15:18
[42]are there pre-built recent packages for debian?18:15
powersj[42], don't think so; this was discussed on the debian-cloud list earlier this year18:35
powersjhttps://lists.debian.org/debian-cloud/2018/05/msg00027.html18:35
[42]is there much work involved in creating that package?18:39
[42]i never packaged stuff for debian so i have no idea18:40
rharperit 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 delta18:41
rharperubuntu 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 work18:42
[42]i see18:43
blackboxsw[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 building19:16
blackboxswif 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 patch19:17
[42]i'll probably try that within the next few weeks19:18
blackboxswsounds good19:18
[42]maybe also try to get the debian package to work with the latest version19:18
blackboxswhrm, 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
blackboxswit 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 it20:43

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!