[JIRA] [ec2] (JENKINS-15081) Errors with multiple EC2 Clouds

2013-05-02 Thread fran...@oaklandsoftware.com (JIRA)















































Francis Upton
 resolved  JENKINS-15081 as Fixed


Errors with multiple EC2 Clouds
















Change By:


Francis Upton
(02/May/13 7:56 PM)




Status:


Reopened
Resolved





Resolution:


Fixed



























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.
 
 


[JIRA] [ec2] (JENKINS-15081) Errors with multiple EC2 Clouds

2013-05-02 Thread fran...@oaklandsoftware.com (JIRA)














































Francis Upton
 commented on  JENKINS-15081


Errors with multiple EC2 Clouds















Here is the commit that had the remaining fixes. Note the bug report number in the commit message is incorrect:

https://github.com/jenkinsci/ec2-plugin/commit/9095d318589809ea69cd7e1ca9e1ff94012794d6



























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.
 
 


[JIRA] [ec2] (JENKINS-15081) Errors with multiple EC2 Clouds

2013-05-02 Thread fran...@oaklandsoftware.com (JIRA)














































Francis Upton
 commented on  JENKINS-15081


Errors with multiple EC2 Clouds















Just checked in fixes that should make this work properly. I tested it with multiple clouds and both spot and demand instances. Also clarified that the cloud has to be uniquely identified by the region (and made the UI such that it would not allow duplicate EC2 clouds to be created).



























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.
 
 


[JIRA] [ec2] (JENKINS-15081) Errors with multiple EC2 Clouds

2013-05-02 Thread fran...@oaklandsoftware.com (JIRA)














































Francis Upton
 reopened  JENKINS-15081


Errors with multiple EC2 Clouds
















There remain problems with multiple cloud support that will be shortly addressed.





Change By:


Francis Upton
(02/May/13 7:22 PM)




Resolution:


Fixed





Status:


Resolved
Reopened



























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.
 
 


[JIRA] [ec2] (JENKINS-15081) Errors with multiple EC2 Clouds

2013-04-30 Thread fran...@oaklandsoftware.com (JIRA)















































Francis Upton
 resolved  JENKINS-15081 as Fixed


Errors with multiple EC2 Clouds
















Change By:


Francis Upton
(30/Apr/13 11:08 PM)




Status:


Open
Resolved





Resolution:


Fixed



























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.
 
 


[JIRA] [ec2] (JENKINS-15081) Errors with multiple EC2 Clouds

2013-04-30 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-15081


Errors with multiple EC2 Clouds















Code changed in jenkins
User: ray.sennew...@gmail.com
Path:
 src/main/java/hudson/plugins/ec2/EC2AbstractSlave.java
 src/main/java/hudson/plugins/ec2/EC2Computer.java
 src/main/java/hudson/plugins/ec2/EC2ComputerLauncher.java
 src/main/java/hudson/plugins/ec2/EC2OndemandSlave.java
 src/main/java/hudson/plugins/ec2/EC2SpotSlave.java
 src/main/java/hudson/plugins/ec2/SlaveTemplate.java
 src/main/java/hudson/plugins/ec2/ssh/EC2UnixLauncher.java
http://jenkins-ci.org/commit/ec2-plugin/ec7e8e17979e60c4af631474611b1144a48b825f
Log:
  Fix for JENKINS-15081. We store the EC2Cloud that a slave belongs to as an attribute in the EC2AbstractSlave class and have a function call to retrieve it in EC2Computer.

All references to EC2Cloud.get changed to EC2AbstractSlave.cloud or EC2Computer.getCloud().
This fix allows for us to always know the correct Cloud that an EC2AbstractSlave or EC2Computer belongs to so we can have multiple EC2Clouds configured on one Jenkins instance and have different templates for different clouds and have the instances for each spin up properly.





























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.
 
 


[JIRA] [ec2] (JENKINS-15081) Errors with multiple EC2 Clouds

2013-04-30 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-15081


Errors with multiple EC2 Clouds















Code changed in jenkins
User: Francis Upton
Path:
 src/main/java/hudson/plugins/ec2/EC2AbstractSlave.java
 src/main/java/hudson/plugins/ec2/EC2Computer.java
 src/main/java/hudson/plugins/ec2/EC2ComputerLauncher.java
 src/main/java/hudson/plugins/ec2/EC2OndemandSlave.java
 src/main/java/hudson/plugins/ec2/EC2SpotSlave.java
 src/main/java/hudson/plugins/ec2/SlaveTemplate.java
 src/main/java/hudson/plugins/ec2/ssh/EC2UnixLauncher.java
http://jenkins-ci.org/commit/ec2-plugin/5da8f6be66e839e33923cbf5e8b62b0f6c4b7bfc
Log:
  Merge pull request #48 from rsennewald/jenkins-15081

Fix to allow multiple EC2Clouds (fix for JENKINS-15081)


Compare: https://github.com/jenkinsci/ec2-plugin/compare/881b2b80e488...5da8f6be66e8




























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.
 
 


[JIRA] [ec2] (JENKINS-15081) Errors with multiple EC2 Clouds

2013-04-29 Thread ray.sennew...@gmail.com (JIRA)














































Ray Sennewald
 commented on  JENKINS-15081


Errors with multiple EC2 Clouds















Francis got to it and asked me to pull in his recent updates for spot instances.  So I've closed my original PR, merged in his code, revised my modifications and issued a new PR: https://github.com/jenkinsci/ec2-plugin/pull/48 .



























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.
 
 


[JIRA] [ec2] (JENKINS-15081) Errors with multiple EC2 Clouds

2013-04-24 Thread qhart...@gmail.com (JIRA)














































Quentin Hartman
 commented on  JENKINS-15081


Errors with multiple EC2 Clouds















Awesome. I'll check that out as soon as I'm able. I'm kinda buried at the moment, so Francis might beat me to it.



























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.
 
 


[JIRA] [ec2] (JENKINS-15081) Errors with multiple EC2 Clouds

2013-04-24 Thread ray.sennew...@gmail.com (JIRA)














































Ray Sennewald
 commented on  JENKINS-15081


Errors with multiple EC2 Clouds















I have a fix for this and I have a pull request open to get this pulled in to the main ec2-plugin repo.  If your interested you can view the PR here: https://github.com/jenkinsci/ec2-plugin/pull/46 .

Basically what I found is previously the plugin was typically retrieving the first EC2Cloud instead of the EC2Cloud that the specific slave belongs to.  This is what I've addressed in my changes.  I tested it and confirmed with two different EC2Clouds added and two templates (one from each cloud), that I could properly add and delete instances from each template, which I previously couldn't do with any templates from the second cloud.



























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.
 
 


[JIRA] [ec2] (JENKINS-15081) Errors with multiple EC2 Clouds

2013-04-17 Thread ray.sennew...@gmail.com (JIRA)














































Ray Sennewald
 commented on  JENKINS-15081


Errors with multiple EC2 Clouds















I'm seeing this same issue.  This creates a problem for me because I have instances on different zones (us-east and us-west2 for example) but because of this am limited to only one zone per Jenkins server.  Any idea on when we may have a fix for this?



























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.