Bug 1563364 - Support console access for VMware vCloud Provider's VMs
Summary: Support console access for VMware vCloud Provider's VMs
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: Providers
Version: 5.9.0
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: GA
: 5.9.2
Assignee: Gregor Berginc
QA Contact: Gregor Berginc
URL:
Whiteboard:
Depends On: 1560517
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-04-03 17:31 UTC by Satoe Imaishi
Modified: 2022-07-09 09:36 UTC (History)
6 users (show)

Fixed In Version: 5.9.2.1
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1560517
Environment:
Last Closed: 2018-05-07 20:48:06 UTC
Category: ---
Cloudforms Team: vCloud
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2018:1328 0 None None None 2018-05-07 20:48:31 UTC

Comment 2 CFME Bot 2018-04-03 17:41:57 UTC
New commit detected on ManageIQ/manageiq-providers-vmware/gaprindashvili:

https://github.com/ManageIQ/manageiq-providers-vmware/commit/83aa379c73878d93544a1e0c0b5647458cb3c100
commit 83aa379c73878d93544a1e0c0b5647458cb3c100
Author:     Adam Grare <agrare>
AuthorDate: Tue Apr  3 08:41:35 2018 -0400
Commit:     Adam Grare <agrare>
CommitDate: Tue Apr  3 08:41:35 2018 -0400

    Merge pull request #219 from miha-plesko/actually-apply-api-version

    Actually apply CloudManager's api_version
    (cherry picked from commit 961b39a1ebbe875c9a281a3873508b03a1942119)

    https://bugzilla.redhat.com/show_bug.cgi?id=1563364

 app/models/manageiq/providers/vmware/manager_auth_mixin.rb | 14 +-
 spec/models/manageiq/providers/vmware/cloud_manager/refresher_spec.rb | 9 +-
 spec/models/manageiq/providers/vmware/cloud_manager_spec.rb | 7 +-
 3 files changed, 17 insertions(+), 13 deletions(-)


https://github.com/ManageIQ/manageiq-providers-vmware/commit/a7c376f5f5a04677ac95cb5963c92a3e03c696ff
commit a7c376f5f5a04677ac95cb5963c92a3e03c696ff
Author:     Adam Grare <agrare>
AuthorDate: Tue Apr  3 09:08:15 2018 -0400
Commit:     Adam Grare <agrare>
CommitDate: Tue Apr  3 09:08:15 2018 -0400

    Merge pull request #224 from miha-plesko/shift-fog-version

    Shift fog-vcloud-director version to 0.1.10
    (cherry picked from commit 3386b553fff6db82e4b8118fe831b750985d970b)

    https://bugzilla.redhat.com/show_bug.cgi?id=1563364

 manageiq-providers-vmware.gemspec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


https://github.com/ManageIQ/manageiq-providers-vmware/commit/afe41511ca44ceffd9ffb37986386cd8af5a00f8
commit afe41511ca44ceffd9ffb37986386cd8af5a00f8
Author:     Adam Grare <agrare>
AuthorDate: Tue Apr  3 09:34:42 2018 -0400
Commit:     Adam Grare <agrare>
CommitDate: Tue Apr  3 09:34:42 2018 -0400

    Merge pull request #218 from miha-plesko/console-access

    Add support for vCloud console access via WebMKS
    (cherry picked from commit db12e685fccf2562b037232256fa92a5e8112520)

    https://bugzilla.redhat.com/show_bug.cgi?id=1563364

 app/models/manageiq/providers/vmware/cloud_manager/vm.rb | 1 +
 app/models/manageiq/providers/vmware/cloud_manager/vm/remote_console.rb | 75 +
 spec/models/manageiq/providers/vmware/cloud_manager/vm/remote_console_spec.rb | 98 +
 3 files changed, 174 insertions(+)

Comment 3 CFME Bot 2018-04-03 17:45:46 UTC
New commit detected on ManageIQ/manageiq/gaprindashvili:

https://github.com/ManageIQ/manageiq/commit/d56944ce84ae94a5f655db852d7619f2eb2bfdd8
commit d56944ce84ae94a5f655db852d7619f2eb2bfdd8
Author:     Martin Povolny <mpovolny>
AuthorDate: Tue Apr  3 02:50:44 2018 -0400
Commit:     Martin Povolny <mpovolny>
CommitDate: Tue Apr  3 02:50:44 2018 -0400

    Merge pull request #17200 from miha-plesko/vcloud-webmks

    Add support for non-binary WebMKS websocket
    (cherry picked from commit 85754f5598797bf9b8cf7e1301483c3d14210af5)

    https://bugzilla.redhat.com/show_bug.cgi?id=1563364

 lib/websocket_proxy.rb | 27 +-
 lib/websocket_webmks_uint8utf8.rb | 31 +
 spec/lib/websocket_proxy_spec.rb | 108 +-
 3 files changed, 159 insertions(+), 7 deletions(-)

Comment 4 CFME Bot 2018-04-09 13:56:41 UTC
New commit detected on ManageIQ/manageiq-ui-classic/gaprindashvili:

https://github.com/ManageIQ/manageiq-ui-classic/commit/7d873637f76ffe2a2544e3487f06bcf13ec56f30
commit 7d873637f76ffe2a2544e3487f06bcf13ec56f30
Author:     Milan Zázrivec <mzazrivec>
AuthorDate: Tue Apr  3 02:25:06 2018 -0400
Commit:     Milan Zázrivec <mzazrivec>
CommitDate: Tue Apr  3 02:25:06 2018 -0400

    Merge pull request #3679 from miha-plesko/vcloud-webmks

    Enable WebMKS console access for VMware vCloud's VMs
    (cherry picked from commit a63c3559bb12ea6057dc254864692c8da3d5c3e3)

    https://bugzilla.redhat.com/show_bug.cgi?id=1563364

 app/controllers/vm_remote.rb | 6 +-
 app/helpers/application_helper/button/vm_webmks_console.rb | 11 +
 app/helpers/application_helper/toolbar/x_vm_cloud_center.rb | 43 +-
 app/views/vm_common/console_webmks.html.haml | 10 +-
 config/routes.rb | 2 +
 spec/helpers/application_helper/buttons/vm_webmks_console_spec.rb | 34 +-
 6 files changed, 91 insertions(+), 15 deletions(-)

Comment 5 Sudhir Mallamprabhakara 2018-04-27 02:19:08 UTC
no associated customer scenario. QE unable to test. Moving to Closed

Comment 8 errata-xmlrpc 2018-05-07 20:48:06 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2018:1328


Note You need to log in before you can comment on or make changes to this bug.