-
Task
-
Resolution: Done
-
Undefined
-
2.2.0
-
2
-
False
-
None
-
False
-
-
Maayan Hadasi 2022-05-03 13:09:41 UTC
Description of problem:
1. Check that the procedure of "Retrieving the Inventory service JSON", section 6.2.3, is correct
2. Fix the {rhv-short} appearance in the Example output
Link to doc:
------------https://access.redhat.com/documentation/en-us/migration_toolkit_for_virtualization/2.3/html/installing_and_using_the_migration_toolkit_for_virtualization/advanced-migration-options#retrieving-validation-service-json_mtv
Version-Release number of selected component (if applicable):
MTV 2.2 and 2.3
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info:
Comment 3 Richard Hoch 2022-12-13 16:21:46 UTC
Maayan,
Did you ever get the info you need from Jeff? I would like to either change the documentation if needed or close the issue. Thanks!
Comment 4 Maayan Hadasi 2022-12-19 06:19:23 UTC
(In reply to Richard Hoch from comment #3
)> Maayan,
>
> Did you ever get the info you need from Jeff? I would like to either change
> the documentation if needed or close the issue. Thanks!Hi Richard,
As discussed by mail, this issue will be handled by the RHV team. Thanks
Comment 5 Maayan Hadasi 2022-12-19 09:13:49 UTC
Hi everyone,
MTV project responsibilities were handed over to RHV Dev/QE teams.
We (the former MTV QE team) took care to provide any required information to Meital's team regarding MTV testing, and we are here to help but don't have a priority to check this issue further.
Now to close this issue, someone from RHV (MTV) QE team will have to test how to Retrieve the Inventory service JSON and check that the flow is well documented in MTV documentation.
@ahadas could you please answer the question asked in comment #2
?
Comment 6 Arik 2022-12-19 12:32:13 UTC
For the sake of visibility, let's repeat the issue here:
The following command:
$ GET https://<inventory service url>/providers/ovirt
Returned:
-bash: GET: command not found
I think the documentation can clarify how to initiate the HTTP GET request:
We need to get the access token:
TOKEN = $(oc whoami -t)
Then we can trigger an HTTP GET request, e.g., using curl:
curl -H "Authorization: Bearer $TOKEN" https://forklift-inventory-konveyor-forklift.apps-crc.testing/providers
Comment 7 Richard Hoch 2022-12-19 13:04:17 UTC
Arik and Maayan,
Thanks for the updates. Can we retarget this bug for MTV 2.4.0 with the understanding that it will be done sooner, if possible? Thanks.