Chad Smith

Results 124 comments of Chad Smith

I think there is an inconsistency in this PR as far as the `.ubuntupro/.cloud-init` subdirectory [where ds-identify and docs expect Pro/Landscape user-data](https://github.com/canonical/cloud-init/blob/main/tools/ds-identify#L1798) versus what the python datasource is checking now.

@aciba90 since upstream release of 24.2 will be cut and our SRU will pull from [upstream/ubuntu/focal:debian/patches/drop-unsupported-systemd-condition-environment.patch](https://github.com/canonical/cloud-init/blob/ubuntu/focal/debian/patches/drop-unsupported-systemd-condition-environment.patch) is there anything additional that you suggest we do here? I think this is...

The symptom causing this issue is that the `self._schemamarks` being constituted by `cloudinit.safeyaml.load_with_marks` is generating and invalid prefix `users.name.0` instead of the correct `users.0`. I think we need to ensure...

I also can confirm on latest ubuntu image I see the proper ordering which looks to write /etc/apt sources files, call apt-get update and apt-get dist-upgrade, and finally install the...

Changes to this behavior look like they would live either in `doc/rtd/conf.py` setup or configuration of the "furo" theme during sphinx build. html_css_files or html_js_files. To generate and test docs...

Thank you for filing this bug and improving cloud-init. CC: @CarlosNihelton in case there is a default wsl.conf setting we may need to set up if we see "complex" user-data.

Thank you for this feature request. While the two step approach to extraction of the known keyid from the known trusted source and injection of such a keyid directly into...

@ibrahim-mojalled thank you much for improving cloud-init. I confirm this is the correct fix and we would like to include it in upstream cloud-init. To allow us to use your...

Thank you for filing a bug and helping improve cloud-init @kengsia. Generally, what is helpful when filing a bug is to provide enough information for us to reproduce this issue,...