Bug 1240612 - [Docs][Sahara] Changes for Kilo/RHEL-OSP7: service type, preferred packages/daemons
Summary: [Docs][Sahara] Changes for Kilo/RHEL-OSP7: service type, preferred packages/d...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: documentation
Version: 7.0 (Kilo)
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: z1
: 7.0 (Kilo)
Assignee: Don Domingo
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 1257000
TreeView+ depends on / blocked
 
Reported: 2015-07-07 11:24 UTC by Luigi Toscano
Modified: 2015-08-26 03:32 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-08-17 06:50:43 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Luigi Toscano 2015-07-07 11:24:56 UTC
Description of problem:
This is tracker for the documentation changes required for Sahara since Kilo. 

The changes should be limited; apart from the packstack support already requested in rhbz#1232872, the following should be documented:

== Changed service type

'11.2.2. Create the OpenStack Data Processing Service Identity Records', and specifically 'Procedure 11.2. Configuring the OpenStack Data Processing service to authenticate through the Identity Service' refers to data_processing as the service type that needs to be created:


4. Create the sahara system item:
# keystone service-create --name=sahara --type=data_processing --description="OpenStack Data Processing"


This is now expected to be data-processing by clients (and tempest) by default, so it should be

4. Create the sahara system item:
# keystone service-create --name=sahara --type=data-processing --description="OpenStack Data Processing"


== Preferred packages/daemons

While the previous configuration with a unique daemon to be executed (openstack-sahara-all from openstack-sahara package) is still supported, the preferred way is the usage of openstack-sahara-api and openstack-sahara-engine daemons, shipped in the packages with the same names.

Affected documentation:

- 11.1. Install the OpenStack Data Processing Service Packages
Instead of openstack-sahara, the packages are openstack-sahara-api and openstack-sahara-engine.
 ⁠
- 11.3. Configure and Launch the OpenStack Data Processing Service
Refer to openstack-sahara-api and openstack-sahara-engine instead of openstack-sahara-all

I don't think that the the old way should be totally removed, but maybe it should be mentioned someone; for example, right now packstack installations use openstack-sahara and openstack-sahara-all (see https://bugzilla.redhat.com/show_bug.cgi?id=1232872#c0).

Comment 3 Andrew Dahms 2015-08-04 00:19:56 UTC
Assigning to Don for review.


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