=== hjensas is now known as hjensas|afk [15:09] submux_: don't have an answer for you yet, but I'm taking a look now [15:40] g === milosz_ is now known as milosz [16:05] community-notice: welcome to libera.chat! #cloud-init office hours in +1hr 15 mins for a brief status update etc. [16:06] #startmeeting test [16:06] Meeting started at 16:06:13 UTC. The chair is blackboxsw. Information about MeetBot at https://wiki.ubuntu.com/meetingology [16:06] Available commands: action, commands, idea, info, link, nick [16:06] #endmeeting [16:06] Meeting ended at 16:06:19 UTC. Minutes at https://new.ubottu.com/meetingology/logs/cloud-init/2021/cloud-init.2021-06-01-16.06.moin.txt [16:06] ok well, that works :) [16:31] hahah [16:49] just assigned myself to review shepherd https://github.com/canonical/cloud-init/pull/911 [17:25] ok..... I think this mic is on. Lots of IRC reconnect failures for me. [17:25] #startmeeting cloud-init bi-weekly office hours (~30 mins) [17:25] Meeting started at 17:25:49 UTC. The chair is blackboxsw. Information about MeetBot at https://wiki.ubuntu.com/meetingology [17:25] Available commands: action, commands, idea, info, link, nick [17:28] community-notice: office hours meeting starts now. We host this meeting time every two weeks for any drop in discussions for anything cloud-init related. Bring your bugs, feature discussions, gripes and questions and we'll have a couple sets of upstream cloud-init eyes on this channel to field those discussions. [17:29] highlights of recent upstream commits and project changes are at the url below: [17:29] #link https://discourse.ubuntu.com/t/cloud-init-status-06-01-2021/22553 [17:32] Of course, if you managed to join us over here you are already aware of the Freenode IRC politcal climate pushing us to migrate to a more open/friendly IRC network w/ libera.chat. paride is in the process of registering this channel for the cloud-init project so that we can add channel OPS to the upstream cloud-init committers smoser, rharper, Odd_Bloke, falcojr. [17:32] Once we have channel op status, we plan on adding upcoming dates, milestones and info to the IRC channel title. [17:37] Also, as upstream, we want to rename the default development branch from 'master' to 'main' to provide more inclusive naming and drop antiquated and exclusive naming conventions. An email will be sent to the cloud-init mailing list explaining the perceived impact of such a default branch rename (which should be minimal). [17:37] If there are any concerns about this rename impacting business, please raise concerns here, on the discourse post above or on the mailinglist [19:29] #endmeeting [19:29] Meeting ended at 19:29:18 UTC. Minutes at https://new.ubottu.com/meetingology/logs/cloud-init/2021/cloud-init.2021-06-01-17.25.moin.txt === toolz is now known as Guest2107 [21:06] where is the jsonp format in #cloud-config-jsonp documented? [22:30] https://github.com/canonical/cloud-init/pull/911 merged [22:34] Xe: admittedly minimal documentation in examples https://cloudinit.readthedocs.io/en/latest/topics/vendordata.html?highlight=jsonp#overview [22:34] Generally json patch itself is documented at https://python-json-patch.readthedocs.io/en/latest/tutorial.html [22:35] is there like a description of the things I can do? [22:35] oh, json _patch_ [22:35] i thought it was json-padding [22:40] Xe: right, sorry jsonpatch of the combined cloud-config that cloudinit operates, basically it allows a user-data to manipulate what the platform/cloud tells it it has to do on a given image. examples: https://cloudinit.readthedocs.io/en/latest/topics/datasources/smartos.html?highlight=jsonp#disabling-user-script [22:41] basically anything you see in `sudo cloud-init query merged_cfg` can be easily overridden/ignored etc to avoid running certain cloud--config modules on boot, change default user to create etc [22:41] i see, thanks [23:33] blackboxsw: can you put a link to that json-patch library in the docs? [23:33] it would have saved me so much time