Xiangce Liu

Results 34 issues of Xiangce Liu

Signed-off-by: Xiangce Liu ### All Pull Requests: Check all that apply: * [x] Have you followed the guidelines in our Contributing document, including the instructions about commit messages? * [x]...

bug

Signed-off-by: Xiangce Liu ### All Pull Requests: Check all that apply: * [x] Have you followed the guidelines in our Contributing document, including the instructions about commit messages? * [...

SPEC Change

Signed-off-by: Xiangce Liu ### All Pull Requests: Check all that apply: * [x] Have you followed the guidelines in our Contributing document, including the instructions about commit messages? * [...

When specifying the filters of the `cloud_cfg` spec as ``` add_filter(Specs.cloud_cfg, ['network', 'ssh_deletekeys', 'debug']) ``` The collected file will look like: ``` {"debug": {"output": "/var/log/cloud-init-debug.log"}, "network": null, "ssh_deletekeys": 1} ```...

Signed-off-by: Xiangce Liu ### All Pull Requests: Check all that apply: * [x] Have you followed the guidelines in our Contributing document, including the instructions about commit messages? * [...

For the `insights-archive` collected by the new Core Collection identified by the `"insights_archive.txt"`, the path of the real collected data is placed in the './data' but not the './' which...

Signed-off-by: Xiangce Liu

SPEC Change
WIP

In `ProcMounts` parser, the `filesystem` has an alias `mounted_device`, the `mount_type` has an alias `filesystem_type`. Better apply them to the `Mount` parser as well.

enhancement

The `insights.specs.default.DefaultSpecs.aws_instance_type` parser got the following result incorrectly from non-aws system: ``` # cat /tmp/insights-xxx-20200216034411/insights_commands/python_-m_insights.tools.cat_--no-header_aws_instance_type Missing Dependencies: At Least One Of: insights.specs.default.DefaultSpecs.aws_instance_type insights.specs.insights_archive.InsightsArchiveSpecs.aws_instance_type ``` Then the `insights.parsers.aws_instance_type.AWSInstanceType` parser returns `.type`...

bug

In the Current Workflow: If a spec is confirmed that is not used by any rules, 1. it will be removed from the `uploader.json` to prevent the insights-client from collecting...

enhancement