> > > > > > Thanks to all and Darren S for testing. > > I have not looked at the AWS query api in a long time and Frank's comments > are beyond my understanding of it however if we wanted to do this, we could > technically use the same framework has this GCE app. mapping the cloudstack > api response object to the ec2 response can be a headache but not > unsurmountable.
Oh, if we are talking about AWS query api, then forget my lengthy comments. I am talking about creating a query framework in declarative way that can handle any query for any response object. AWS response object is tight and high denormalized, my approach is not capable for it. Then we have to go back imperative way and your flask based framework is absolutely capable. > > -Sebastien > > >> -----Original Message----- > >> From: Darren Shepherd [mailto:darren.s.sheph...@gmail.com] > >> Sent: Tuesday, September 24, 2013 7:38 PM > >> To: dev@cloudstack.apache.org > >> Cc: dev@cloudstack.apache.org; Ian Duffy; Darren Brogan > >> Subject: Re: [ANNOUNCE] A GCE interface to CloudStack > >> > >> I got this running earlier today and was really impressed with it, good > >> job! > >> > >> Our current AWS is just SOAP right? How about when we do the query > >> api we do it as a separate python project just like this. > >> > >> Darren > >> > >>> On Sep 24, 2013, at 11:40 AM, Frank Zhang <frank.zh...@citrix.com> > wrote: > >>> > >>> Take a look at source. Clean and lightweight implementation. Awesome. > >>> I hope our AWS someday can go this way someday, a separate web > >>> server in separate repo and using some dynamically language which > >>> makes smaller code > >>> > >>> > >>>> -----Original Message----- > >>>> From: Musayev, Ilya [mailto:imusa...@webmd.net] > >>>> Sent: Tuesday, September 24, 2013 11:23 AM > >>>> To: dev@cloudstack.apache.org > >>>> Cc: Ian Duffy; Darren Brogan > >>>> Subject: RE: [ANNOUNCE] A GCE interface to CloudStack > >>>> > >>>> This looks awesome :) > >>>> > >>>>> -----Original Message----- > >>>>> From: Chiradeep Vittal [mailto:chiradeep.vit...@citrix.com] > >>>>> Sent: Tuesday, September 24, 2013 12:59 PM > >>>>> To: dev@cloudstack.apache.org > >>>>> Cc: Ian Duffy; Darren Brogan > >>>>> Subject: Re: [ANNOUNCE] A GCE interface to CloudStack > >>>>> > >>>>> Wow. Nice! > >>>>> > >>>>>> On 9/24/13 6:04 AM, "sebgoa" <run...@gmail.com> wrote: > >>>>>> > >>>>>> Hi, > >>>>>> > >>>>>> I am quite pumped to announce a Google Compute Engine (GCE) > >>>>>> interface to CloudStack. > >>>>>> > >>>>>> Ian Duffy, Darren Brogan and myself worked on this on github over > >>>>>> the last month. Our latest branch: > >>>>>> > >>>>>> https://github.com/NOPping/cloudstack-gce/tree/refactor > >>>>>> > >>>>>> Has been uploaded to pypi: > >>>>>> > >>>>>> https://pypi.python.org/pypi/gcloud > >>>>>> > >>>>>> A little virtualenv and a pip install gcloud will give you a > >>>>>> Flask application, with OAuth2 provider and REST routes that map > >>>>>> to the CloudStack API. > >>>>>> The routes are compliant with GCE API, which allows you to use > >>>>>> the Google gcutil cli to talk to your CloudStack cloud. > >>>>>> > >>>>>> Of course there are a few caveats that I will not mention, this > >>>>>> is release 0.0.1, feedback and pr welcome. > >>>>>> > >>>>>> Congrats to our two 20 year olds in ireland who are taking names > >>>>>> up in Dublin ! > >>>>>> > >>>>>> Have fun, > >>>>>> > >>>>>> -Sebastien > >>>