Bug 1933157
Summary: | Cannot filter hosts by plan_id: 'search_by_plan_id' failed with error: 404 Not Found (ScopedSearch::QueryNotSupported) | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | James Jeffers <jjeffers> |
Component: | Ansible - Configuration Management | Assignee: | Ondřej Ezr <oezr> |
Status: | CLOSED WONTFIX | QA Contact: | Lukas Pramuk <lpramuk> |
Severity: | medium | Docs Contact: | |
Priority: | high | ||
Version: | 6.4.0 | CC: | achadha, ahuchcha, ahumbe, aruzicka, dmatoule, egolov, inecas, jpathan, mmccune, nshaik, oezr, oprazak, rexwhite, sshtein, tbrisker, zhunting |
Target Milestone: | 6.8.5 | Keywords: | PrioBumpGSS, Triaged |
Target Release: | Unused | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | redhat_access-2.2.19 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | 1644832 | Environment: | |
Last Closed: | 2021-03-18 15:51:49 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Comment 2
Lukas Pramuk
2021-03-16 03:09:05 UTC
# insights-client --net-debug --register GET https://sat.example.com:443/redhat_access/r/insights/v1/branch_info GET branch_info status: 401 GET https://sat.example.com:443/redhat_access/r/insights/v1/branch_info GET branch_info status: 401 GET https://sat.example.com:443/redhat_access/r/insights/platform/module-update-router/v1/channel?module=insights-core Unable to fetch egg url. Defaulting to /release GET https://sat.example.com:443/redhat_access/r/insights/v1/static/release/insights-core.egg GET https://sat.example.com:443/redhat_access/r/insights/v1/branch_info GET branch_info status: 401 GET https://sat.example.com:443/redhat_access/r/insights/v1/systems/83e6fbf4-09cf-4625-980d-08dbba4c82be POST https://sat.example.com:443/redhat_access/r/insights/v1/systems Successfully registered host host1.example.com Automatic scheduling for Insights has been enabled. GET https://sat.example.com:443/redhat_access/r/insights/v1/branch_info GET branch_info status: 401 Starting to collect Insights data for host1.example.com Uploading Insights data. POST https://sat.example.com:443/redhat_access/r/insights/uploads/83e6fbf4-09cf-4625-980d-08dbba4c82be Upload status: 500 Internal Server Error {"status":500,"error":"Internal Server Error"} Upload archive failed with status code 500 Upload attempt 1 of 1 failed! Status Code: 500 All attempts to upload have failed! Please see /var/log/insights-client/insights-client.log for additional information Upload failed. 6.8.5 Snap1 ^^^ vs. 6.8.4 (or downgrade to tfm-rubygem-redhat_access-2.2.18-1.el7sat) # insights-client --net-debug --register GET https://sat.example.com:443/redhat_access/r/insights/v1/branch_info GET branch_info status: 200 GET https://sat.example.com:443/redhat_access/r/insights/v1/branch_info GET branch_info status: 200 GET https://sat.example.com:443/redhat_access/r/insights/platform/module-update-router/v1/channel?module=insights-core GET https://sat.example.com:443/redhat_access/r/insights/v1/static/release/insights-core.egg GET https://sat.example.com:443/redhat_access/r/insights/v1/branch_info GET branch_info status: 200 GET https://sat.example.com:443/redhat_access/r/insights/v1/systems/83e6fbf4-09cf-4625-980d-08dbba4c82be This host has already been registered. Automatic scheduling for Insights has been enabled. GET https://sat.example.com:443/redhat_access/r/insights/v1/branch_info GET branch_info status: 200 Starting to collect Insights data for host1.example.com Uploading Insights data. POST https://sat.example.com:443/redhat_access/r/insights/uploads/83e6fbf4-09cf-4625-980d-08dbba4c82be Upload status: 201 Created {"request_id":"1d178efe200d475da45d670e7a41dd2c","upload":{"account_number":"6212943"}} Successfully uploaded report from host1.example.com to account 6212943. View the Red Hat Insights console at https://cloud.redhat.com/insights/ GET https://sat.example.com:443/redhat_access/r/insights/platform/inventory/v1/hosts?insights_id=83e6fbf4-09cf-4625-980d-08dbba4c82be View details about this system on cloud.redhat.com: https://cloud.redhat.com/insights/inventory/a76ea644-a032-4d53-a2d2-a1fc60dc4378 @egolov I am watching this and will take care of it wherever it lands. Per discussion, this is being closed for 6.8 z-stream. This issue will be addressed in 6.9. The needinfo request[s] on this closed bug have been removed as they have been unresolved for 500 days |