Bug 753109 - Check connection with condor-aviary at startup [RFE]
Summary: Check connection with condor-aviary at startup [RFE]
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise MRG
Classification: Red Hat
Component: cumin
Version: 2.1
Hardware: Unspecified
OS: Unspecified
low
unspecified
Target Milestone: ---
: ---
Assignee: grid-maint-list
QA Contact: MRG Quality Engineering
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-11-11 11:22 UTC by Stanislav Graf
Modified: 2016-05-26 20:17 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-05-26 20:17:14 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 733677 0 high CLOSED Integration of aviary for job control, submission, and job/submission queries [RFE] 2021-02-22 00:41:40 UTC

Internal Links: 733677

Description Stanislav Graf 2011-11-11 11:22:12 UTC
Description of problem:
[Condor non-SSL, Cumin SSL]

- setup condor to not use /disable SSL
SCHEDD.AVIARY_SSL = False
SCHEDD.AVIARY_SSL_SERVER_CERT = /tmp/ssl/serv.pem
SCHEDD.AVIARY_SSL_SERVER_KEY = /tmp/ssl/serv.pem
SCHEDD.AVIARY_SSL_CA_DIR = /tmp/ssl
SCHEDD.AVIARY_SSL_CA_FILE = /tmp/ssl/ca.pem
QUERY_SERVER.AVIARY_SSL = False
QUERY_SERVER.AVIARY_SSL_SERVER_CERT = /tmp/ssl/serv.pem
QUERY_SERVER.AVIARY_SSL_SERVER_KEY = /tmp/ssl/serv.pem
QUERY_SERVER.AVIARY_SSL_CA_DIR = /tmp/ssl
QUERY_SERVER.AVIARY_SSL_CA_FILE = /tmp/ssl/ca.pem

- enable SSL on cumin side

- Start cumin and logfile shows that everything is OK:
DEBUG AviaryOperations: suds logging on
INFO AviaryOperations: using client and server certificate validation for ssl connections, solution is M2Crypto
INFO AviaryOperations: verify server domain against certificate during validation (True)
INFO Enabled Aviary interface for job submission and control.
INFO Enabled Aviary interface for query operations.

- try to submit job and it failed
RHEL5
Submit job 'zzz': Failed (unexpected eof)
RHEL6
Submit job 'zzz': Failed (Trouble reaching host (hostname), [Errno 8]
_ssl.c:490: EOF occurred in violation of protocol)



Version-Release number of selected component (if applicable):
cumin-0.1.5098-2

How reproducible:
100%

Steps to Reproduce:
1. Setup condor-aviary non-SSL
2. Setup cumin aviary-SSL
3. Try to use cumin
  
Actual results:
Cumin doesn't warn at startup that setup isn't usable.

Expected results:
Cumin warns at startup that setup isn't usable.

Additional info:

Comment 3 Anne-Louise Tangring 2016-05-26 20:17:14 UTC
MRG-Grid is in maintenance and only customer escalations will be considered. This issue can be reopened if a customer escalation associated with it occurs.


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