Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: Update payload generation so that v2v migration_analytics can support local payload download by the user Version-Release number of selected component (if applicable): 5.11
https://github.com/RedHatCloudForms/cfme-cloud_services/pull/43 https://github.com/RedHatCloudForms/cfme-cloud_services/pull/42 https://github.com/RedHatCloudForms/cfme-cloud_services/pull/41
New commit detected on RedHatCloudForms/cfme-cloud_services/ivanchuk: https://github.com/RedHatCloudForms/cfme-cloud_services/commit/c953eb00f194d1f43f8ebee8c12e75fb60f067e9 commit c953eb00f194d1f43f8ebee8c12e75fb60f067e9 Author: Alberto Bellotti <abellotti.github.com> AuthorDate: Fri Aug 16 09:26:59 2019 -0400 Commit: Alberto Bellotti <abellotti.github.com> CommitDate: Fri Aug 16 09:26:59 2019 -0400 Merge pull request #41 from agrare/fix_file_size_issue Fix an integer overflow error for large files (cherry picked from commit bda65acc228b81d6286a8e67378900dda325575d) https://bugzilla.redhat.com/show_bug.cgi?id=1744606 lib/cfme/cloud_services/data_packager.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) https://github.com/RedHatCloudForms/cfme-cloud_services/commit/8adfb97c7823e2e0de55861dfda8f19255146fff commit 8adfb97c7823e2e0de55861dfda8f19255146fff Author: Alberto Bellotti <abellotti.github.com> AuthorDate: Mon Aug 19 11:39:21 2019 -0400 Commit: Alberto Bellotti <abellotti.github.com> CommitDate: Mon Aug 19 11:39:21 2019 -0400 Merge pull request #42 from agrare/allow_file_permissions_to_be_set Allow file permissions to be set by caller (cherry picked from commit 77b85429fb36cb8ea09e10948d6dc89e60df35df) https://bugzilla.redhat.com/show_bug.cgi?id=1744606 lib/cfme/cloud_services/data_packager.rb | 8 +- lib/cfme/cloud_services/inventory_sync.rb | 10 +- 2 files changed, 11 insertions(+), 7 deletions(-) https://github.com/RedHatCloudForms/cfme-cloud_services/commit/a9f9f526edffda74f75adf1451bc25154fbb95a4 commit a9f9f526edffda74f75adf1451bc25154fbb95a4 Author: Adam Grare <agrare> AuthorDate: Thu Aug 22 10:03:05 2019 -0400 Commit: Adam Grare <agrare> CommitDate: Thu Aug 22 10:03:05 2019 -0400 Merge pull request #43 from mzazrivec/add_ip_address_to_context_data_of_the_bundle_task_results Add ip address to context data (cherry picked from commit d83e00ef5022772c61666fad7dfaf2dda04113ae) https://bugzilla.redhat.com/show_bug.cgi?id=1744606 lib/cfme/cloud_services/inventory_sync.rb | 1 + 1 file changed, 1 insertion(+)
Created attachment 1609643 [details] Payload can be copied In 5.11.0.22.20190827200559_e618ece Payload can be copied by scp but not downloaded . Will verify the BZ if this what is expected ?
Scp was chosen over a download link for simplicity and security
(In reply to Shveta from comment #4) > Created attachment 1609643 [details] > Payload can be copied > > In 5.11.0.22.20190827200559_e618ece Payload can be copied by scp but not > downloaded . > > Will verify the BZ if this what is expected ? Working as designed. We will revisit the download button in a future release.
@Brett : I think you moved it to ON_QA by mistake .