| Summary: | websocket proxy configuration is not offered when /etc/pki/ovirt-engine directory already exists | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | David Jaša <djasa> |
| Component: | ovirt-engine-setup | Assignee: | Alon Bar-Lev <alonbl> |
| Status: | CLOSED NOTABUG | QA Contact: | Pavel Stehlik <pstehlik> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.3.0 | CC: | acathrow, alonbl, bazulay, iheim, michal.skrivanek, Rhev-m-bugs, yeylon |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | 3.3.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | integration | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-10-19 19:40:24 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
David Jaša
2013-10-17 12:33:45 UTC
If /etc/pki/ovirt-engine/keys/websocket-proxy.p12 exists, the assumption is that websocket is configured either manually or by setup. So no need to re-configure it, hence no prompt. Copying blindly files from one setup to another setup is not something that is expected during normal course of application handling. Closing it as not a bug as it is per design. Thanks! (In reply to Alon Bar-Lev from comment #1) > If /etc/pki/ovirt-engine/keys/websocket-proxy.p12 exists, the assumption is > that websocket is configured either manually or by setup. > > So no need to re-configure it, hence no prompt. > IMO there should be a log message similar to PKI - saying something about websocket proxy configuration being found and assumption that it works. > Copying blindly files from one setup to another setup is not something that > is expected during normal course of application handling. > I wanted to achieve just a fresh installation with just PKI (CA) reused. If I understand correctly, this "blind copying of [PKI] files" is also part of backup/restore (that adds also database backup/restore). (In reply to David Jaša from comment #2) > > Copying blindly files from one setup to another setup is not something that > > is expected during normal course of application handling. > > > > I wanted to achieve just a fresh installation with just PKI (CA) reused. If > I understand correctly, this "blind copying of [PKI] files" is also part of > backup/restore (that adds also database backup/restore). backup/restore is taking a backup of one machine and restore it to another including configuration and database. when you restore configured webproxy you get configured web proxy. |