Bug 1059126
| Summary: | [Doc] Overall manual install guide can be greatly simplified | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Fabio Massimo Di Nitto <fdinitto> |
| Component: | doc-Installation_and_Configuration_Guide | Assignee: | Don Domingo <ddomingo> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Bruce Reeler <breeler> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 4.0 | CC: | ddomingo, dnavale, fdinitto, rlandman, yeylon |
| Target Milestone: | --- | Keywords: | Documentation, Triaged |
| Target Release: | 5.0 (RHEL 7) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | docs-rhos5-icg-others docs-rhos5-icg-cleanup | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-09-04 13:06:46 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: | |
| Embargoed: | |||
|
Description
Fabio Massimo Di Nitto
2014-01-29 08:46:15 UTC
Changed ALL the keystone setup instructions for all services in the ICG so we no longer use IDs when specifying service, user, role; instead, we use the "name" value of each item. Other changes: - for each service, specified services tenant and admin role prerequisites. Also included links to instructions for setting up admin account and services tenant. - for Telemetry and Orchestration, added step to set up shell environment to access Keystone as Admin (i.e. 'source ~/keystonerc_admin') - changed keystone setup instructions for cinder to be more consistent with others (now "Creating the Block Storage Service Identity Records"). Here are all the sections that changed: Creating the Identity Service Endpoint Creating an Administrator Account Creating the Block Storage Service Identity Records Creating the Image Identity Records Creating the OpenStack Networking Identity Records Creating the Compute Identity Records Creating the Orchestration Service Identity Records Creating the Telemetry Identity Records Will get add links for QE once a rebuild is done. Fabio, It just occurred to me that using tenant/role/user IDs might be required in case that another entry with a similar name exists in the DB. Or does the Identity service require that all tenant/role/user names be unique? (In reply to Don Domingo from comment #4) > Fabio, > > It just occurred to me that using tenant/role/user IDs might be required in > case that another entry with a similar name exists in the DB. Or does the > Identity service require that all tenant/role/user names be unique? [root@rhos4-keystone1 ~(keystone_admin)]$ keystone user-list |grep fabbione | 79dff35a63ee49929ab141a2233e191b | fabbione | True | | [root@rhos4-keystone1 ~(keystone_admin)]$ keystone user-create --name fabbione --pass test Conflict occurred attempting to store user. (1062, "Duplicate entry 'default-fabbione' for key 'domain_id'") (HTTP 409) So name have to be unique within the same region. (In reply to Don Domingo from comment #3) > Here are all the sections that changed: > > Creating the Identity Service Endpoint > Creating an Administrator Account > Creating the Block Storage Service Identity Records > Creating the Image Identity Records > Creating the OpenStack Networking Identity Records > Creating the Compute Identity Records > Creating the Orchestration Service Identity Records > Creating the Telemetry Identity Records > > Will get add links for QE once a rebuild is done. Perhaps I am wrong, but isn't the Object storage missing from this list? Sorry, forgot to list it. Fixed that one as well, and in the process changed the title to "Creating the Object Storage Service Identity Records" (it used to be "Configuring the Identity Service to work with the Object Storage Service"). (In reply to Fabio Massimo Di Nitto from comment #6) > Perhaps I am wrong, but isn't the Object storage missing from this list? |