quipucords / yupana

Service app to process & upload data from quipucords and satellite to the host based inventory
GNU General Public License v3.0
4 stars 14 forks source link

Send request_id, system_platform_id via platform_metadata instead of yupana namespaced facts #227

Closed abaiken closed 5 years ago

abaiken commented 5 years ago

Feature description:

Underneath the platform_metadata section of the kafka message that we send to the host inventory lets send the request_id:report_id:report_slice_id:system_platform_id.

Is your feature request related to a problem?

The platform_metadata section is a good place to leave crumbs in case of failures because it will be logged and also sent to the output in case of successes.

Describe the solution you'd like

The platform_metadata should contain the request_id:report_id:report_slice_id:system_platform_id.


Acceptance Criteria: