Re: [Openstack] Nova bindings for ... PHP?

2012-09-04 Thread Marton Kiss
And don't forget Guzzle-Openstack:

https://github.com/shcloudservices/guzzle-openstack

and Woorea's Java client:
https://github.com/woorea/openstack-java-sdk

Regards,
  Marton Kiss, CTO
  Xemeti

2012/9/3 Tom Fifield fifie...@unimelb.edu.au:
 Hi all,

 I've been handed an interesting piece of PaaS software (its various pieces
 are in Java, PHP, python and bash!) and told make it work with OpenStack.

 Noone's done any work to make nova play with PHP, have they?


 Regards,


 Tom

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Nova bindings for ... PHP?

2012-09-03 Thread Tom Fifield

Hi all,

I've been handed an interesting piece of PaaS software (its various 
pieces are in Java, PHP, python and bash!) and told make it work with 
OpenStack.


Noone's done any work to make nova play with PHP, have they?


Regards,


Tom

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Nova bindings for ... PHP?

2012-09-03 Thread Robert Collins
On Mon, Sep 3, 2012 at 6:07 PM, Tom Fifield fifie...@unimelb.edu.au wrote:
 Hi all,

 I've been handed an interesting piece of PaaS software (its various pieces
 are in Java, PHP, python and bash!) and told make it work with OpenStack.

 Noone's done any work to make nova play with PHP, have they?

Depends on what you mean. There may not be a PHP native API, but you
could use http://aws.amazon.com/sdkforphp/

-Rob

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Nova bindings for ... PHP?

2012-09-03 Thread Tom Fifield

On 03/09/12 16:11, Robert Collins wrote:

On Mon, Sep 3, 2012 at 6:07 PM, Tom Fifield fifie...@unimelb.edu.au wrote:

Hi all,

I've been handed an interesting piece of PaaS software (its various pieces
are in Java, PHP, python and bash!) and told make it work with OpenStack.

Noone's done any work to make nova play with PHP, have they?


Depends on what you mean. There may not be a PHP native API, but you
could use http://aws.amazon.com/sdkforphp/

-Rob



Ta. 'What I mean' is probably just the functionality to start and stop 
VMs. Straightforward enough that direct HTTP calls to implement that 
should be fine, but if there was something out there which already has 
the functionality that'd be lovely :)


I've had a play with the AWS SDK, and it needs a bit of work to patch in 
the endpoints, painful but doable. However, the preference is to go 
OpenStack native if possible ...


Regards,

Tom

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Nova bindings for ... PHP?

2012-09-03 Thread Anne Gentle
Glen Campbell is working on a PHP library here (and would welcome
reviewers I'm sure).

https://github.com/rackspacedrg/raxsdk-php/blob/master/docs/userguide/index.md

On Mon, Sep 3, 2012 at 1:07 AM, Tom Fifield fifie...@unimelb.edu.au wrote:
 Hi all,

 I've been handed an interesting piece of PaaS software (its various pieces
 are in Java, PHP, python and bash!) and told make it work with OpenStack.

 Noone's done any work to make nova play with PHP, have they?


 Regards,


 Tom

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Nova bindings for ... PHP?

2012-09-03 Thread Ryan Lane
On Mon, Sep 3, 2012 at 8:53 AM, Anne Gentle a...@openstack.org wrote:
 Glen Campbell is working on a PHP library here (and would welcome
 reviewers I'm sure).

 https://github.com/rackspacedrg/raxsdk-php/blob/master/docs/userguide/index.md


There's also a fairly Wikimedia-specific and incomplete implementation:

https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/extensions/OpenStackManager.git;a=tree;h=refs/heads/master;hb=master

http://www.mediawiki.org/wiki/Extension:OpenStackManager

- Ryan

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Nova bindings for ... PHP?

2012-09-03 Thread Everett Toews
For the Java part you might want to consider jclouds. The question of how
to use jclouds with OpenStack came up on their mailing list a little while
ago so I wrote up a post on how to do it at

http://blog.phymata.com/2012/09/04/jclouds-and-openstack/


Cheers,
Everett

On 9/3/12 1:07 AM, Tom Fifield fifie...@unimelb.edu.au wrote:

Hi all,

I've been handed an interesting piece of PaaS software (its various
pieces are in Java, PHP, python and bash!) and told make it work with
OpenStack.

Noone's done any work to make nova play with PHP, have they?


Regards,


Tom

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp