Bug 754451 - 2.1 engineering review and feedback
Summary: 2.1 engineering review and feedback
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise MRG
Classification: Red Hat
Component: Grid_Developer_Guide
Version: 2.1
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: 2.1
: ---
Assignee: Alison Young
QA Contact: Tomas Rusnak
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-11-16 14:59 UTC by Pete MacKinnon
Modified: 2012-01-26 19:15 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-01-26 19:15:55 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 722996 0 unspecified CLOSED Document advanced extra attribute usage in Aviary submits 2021-02-22 00:41:40 UTC

Internal Links: 722996

Description Pete MacKinnon 2011-11-16 14:59:45 UTC
Chapter 1. Overview:

"using universal network such as HTTP"

RECOMMEND something like: 

"using the common network data transport of HTTP"

2.1. SOAP and WSDL

"
This schema-based approach allows developers to generate the code for types and operations into their preferred native programming language. Code is generated using a client web service toolkit. Some popular web service toolkits are: 

    *
      Apache Axis or CXF to generate Java
    *
      Suds to generate Python
    *
      Savon to generate Ruby
"

The notion of code generation applies but is not a requirement. RECOMMEND:

"
This schema-based approach allows developers to use API types and operations in their preferred native programming language. Some popular web service toolkits for client development are:
    *
      Apache Axis or CXF for Java
    *
      Suds for Python
    *
      Savon for Ruby
"

3.1. Installation


"-DWANT_CONTRIB:BOOL=TRUE -DWITH_AVIARY:BOOL=TRUE"

MUST be changed to

"-DWANT_CONTRIB:BOOL=TRUE -DWITH_AVIARY:BOOL=TRUE -DWITH_MANAGEMENT:BOOL=TRUE"

4.1. JobId

"It is a string that encodes two positive floating point numbers such as 1.0, 84.3, 2004.68."

MUST be changed to:

"It is a string that encodes two positive integer numbers separated by a dot such as '1.0', '84.3', '2004.68'."

Chapter 7. Security

"Aviary supports submissions and queries over a secure SSL connection with mutual authentication. To enable this advanced feature, use remote configuration to add the SSLEnabledAviaryScheduler and SSLEnabledQueryServer features."

RECOMMEND change to:

"Aviary supports job submissions, management and queries over a secure SSL connection with mutual authentication. To enable this advanced feature, use remote configuration to add the SSLEnabledAviaryScheduler and SSLEnabledQueryServer features. These features have parameters for specifying client and server certificate file locations as well as a certificate authority (CA) file and/or directory."

Comment 2 Tomas Rusnak 2011-11-22 12:29:40 UTC
All requested changes confirmed in "Grid Developer Guide"

>>> VERIFIED

Comment 3 Lana Brindley 2012-01-26 19:15:55 UTC
This book is now available on redhat.com/docs. Please raise a new bug if you spot any issues.

Thanks,
LKB


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