Cat Red

Results 11 comments of Cat Red

Thank you for helping improve cloud-init! A general question -- why did you decide on the schemas for the top level directory name as opposed to data as suugested in...

Need to fix linting and unit tests still

Thanks to James' comments I have updated how we handle the different schema versions. I elected to leave `-t` to autodetect the schema version (since the code to do so...

> As it is right now, validate_cloudconfig_schema unconditionally uses netplan_validate_network_schema to validate v2 netconfigs and netplan_validate_network_schema uses Netplan machinery to validate if present, but returns False when Netplan APIs are...

>> As it is right now, validate_cloudconfig_schema unconditionally uses netplan_validate_network_schema to validate v2 netconfigs and netplan_validate_network_schema uses Netplan machinery to validate if present, but returns False when Netplan APIs are...

> @catmsred and @aciba90 , where are we at on this one? I need to write integration tests -- got distracted by other things this week. I will try to...

Since there are no automated tests in a non-netplan environment, I did some manual testing to validate the new schema on a non-netplan distro. I used alpine, as follows: ```...

Setting as WIP until GH-4634 lands

> Question: How did you end up with https://github.com/canonical/cloud-init/commit/b392d725d3528fe0b2c8cf1403c3d62547aecc3c and https://github.com/canonical/cloud-init/commit/b60e4c184b8c25f8c26f67eb0ed7ba87f9a688c6 in the middle of the merge commits? Maybe a manual rebase after the snapshot? This technically works, but normally...

Linkcheck failure is not related to this code