Bug 1358783
| Summary: | webadmin-cockpit-ui-plugin: Show instructions how to accept Cockpit's SSL certificate | ||
|---|---|---|---|
| Product: | [oVirt] ovirt-engine | Reporter: | Marek Libra <mlibra> |
| Component: | Frontend.WebAdmin | Assignee: | Marek Libra <mlibra> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Pavel Novotny <pnovotny> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.0.2 | CC: | bgraveno, bugs, gklein, lsvaty, michal.skrivanek |
| Target Milestone: | ovirt-4.0.2 | Flags: | rule-engine:
ovirt-4.0.z+
rule-engine: planning_ack+ michal.skrivanek: devel_ack+ lsvaty: testing_ack+ |
| Target Release: | 4.0.2 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | cockpit-ovirt-0.10.6-1.3.2.el7ev | Doc Type: | Enhancement |
| Doc Text: |
This update improves the error message received when Cockpit cannot be displayed in the Administration portal's Host's sub-tab. The error now includes SSL certificate information and a link to the Cockpit ping page.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-08-12 14:25:48 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Virt | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Marek Libra
2016-07-21 13:03:34 UTC
Verified in
cockpit-ovirt-uiplugin-0.10.6-1.3.2.el7ev.noarch
rhevm-4.0.2.1-0.1.el7ev.noarch
Text in the Cockpit sub-tab has been extended with the SSL certificate info and link to the cockpit /ping page:
"""
Cockpit can't be accessed on this host. Please check the host if Cockpit
- is installed
- Try: sudo dnf install cockpit
- service is enabled
- Try:
- sudo systemctl start cockpit.socket
- sudo systemctl enable cockpit.socket
- port is allowed on firewall
- default TCP 9090
- see plugin's "cockpit.json" configuration file
- the host SSL certificate is accepted, try
- https://10.20.30.40:9090/ping
"""
|