feat: use custom cloud init status reporting#9022
Draft
lilypan26 wants to merge 3 commits into
Draft
Conversation
…ript Bake experimental_skip_ready_report into VHD via cloud.cfg.d to skip cloud-init's built-in health ready report to Azure fabric. Add a standalone Python script (report_ready.py) that can be invoked from CSE to report ready at the appropriate time during node provisioning. Depends on canonical/cloud-init#6771. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Supersede the single-file DataSourceAzure.py vendoring hack with the actual patched cloud-init Jammy .deb built from https://github.com/peytonr18/cloud-init/tree/probertson/jammy-runtime-ds-options-skip-ready (base version 26.1-0ubuntu1~22.04.1), which carries both the experimental_skip_ready_report patch (canonical/cloud-init#6771) and a second patch allowing datasource options to be overridden at runtime via custom data. Installing the full package via dpkg instead of overwriting a single module keeps cloud-init's schema, tests, and packaging metadata consistent, and avoids the risk of the vendored file drifting from the rest of the installed package. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 9e623d45-e026-4e5c-b9e2-3107c1d96592
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #