[Eucalyptus] Eutester meeting Jan 26, 2012

Deependra Singh Shekhawat deepsa at fedoraproject.org
Fri Jan 27 04:42:49 PST 2012


Yes. I setup jenkins today and played around with it a bit looks like the
EC2 plugin is broken for configuring Eucalyptus cloud. I was able to
authenticate jenkins with a eucalyptus community cloud but couldn't get it
to the point where it can add a existing EMI in eucalyptus community cloud
to jenkins EC2 plugin config.

Though EC2 works just fine and I was able to start of a new node and add it
to jenkin cluster from within the web gui. The python API which is
available :

https://github.com/salimfadhley/jenkinsapi

Seems to be not quite well documented and I am not sure if it really works
with a Jenkins+EC2 plugin stand point. I have asked the question on jenkins
mailing list and let's see.

By the way if anyone would like to ponder around here is current code
snippet:

from jenkinsapi.jenkins import Jenkins
jenkinsurl="http://127.0.0.1:8080/<http://www.google.com/url?sa=D&q=http://127.0.0.1:8080/&usg=AFQjCNHYck1yq3meH_uWXWZyl3tHLr5DLQ>
"
jenkinsuser="jeevanullas"
jenkinspass="password"
conn=Jenkins(jenkinsurl,jenkinsuser,jenkinspass)
node=conn.create_node(name="test-
vm-1",num_executors=1,node_description="ec2-node",remote_fs="/
tmp",labels="jenkins-ec2-1",exclusive=False)



On Fri, Jan 27, 2012 at 4:46 PM, Lester Wade <lester.wade at eucalyptus.com>wrote:

> Does anyone have any contacts in the Jenkin's community?  Perhaps we could
> ask really nicely for some volunteer(s)?
>
> As a relative newbie in the ecosystem, my view is that this is one of our
> key priorities; to ensure we have development links into as many of the
> ecosystem projects as possible.
>
> Regards,
>
> Lester
>
>
> On 26/01/12 22:54, Mel Chua wrote:
>
>> Short and sweet. Thanks, Vic! Some highlights:
>>
>> * Anyone have experience with the Jenkins CLI? We need some help figuring
>> out how to get to it for https://github.com/eucalyptus/**
>> eutester/issues/5 <https://github.com/eucalyptus/eutester/issues/5>.
>>
>> * We're looking for someone interested in figuring out Eutester's debug
>> tool stack. More details at https://github.com/eucalyptus/**
>> eutester/issues/10 <https://github.com/eucalyptus/eutester/issues/10> --
>> holler if you know anyone who might like this.
>>
>> * Clark and Vic are sprinting on making a standard log output format for
>> Eutester this weekend, https://github.com/eucalyptus/**eutester/issues/9<https://github.com/eucalyptus/eutester/issues/9>-- if you're interested in joining them, let them know.
>>
>> * Mel and Vic are sprinting on general Eutester testing and documenting
>> for an hour next Monday (January 30), starting at 1pm PST. Join them in
>> #eucalyptus if you're interested, or email her if you have notes/thoughts.
>>
>> * We should record the "Putz Moar Tests In Mah Bukkit" song.
>> Chorus:
>> Shoot, the system is stuck, it
>> Looks clear out of luck it
>> Is time once again to
>> Puts moar tests in mah bukkit
>> Ya, mah bukkit
>> Mah bukkit
>>
>> --------------
>>
>> Meeting started by mchua at 22:02:05 UTC. The full logs are available at
>> http://meetbot.eucalyptus.com/**meeting-logs/eucalyptus-**
>> meeting/2012-01-26/eutester.**2012-01-26-22.02.log.html<http://meetbot.eucalyptus.com/meeting-logs/eucalyptus-meeting/2012-01-26/eutester.2012-01-26-22.02.log.html>
>>
>> Meeting summary
>> ---------------
>> * roll call  (mchua, 22:02:19)
>>
>> * open tickets  (mchua, 22:04:08)
>>  * LINK:
>>
>> https://github.com/eucalyptus/**eutester/issues?sort=created&**
>> direction=asc&state=open<https://github.com/eucalyptus/eutester/issues?sort=created&direction=asc&state=open>
>>    (mchua, 22:04:14)
>>  * LINK: https://github.com/eucalyptus/**eutester/issues/2<https://github.com/eucalyptus/eutester/issues/2>  (mchua,
>>    22:06:17)
>>  * Vic has been updating the Readme.md on github with contribution
>>    guidelines, it's a work in progress  (mchua, 22:06:39)
>>  * LINK: https://github.com/eucalyptus/**eutester/issues/5<https://github.com/eucalyptus/eutester/issues/5>  (mchua,
>>    22:08:01)
>>  * ACTION: viglesias and mchua to schedule and sit down another
>>    eutester sprint time - make sure to file tickets for the little bugs
>>    (mchua, 22:08:26)
>>  * We need someone with experience with the jenkins CLI for ticket #5
>>    (mchua, 22:09:49)
>>  * LINK: https://wiki.jenkins-ci.org/**display/JENKINS/Remote+access+**
>> API <https://wiki.jenkins-ci.org/display/JENKINS/Remote+access+API>
>>    (gholms, 22:11:18)
>>  * Jenkins has an API  (viglesias, 22:12:06)
>>  * LINK: https://wiki.jenkins-ci.org/**display/JENKINS/Remote+access+**
>> API <https://wiki.jenkins-ci.org/display/JENKINS/Remote+access+API>
>>    (viglesias, 22:12:09)
>>  * ACTION: viglesias to update #5 with possibilities to look into
>>    (viglesias, 22:15:22)
>>
>> * Eutester logging  (viglesias, 22:16:23)
>>  * LINK: http://docs.python.org/**library/logging.html<http://docs.python.org/library/logging.html>  (mchua,
>>    22:21:54)
>>
>> * Getting debug from eucalyptus  (viglesias, 22:23:58)
>>  * When a test fails we need to provide a standard set of debugging
>>    tools back to the user  (viglesias, 22:24:21)
>>  * this debug info should include as much as is necessary to find the
>>    possible cause of the behavioru  (viglesias, 22:24:52)
>>  * eutester class already provides some framework for this but its very
>>    basic  (viglesias, 22:25:12)
>>  * ACTION: clarksb to take #9, "create standardized eutester log/output
>>    format"  (mchua, 22:27:14)
>>  * LINK: https://github.com/eucalyptus/**eutester/issues/10<https://github.com/eucalyptus/eutester/issues/10>  (mchua,
>>    22:36:38)
>>  * LINK:
>>
>> http://jeevanullas.in/blog/**2012/01/testing-eucalyptus-**
>> cloud-now-made-easy/<http://jeevanullas.in/blog/2012/01/testing-eucalyptus-cloud-now-made-easy/>
>>    (mchua, 22:37:05)
>>  * #10 (standard set of debug tools) needs someone to take it! anyone
>>    want to help?  (mchua, 22:37:34)
>>
>>
>>
>> Action Items
>> ------------
>> * viglesias and mchua to schedule and sit down another eutester sprint
>>  time - make sure to file tickets for the little bugs
>> * viglesias to update #5 with possibilities to look into
>> * clarksb to take #9, "create standardized eutester log/output format"
>>
>>
>>
>>
>> Action Items, by person
>> -----------------------
>> * clarksb
>>  * clarksb to take #9, "create standardized eutester log/output format"
>> * mchua
>>  * viglesias and mchua to schedule and sit down another eutester sprint
>>    time - make sure to file tickets for the little bugs
>> * viglesias
>>  * viglesias and mchua to schedule and sit down another eutester sprint
>>    time - make sure to file tickets for the little bugs
>>  * viglesias to update #5 with possibilities to look into
>> * **UNASSIGNED**
>>  * (none)
>>
>> ______________________________**_________________
>> Community mailing list
>> Community at lists.eucalyptus.com
>> http://lists.eucalyptus.com/**cgi-bin/mailman/listinfo/**community<http://lists.eucalyptus.com/cgi-bin/mailman/listinfo/community>
>>
>
>
> ______________________________**_________________
> Community mailing list
> Community at lists.eucalyptus.com
> http://lists.eucalyptus.com/**cgi-bin/mailman/listinfo/**community<http://lists.eucalyptus.com/cgi-bin/mailman/listinfo/community>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.eucalyptus.com/pipermail/community/attachments/20120127/91a8dda3/attachment.html>


More information about the Community mailing list