[JIRA] [jclouds] (JENKINS-22521) jcloud blob store seem to try localhost:5000

2014-04-07 Thread dmlb2...@gmail.com (JIRA)














































David Brown
 commented on  JENKINS-22521


jcloud blob store seem to try localhost:5000















I'd really like to see an endpoint url to keystone be configurable from the UI, not sure how to do that integrating with JClouds though.



























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/d/optout.


[JIRA] [jclouds] (JENKINS-22521) jcloud blob store seem to try localhost:5000

2014-04-07 Thread dmlb2...@gmail.com (JIRA)














































David Brown
 created  JENKINS-22521


jcloud blob store seem to try localhost:5000















Issue Type:


New Feature



Assignee:


abayer



Components:


jclouds, jclouds-jenkins



Created:


07/Apr/14 3:08 PM



Description:


JCloud seems to try to publish artifacts to blob store but tries to contact localhost:5000 which is the wrong place to look for keystone endpoint. I also couldn't figure out where to configure that for JCloud plugin the UI seems terse for the blob store.


Publish artifacts to JClouds Clouds Storage  Using JClouds blobStoreProfile: jenkins
Publish artifacts to JClouds Clouds Storage  container=output_rpms, path=epel-6-x86_64/cdo, file=cdo-1.6.2-1.el6.src.rpm
ERROR: Publisher jenkins.plugins.jclouds.blobstore.BlobStorePublisher aborted due to exception
org.jclouds.http.HttpResponseException: Connection refused connecting to POST http://localhost:5000/v2.0/tokens HTTP/1.1
	at org.jclouds.http.internal.BaseHttpCommandExecutorService.invoke(BaseHttpCommandExecutorService.java:162)
	at org.jclouds.rest.internal.InvokeSyncToAsyncHttpMethod.invoke(InvokeSyncToAsyncHttpMethod.java:129)
	at org.jclouds.rest.internal.InvokeSyncToAsyncHttpMethod.apply(InvokeSyncToAsyncHttpMethod.java:95)
	at org.jclouds.rest.internal.InvokeSyncToAsyncHttpMethod.apply(InvokeSyncToAsyncHttpMethod.java:56)
	at org.jclouds.rest.internal.DelegatesToInvocationFunction.handle(DelegatesToInvocationFunction.java:156)
	at org.jclouds.rest.internal.DelegatesToInvocationFunction.invoke(DelegatesToInvocationFunction.java:123)
	at com.sun.proxy.$Proxy95.authenticateWithTenantNameAndCredentials(Unknown Source)
	at org.jclouds.openstack.keystone.v2_0.functions.AuthenticatePasswordCredentials.authenticateWithTenantName(AuthenticatePasswordCredentials.java:43)
	at org.jclouds.openstack.keystone.v2_0.functions.AuthenticatePasswordCredentials.authenticateWithTenantName(AuthenticatePasswordCredentials.java:31)
	at org.jclouds.openstack.keystone.v2_0.functions.internal.BaseAuthenticator.apply(BaseAuthenticator.java:79)
	at org.jclouds.openstack.keystone.v2_0.functions.internal.BaseAuthenticator.apply(BaseAuthenticator.java:36)
	at shaded.com.google.common.cache.CacheLoader$FunctionToCacheLoader.load(CacheLoader.java:148)
	at shaded.com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3522)
	at shaded.com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2315)
	at shaded.com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2278)
	at shaded.com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2193)
	at shaded.com.google.common.cache.LocalCache.get(LocalCache.java:3932)
	at shaded.com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3936)
	at shaded.com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4806)
	at shaded.com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4812)
	at org.jclouds.openstack.keystone.v2_0.config.KeystoneAuthenticationModule$2.get(KeystoneAuthenticationModule.java:234)
	at org.jclouds.openstack.keystone.v2_0.config.KeystoneAuthenticationModule$2.get(KeystoneAuthenticationModule.java:231)
	at org.jclouds.openstack.keystone.v2_0.suppliers.LocationIdToURIFromAccessForTypeAndVersion.get(LocationIdToURIFromAccessForTypeAndVersion.java:95)
	at org.jclouds.openstack.keystone.v2_0.suppliers.LocationIdToURIFromAccessForTypeAndVersion.get(LocationIdToURIFromAccessForTypeAndVersion.java:54)
	at org.jclouds.util.Suppliers2$1.get(Suppliers2.java:39)
	at org.jclouds.rest.internal.RestAnnotationProcessor.getEndpointFor(RestAnnotationProcessor.java:533)
	at org.jclouds.rest.internal.RestAnnotationProcessor.findEndpoint(RestAnnotationProcessor.java:374)
	at org.jclouds.rest.internal.RestAnnotationProcessor.apply(RestAnnotationProcessor.java:198)
	at org.jclouds.rest.internal.RestAnnotationProcessor.apply(RestAnnotationProcessor.java:133)
	at org.jclouds.rest.internal.InvokeSyncToAsyncHttpMethod.toCommand(InvokeSyncToAsyncHttpMethod.java:238)
	at org.jclouds.rest.internal.InvokeSyncToAsyncHttpMethod.invoke(InvokeSync