[00:45] Is there a way to specify via cloud-init that certain systemd services should not be started? [14:41] bahamat: not directly. If you have control of the service, you could use the write-files module or a boothook combined with the `ConditionPathExists` (or some other condition) to let cloud-init satisfy or not satisfy the condition [14:42] you can tell cloud-init to disable it's own services, but I'm assuming you meant non cloud-init services [14:54] Is there a standard way to submit RFEs to cloud-init and its datasource? I closed all outstanding issues in the old GuestInfo DS repo with a note that the DS is now part of cloud-init and to use cloud-init's comm channels for RFEs/bugs. But then someone pointed out to me on Slack that Launchpad is marketed for bugs, not RFEs. Since the cloud-init GH repo doesn't allow issues, what is the recommended approach for filing RFEs for cloud-init and its [14:54] datasources? Thanks! [15:57] Does cloud-init support https://netplan.io/reference/#dhcp-overrides? [16:14] I see it in a couple of DSs (https://github.com/canonical/cloud-init/search?q=dhcp_override) and cloud-init core (https://github.com/canonical/cloud-init/blob/main/cloudinit/net/network_state.py), but not in the net config docs. Is this supported? [23:56] I see that #956 (recently merged) added the "strictmodes" YAML setting but it is not documented anywhere