← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~vtqanh/cloud-init:UpdateReporterForAnalyze into cloud-init:master

 

The proposal to merge ~vtqanh/cloud-init:UpdateReporterForAnalyze into cloud-init:master has been updated.

Commit message changed to:

analyze: fix poor formatting due to additional datasource events

DataSourceAzure is emitting additional events into the cloud-init
log which causes analyze module to produce somewhat confusing output.
This is due to two issues: 1) DataSourceAzure does not emit the
stage (e.g., init-local) and analyze expects to see it in the event
output. 2) analyze did not correctly process nested stages.
This change saves the stage name into the reporting module so that
other reporter can use it to know which stage it is in and fixes the
analyze module to process multiple levels of nested events.

LP: #1833731

For more details, see:
https://code.launchpad.net/~vtqanh/cloud-init/+git/cloud-init/+merge/370156
-- 
Your team cloud-init commiters is requested to review the proposed merge of ~vtqanh/cloud-init:UpdateReporterForAnalyze into cloud-init:master.


References