[03:07] nice meena will look that over tomorrow. [03:08] community: downstream release or 22.3.3 just posted for review in Ubuntu Bionic/Focal/Jammy `-proposed` pockets. Expect that will be present for download/testing verification tomorrow with some bug fixes for Azure/Oracle datasources [03:09] We'll be pinging Ubuntu SRU package upload reviewers tomorrow to see if we can get that let in for testing [03:13] might want to tease out private methods or functions for more signficant token processing for flags and 'inet' https://github.com/canonical/cloud-init/compare/main...igalic:cloud-init:net/add-ifconfig-parsers?expand=1#diff-f143a014d8daaa1671a7feef90cc2b3f5c5759e234e5cd3382e438dde3703fd3R106 and R147 [04:51] meena: fwiw python should be able to consume hex of the ip [04:53] meena: either #2 or #3 as inputs would do it: https://docs.python.org/3/library/ipaddress.html#ipaddress.IPv4Address === EugenMayer3 is now known as EugenMayer [08:48] holman: oh cool, so i can skip the conversion… well, sort of… I need to convert it to int [08:51] blackboxsw: yeah, the commit message says that :P [08:52] instead of int("hex", 16), I can also do int("hex", 0), and that feels more… better… somehow [13:17] cjp256: we've uploaded 22.3.3 to ppa:cloud-init-dev/proposed while it is undergoing SRU upload review to ubuntu -proposed pocket https://launchpad.net/~cloud-init-dev/+archive/ubuntu/proposed [15:02] blackboxsw: ack, thanks === EugenMayer8 is now known as EugenMayer === EugenMayer0 is now known as EugenMayer [15:50] looks like Ubuntu -proposed uploads just got reviewed approved [15:51] so we can expect -proposed to contain 22.3.3 in about an hour === EugenMayer9 is now known as EugenMayer === EugenMayer3 is now known as EugenMayer === EugenMayer0 is now known as EugenMayer === EugenMayer3 is now known as EugenMayer === EugenMayer0 is now known as EugenMayer === EugenMayer8 is now known as EugenMayer === esv_ is now known as esv [23:14] meena: If you open the file in binary mode you can read it as a bytes object. If the address is all that's in the file then no need to convert to read as a string and convert. [23:34] holman: the file would be a byte stream from calling ifconfig -a [23:34] anyway, progress for tonight: https://github.com/igalic/cloud-init/commit/f1eba9c05cfe05a1dbaa726369b6eeaf9a709c06 [23:34] Commit f1eba9c in igalic/cloud-init "ifconfig parser: add inet6, and extract inet, inet6 and flags into its own functions" [23:35] oh I see [23:35] have to parse anyways