Bug 1538250

Summary: 4.2 remote db docs need update for now used uuid-ossp extension
Product: Red Hat Enterprise Virtualization Manager Reporter: Jiri Belka <jbelka>
Component: DocumentationAssignee: rhev-docs <rhev-docs>
Status: CLOSED DUPLICATE QA Contact: rhev-docs <rhev-docs>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 4.2.0CC: lsurette, mperina, rbalakri, srevivo, ykaul
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-01-24 18:21:02 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Docs RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jiri Belka 2018-01-24 17:26:51 UTC
Description of problem:

if a dbadmin won't configure remote db correctly engine-setup would fail with:

~~~
...
[ INFO  ] Stage: Misc configuration
         
          PostgreSQL uuid-ossp extension is not installed in  the engine :database
          Please run the following commands from psql prompt  with database administrator privileges and run  engine-setup again:
          DROP FUNCTION IF EXISTS uuid_generate_v1();
          CREATE EXTENSION "uuid-ossp";
          For DROP you should connect to the engine database,
            even though you use admin user.
[ ERROR ] Failed to execute stage 'Misc configuration': uuid-ossp extension is not installed on database
[ INFO  ] Yum Performing yum transaction rollback
[ INFO  ] Stage: Clean up
          Log file is located at /var/log/ovirt-engine/setup/ovirt-engine-setup-20180124181741-012jha.log
[ INFO  ] Generating answer file '/var/lib/ovirt-engine/setup/answers/20180124181849-setup.conf'
[ INFO  ] Stage: Pre-termination
[ INFO  ] Stage: Termination
[ ERROR ] Execution of setup failed
~~~

this is caused with https://bugzilla.redhat.com/show_bug.cgi?id=1515635


Version-Release number of selected component (if applicable):
4.2

How reproducible:
100%

Steps to Reproduce:
1. follow 4.2-beta for remote db
2. engine-setup
3.

Actual results:
fails

Expected results:
docs should have info about uuid-ossp configuration

Additional info:

Comment 1 Martin Perina 2018-01-24 18:21:02 UTC

*** This bug has been marked as a duplicate of bug 1534928 ***