Bug 1021560 - [RHEVM-DWH-SETUP] - Instructions for remote DB should be more clear
Summary: [RHEVM-DWH-SETUP] - Instructions for remote DB should be more clear
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: ovirt-engine-dwh
Version: 3.3.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: 3.3.0
Assignee: Alex Lourie
QA Contact: Barak Dagan
URL:
Whiteboard: infra
Depends On:
Blocks: 3.3snap2
TreeView+ depends on / blocked
 
Reported: 2013-10-21 14:07 UTC by Barak Dagan
Modified: 2016-02-10 19:37 UTC (History)
9 users (show)

Fixed In Version: is21
Doc Type: Bug Fix
Doc Text:
Clearer instructions are now provided for installing a remote database. Administrators are now instructed to create a database, a database user, and to configure the database encoding type.
Clone Of:
Environment:
Last Closed: 2013-10-31 16:41:17 UTC
oVirt Team: Infra
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2014:0036 0 normal SHIPPED_LIVE rhevm-dwh 3.3 bug fix and enhancement update 2014-01-21 19:53:35 UTC
oVirt gerrit 20576 0 None None None Never

Description Barak Dagan 2013-10-21 14:07:19 UTC
Description of problem:
The instructions are not clear enough:

Remote installation selected. Make sure that DBA creates a user and the database in the following fashion:
	create role <role> with login encrypted password <password>;
	create ovirt_engine_history owner <role>;

1) 2nd command should include database: create database ovirt_engine_history owner ...
2) does that DB need to have the same configuration as engine DB ?
(template template0 encoding 'UTF8' lc_collate 'en_US.UTF-8' lc_ctype 'en_US.UTF-8';)

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

How reproducible:
100%

Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:
Expecting: Make sure that DBA creates a user and the database in like the following example:
	"create role <role> with login encrypted password <password>;"
	"create ovirt_engine_history owner <role>;"


Additional info:

Comment 2 Shai Revivo 2013-10-31 16:41:17 UTC
This bug was fixed and is slated to be in the upcoming version. As we are focusing our testing at this phase on severe bugs, this bug was closed without going through its verification step.

Comment 3 Charlie 2013-11-28 00:54:14 UTC
This bug is currently attached to errata RHEA-2013:15116. If this change is not to be documented in the text for this errata please either remove it from the errata, set the requires_doc_text flag to 
minus (-), or leave a "Doc Text" value of "--no tech note required" if you do not have permission to alter the flag.

Otherwise to aid in the development of relevant and accurate release documentation, please fill out the "Doc Text" field above with these four (4) pieces of information:

* Cause: What actions or circumstances cause this bug to present.
* Consequence: What happens when the bug presents.
* Fix: What was done to fix the bug.
* Result: What now happens when the actions or circumstances above occur. (NB: this is not the same as 'the bug doesn't present anymore')

Once filled out, please set the "Doc Type" field to the appropriate value for the type of change made and submit your edits to the bug.

For further details on the Cause, Consequence, Fix, Result format please refer to:

https://bugzilla.redhat.com/page.cgi?id=fields.html#cf_release_notes 

Thanks in advance.


Note You need to log in before you can comment on or make changes to this bug.