Chad Smith

Results 124 comments of Chad Smith

We determined that the 'old' non-distro version of jsonschema pip installed in the subiquity snap was incompatible with cloud-init. Dan put up https://github.com/canonical/subiquity/pull/1396 to remove that duplicate version of jsonschema...

This is a good suggestion @Chris-Peterson444 and I think we should look to support this in machine-readable output from `cloud-init schema` subcommand. As you said, parsing cloud-init schema --system output...

Thank you for this bug @RulerOf and making cloud-init better. It does appear this is a typo in the original chef defaults and I believe should be corrected to `/var/chef/cache`...

Thanks for the bug @ajdlinux can you please attach the output of the following to this bug as I don't have access to this hardware and would like to see...

I agree this is a bug in how cloud-init handles those nested device links. I just don't have a full enough picture to understand how we should fix this without...

* quilt push -a; tox -e py3; quilt pop -a success ``` py3: OK (135.10=setup[8.46]+cmd[126.64] seconds)``` *build-package ,sbuild success ``` Status: successful Version: 24.1.3-0ubuntu1~20.04.3 ``` * lxc test ``` $...

Sorry for delay here, while to updates look reasonable. I don't want to land this in tip of main until after our 24.1 release is cut to avoid risk on...

I don't believe enabling systemd-networkd-wait-online is an issue as we block on that in cloud-init on Ubuntu too prior to performing apt udpate or and package management operations. It's unfortunate...

I'm marking incomplete until we also have cloud-init.tar.gz logs so we can peek more as I'm not certain we have enough information/feedback at the moment to understand this race. It's...

@TheRealFalcon correct, we can simplify this. I also adapted our netplan config delta check to allow it to be used for both netplan API and fallback method to ensure we...