=== janitha70 is now known as janitha7 === janitha77 is now known as janitha7 [14:05] meena: once you get all your manage_service/cc_ntp/testcases changes merged then I'll raise an MR for similar Alpine-related changes [14:06] minimal: hoping it'll happen today: https://github.com/canonical/cloud-init/pull/1759 looks pretty complete to me. [14:06] -ubottu:#cloud-init- Pull 1759 in canonical/cloud-init "cc_ntp: add support for BSDs" [Open] [14:07] this one's already merged: https://github.com/canonical/cloud-init/pull/1772 [14:07] -ubottu:#cloud-init- Pull 1772 in canonical/cloud-init "distros/manage_services: add support to disable service" [Merged] [14:10] oh, and https://github.com/canonical/cloud-init/pull/1758 too [14:10] -ubottu:#cloud-init- Pull 1758 in canonical/cloud-init "Distro manage service: Improve BSD support" [Merged] [14:12] time to refocus on: https://github.com/igalic/cloud-init/tree/net/add-ifconfig-parsers [14:15] * meena just added 2 more network interfaces to her dev vm === janitha79 is now known as janitha7 === janitha78 is now known as janitha7 [23:23] * meena has submitted a PR for parsing ifconfig: https://github.com/canonical/cloud-init/pull/1779 [23:23] -ubottu:#cloud-init- Pull 1779 in canonical/cloud-init "Net: add BSD ifconfig(8) parser" [Open] [23:23] It's still missing parsing of bridges / their members, but the skeleton is there and looks fairly solit [23:24] except for types… mypy is not happy, and I'm not quite happy with the resulting Dict, which I'd much rather be a Class, so i can do things like: ifs['em0'].is_up(), ifs['em0'].is_physical(), ifs['em0'].is_bridge() etc… [23:26] but more on that tomorrow [23:35] hrm… am i writing (c) Mina Galić into new files, or (c) FreeBSD Foundation?