New commit detected on ManageIQ/manageiq-ui-classic/fine: https://github.com/ManageIQ/manageiq-ui-classic/commit/67a0f0ae8a3fada5746cd72e119bd8bf8f598dab commit 67a0f0ae8a3fada5746cd72e119bd8bf8f598dab Author: Harpreet Kataria <hkataria> AuthorDate: Thu Oct 5 17:54:22 2017 -0400 Commit: Satoe Imaishi <simaishi> CommitDate: Mon Nov 13 20:19:13 2017 -0500 Merge pull request #2285 from bmclaughlin/check-for-active-cockpit-role Check for cockpit_ws server role to enable Web Console button (cherry picked from commit 96b74b933699d78ef008c9ccea6365e16f2b8e99) https://bugzilla.redhat.com/show_bug.cgi?id=1512754 .../application_helper/button/cockpit_console.rb | 6 +- spec/controllers/container_node_controller_spec.rb | 1 + spec/controllers/vm_cloud_controller/trees_spec.rb | 1 + spec/controllers/vm_infra_controller/trees_spec.rb | 1 + spec/controllers/vm_infra_controller_spec.rb | 1 + .../buttons/cockpit_console_spec.rb | 68 ++++++++++++++++------ 6 files changed, 57 insertions(+), 21 deletions(-)
https://github.com/ManageIQ/manageiq-ui-classic/pull/2729
New commit detected on ManageIQ/manageiq-ui-classic/fine: https://github.com/ManageIQ/manageiq-ui-classic/commit/d486602d80bd038bf1a8c9494c313ec898968f69 commit d486602d80bd038bf1a8c9494c313ec898968f69 Author: Brian McLaughlin <bmclaugh> AuthorDate: Tue Nov 14 13:41:11 2017 -0500 Commit: Brian McLaughlin <bmclaugh> CommitDate: Tue Nov 14 13:41:11 2017 -0500 Add missing question mark https://bugzilla.redhat.com/show_bug.cgi?id=1512754 app/helpers/application_helper/button/cockpit_console.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
There's no Cockpit server role in 5.8z yet.
Yeah, just noticed that myself a few days ago and filed a bug to revert the changes: https://bugzilla.redhat.com/show_bug.cgi?id=1522951
(In reply to Brian McLaughlin from comment #6) > Yeah, just noticed that myself a few days ago and filed a bug to revert the > changes: > https://bugzilla.redhat.com/show_bug.cgi?id=1522951 I just verified that BZ
Without a the role to key off of there is not a way to determine if Cockpit server is installed on a given VM.