Description of problem: Currently its not possible to enable Cockpit on ha-hosts from UI of the engine. Cockpit service comes installed on clean ha-hosts after installation of hosted-engine components, but its not loaded by default. In order to enable Cockpit, customer has to connect to each ha-host and run as follows: systemctl enable cockpit.socket systemctl start cockpit systemctl status cockpit systemctl status cockpit.service firewall-cmd --permanent --add-port=9090/tcp irewall-cmd --permanent --add-port=9090/udp firewall-cmd --reload Engine has ssh connectivity to all hosts, hence enabling cockpit service shouldn't be something hard to do from the engine. Version-Release number of selected component (if applicable): cockpit-system-173.2-1.el7.noarch cockpit-dashboard-176-4.el7.x86_64 cockpit-173.2-1.el7.x86_64 cockpit-storaged-176-4.el7.noarch cockpit-bridge-173.2-1.el7.x86_64 cockpit-machines-ovirt-176-4.el7.noarch cockpit-ovirt-dashboard-0.12.8-1.el7ev.noarch cockpit-ws-173.2-1.el7.x86_64 ovirt-hosted-engine-ha-2.3.1-1.el7ev.noarch ovirt-hosted-engine-setup-2.3.7-1.el7ev.noarch How reproducible: 100% Steps to Reproduce: 1.Deploy hosted engine. 2.Enable Cockpit on hosts from UI. Actual results: Currently its not possible to enable Cockpit on ha-hosts from UI of the engine. Expected results: It would be much easier to be able to enable Cockpit service on all ha-hosts from UI of the engine. Additional info: Please also see https://bugzilla.redhat.com/show_bug.cgi?id=1495506
why did you file it downstream? I do not see anything RHV specific. Please change to upstream bug and move to Integration
Because I found it on downstream product and not on the upstream, its for the HE deployment, so its RHEV related.
you're finding all bugs on downstream, but unless it's a RHV specific functionality/branding the bugs are opened upstream. I do not see anything RHV-related here
We are supposed to enable cockpit on all hosts, not only those running hosted engine. No need for UI changes.