Issue Type: Bug Bug
Affects Versions: current
Assignee: Francis Upton
Components: ec2
Created: 19/Jul/13 3:49 PM
Description:

The EC2 plugin is unable to successfully connect to any Eucalyptus 3.x cloud.

The EC2 plugin currently requests a single URL – [Eucalytpus_URL]/register – which it calls in order to obtain the EC2 and S3 endpoints. The trouble immediately hits when the EC2 plugin attempts to use the AWS Java SDK to connect to Eucalyptus. The specific issue is that the AWS Java SDK requires a trailing "/" to successfully connect. For example:
http://eucalyptus.mycloud.com/services/Eucalyptus
is what is returned from the /register call. But this:
http://eucalyptus.mycloud.com/services/Eucalyptus/
is what the SDK needs.

It should be noted that the /register endpoint is deprecated. Eucalyptus created that service call for a specific partner integration. The endpoint is no longer required by that partner and there are no plans to maintain it.

The resolution should ensure the EC2 plugin a) successfully connects and b) does not require the /register endpoint.

Environment: Current Jenkins & Eucalyptus 3.x
Project: Jenkins
Priority: Blocker Blocker
Reporter: Colby Dyess
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to