Re: CloudStack API Development

2013-06-28 Thread SuichII, Christopher
Sure thing! I'll be on vacation next week but will document the process a little more and write something up the following week. If you have a more urgent need than that, feel free to shoot me an email. -Chris On Jun 28, 2013, at 3:07 PM, David Nalley wrote: > Do you mind writing up the proc

Re: CloudStack API Development

2013-06-28 Thread David Nalley
Do you mind writing up the process on the wiki or in a blog post (or both?) --David On Fri, Jun 28, 2013 at 2:56 PM, SuichII, Christopher wrote: > So a little update on the hot-deployable API front: > > It works…I think. I've been able to package my code into a jar deploy it to a > pre-comipile

Re: CloudStack API Development

2013-06-28 Thread SuichII, Christopher
So a little update on the hot-deployable API front: It works…I think. I've been able to package my code into a jar deploy it to a pre-comipiled CloudStack. All I had to do was: -Compile the client -Add a bean for my PluggableService to applicationContext.xml -Add my command permissions to the com

Re: CloudStack API Development

2013-06-28 Thread Ian Duffy
> Ian, if the pdf you link to in that post was created with publican It wasn't, just an export from a confluence wiki. I'll convert it and submit it as a patch to the review board at some stage(tomorrow maybe...)

Re: CloudStack API Development

2013-06-28 Thread Sebastien Goasguen
On Jun 27, 2013, at 7:13 AM, Ian Duffy wrote: > Post made as requested: > http://imduffy15.blogspot.co.uk/2013/06/creating-cloudstack-plugin.html Ian, if the pdf you link to in that post was created with publican, please submit a patch for the developer's guide, so we can get it in there. tha

Re: CloudStack API Development

2013-06-27 Thread Ian Duffy
Hi Prasanna, That sounds great :-) I've uploaded a few more screenshots to http://ianduffy.ie/cloudstack/jenkins/ and duplicated the setup on my mac(excluding the RPM build stage, it did not like that) Will hopefully get a screencast and post done about it this weekend. Leaving me ready to put it

Re: CloudStack API Development

2013-06-27 Thread Ian Duffy
Hi Chris > Ian, your blog post and notes were extremely helpful, so thanks for that! Do > you have any idea how to > contribute an API without having to add your plugin as a maven dependency at > compile time? I hope Prasanna's reply covered this. I'll be honest, I've no idea! I'm still getting

Re: CloudStack API Development

2013-06-27 Thread Prasanna Santhanam
On Thu, Jun 27, 2013 at 07:36:58PM +, SuichII, Christopher wrote: > I've got some questions related to this topic? > > We're planning on developing an API plugin, but not submitting the > source to CloudStack. Rather, we would like to generate a jar file > and deploy that to the CloudStack API

Re: CloudStack API Development

2013-06-27 Thread Prasanna Santhanam
On Thu, Jun 27, 2013 at 01:44:40PM +0100, Ian Duffy wrote: > > Would you like to make that jenkins setup on jenkins.buildacloud.org? > > Sure I can add it on if you wish. Some of it would be a repeat of what > you guys already have. I assume there's some sort of rules about > building non-oss bina

Re: CloudStack API Development

2013-06-27 Thread SuichII, Christopher
I've got some questions related to this topic… We're planning on developing an API plugin, but not submitting the source to CloudStack. Rather, we would like to generate a jar file and deploy that to the CloudStack API plugin directory. Has anyone done this? Ian, your blog post and notes were e

Re: CloudStack API Development

2013-06-27 Thread Ian Duffy
> Would you like to make that jenkins setup on jenkins.buildacloud.org? Sure I can add it on if you wish. Some of it would be a repeat of what you guys already have. I assume there's some sort of rules about building non-oss binaries on the public jenkins too? > I'm sure it would benefit others t

Re: CloudStack API Development

2013-06-27 Thread Prasanna Santhanam
On Thu, Jun 27, 2013 at 12:13:03PM +0100, Ian Duffy wrote: > Post made as requested: > http://imduffy15.blogspot.co.uk/2013/06/creating-cloudstack-plugin.html This is great! Would you like to make that jenkins setup on jenkins.buildacloud.org? I'm sure it would benefit others to run the checkin t

Re: CloudStack API Development

2013-06-27 Thread Ian Duffy
Post made as requested: http://imduffy15.blogspot.co.uk/2013/06/creating-cloudstack-plugin.html On 27 June 2013 07:29, Ian Duffy wrote: >> Thanks, a quick blog on this would be great. > > Will hopefully get this done later today. Need to document it for my > own reference purposes as well. Those

Re: CloudStack API Development

2013-06-26 Thread Ian Duffy
> Thanks, a quick blog on this would be great. Will hopefully get this done later today. Need to document it for my own reference purposes as well. Those slides I linked above by solidfire were great!

Re: CloudStack API Development

2013-06-26 Thread Sebastien Goasguen
On Jun 26, 2013, at 12:07 PM, Ian Duffy wrote: > Wiki updated and Plugin working! > > Thanks guys! > Thanks, a quick blog on this would be great. > On 26 June 2013 16:55, Ian Duffy wrote: >>> Ah yes. Please fix the wiki, we had this failure happen quite recently >>> too. >> >> Will do stil

Re: CloudStack API Development

2013-06-26 Thread Ian Duffy
Wiki updated and Plugin working! Thanks guys! On 26 June 2013 16:55, Ian Duffy wrote: >> Ah yes. Please fix the wiki, we had this failure happen quite recently >> too. > > Will do still testing! > > On 26 June 2013 16:43, Prasanna Santhanam wrote: >> On Wed, Jun 26, 2013 at 04:34:07PM +0100, Ia

Re: CloudStack API Development

2013-06-26 Thread Ian Duffy
> Ah yes. Please fix the wiki, we had this failure happen quite recently > too. Will do still testing! On 26 June 2013 16:43, Prasanna Santhanam wrote: > On Wed, Jun 26, 2013 at 04:34:07PM +0100, Ian Duffy wrote: >> Think I might of found it >> >> According to http://www.slideshare.net/build

Re: CloudStack API Development

2013-06-26 Thread Prasanna Santhanam
On Wed, Jun 26, 2013 at 04:34:07PM +0100, Ian Duffy wrote: > Think I might of found it > > According to http://www.slideshare.net/buildacloud/storage-plugins > > The plugin has to be listed as a dependency in client/pom.xml. Ah yes. Please fix the wiki, we had this failure happen quite recen

Re: CloudStack API Development

2013-06-26 Thread Prasanna Santhanam
On Wed, Jun 26, 2013 at 04:16:18PM +0100, Ian Duffy wrote: > Hi Prasanna, > > I had done this but still get the same error. Paste a diff of your local changes on github/gist? It's not clear what might be happening with the TimeOfDayManager. -- Prasanna., Powered by Bi

Re: CloudStack API Development

2013-06-26 Thread Ian Duffy
Think I might of found it According to http://www.slideshare.net/buildacloud/storage-plugins The plugin has to be listed as a dependency in client/pom.xml.

Re: CloudStack API Development

2013-06-26 Thread Ian Duffy
xml.in. > > Eg: > > On Wed, Jun 26, 2013 at 02:52:50PM +0100, Ian Duffy wrote: >> Hi All, >> >> I was wondering if I could get some help. I have followed the >> instructions on >> https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+API+Development

Re: CloudStack API Development

2013-06-26 Thread Prasanna Santhanam
t some help. I have followed the > instructions on > https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+API+Development > to what I believe to be word for word. However I keep getting an > error. > > org.springframework.beans.factory.CannotLoadBeanCla

Re: CloudStack API Development

2013-06-26 Thread Sebastien Goasguen
f I could get some help. I have followed the > instructions on > https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+API+Development > to what I believe to be word for word. However I keep getting an > error. > > org.springframework.beans.factory.CannotLoadBeanCl

CloudStack API Development

2013-06-26 Thread Ian Duffy
Hi All, I was wondering if I could get some help. I have followed the instructions on https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+API+Development to what I believe to be word for word. However I keep getting an error