[VOTE] Accept Libcloud proposal for incubation

View: New views
20 Messages — Rating Filter:   Alert me  
< Prev | 1 - 2 | Next >

[VOTE] Accept Libcloud proposal for incubation

by Paul Querna-6 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Libcloud proposal thread went well, and we added several mentors.  I
would like to start the vote to incubate Libcloud into the ASF.

The proposal is included below and is also at:
<http://wiki.apache.org/incubator/LibcloudProposal>

Please cast your votes:

[ ] +1 Accept Libcloud for incubation
[ ] +0 Indifferent to Libcloud incubation
[ ] -1 Reject Libcloud for incubation

Vote Closes 72 hours from now.

Thanks,

Paul
--------------------------------------------
Libcloud, a unified interface to the cloud

Abstract

libcloud is a pure python client library for interacting with many of
the popular cloud server providers. It was created to make it easy for
developers to build products that work between any of the services
that it supports.

Proposal

    * Provide unified API for manipulating servers instances across
many hosting providers who provide an API to manipulate instances.
Current API includes: list, reboot, create, destroy, list images, list
sizes.
    * (future) Provide utilities for manipulating and creating server
images in many formats. (See the independent Stacklet project for
ideas)
    * (future) Provide unified API for storing large objects on
popular hosting provider storage APIs.

Background

While there are some projects to create open standards for
interoperability within the cloud, most have failed to gain widespread
adoption. Libcloud takes the approach of exposing a unified API to
cover multiple vendor's APIs, and in the future to support standard
APIs, assuming they become prevalent.

Rationale

There is a strong need in the developing cloud infrastructure for a
community supported, high quality, and vendor independent tool set for
managing servers and their resources. When new servers are just an API
call away, traditional infrastructure models are changing quickly.
Having a good library built around Apache's values and tradition will
enable new server infrastructure to evolve much more quickly.

Initial Goals

Libcloud is an existing open source project, with patches from many
different contributors. We view the moving to Apache as a way to
improve this community, and look into future APIs around creating
server images and large object storage.

Current Status

Libcloud is already open source under the ASL 2.0:

   * Libcloud Website <http://www.libcloud.org>
   * Libcloud Mailing Lists <http://groups.google.com/group/libcloud>
   * Libcloud Source Control <http://github.com/cloudkick/libcloud>

Meritocracy

Libcloud has involvement from members of both the ASF and other open
source projects. Communication is driven by both IRC and E-Mail lists.

Community

Currently libcloud has several contributors, but not a large user
community other than a few companies. We would like to increase our
userbase as part of the incubator process.

Core Developers

Alex Polvi who wrote most of the original code is familiar with open
source from working at OSUOSL and at Mozilla. Tom Davis drove much of
the re factoring of the initial code base. Jed Smith, Ivan Meredith,
Jeremy Orem, Jerry Chen and Paul Querna (ASF member) have all
contributed mainly to developing provider specific drivers.

Alignment

Currently there are not many Apache communities involved with cloud
computing or python based infrastructure. We believe introducing such
a community is a good thing for the Apache Software Foundation.

Known Risks

Orphaned products

libcloud is being used actively by Cloudkick to develop services. It
is a core part of Cloudkick's ongoing infrastructure improvements.

Inexperience with Open Source

libcloud was open sourced in July 2009, during OSCON. Core
contributors include former employees of Mozilla and an ASF member.

Homogeneous Developers

Much of the initial development was done by Cloudkick, but much of the
core design was re-factored by the community, and many of the drivers
for each provider have been contributed by 3rd parties.

Reliance on Salaried Developers

The majority, but not all, of the developers are paid by their
employer to work on libcloud at this time.

Relationships with Other Apache Products

Libcloud doesn't share many attributes with existing Apache projects
due to it being in Python and addressing a new need.

A Excessive Fascination with the Apache Brand

Libcloud project seeks to build a last community around cloud API
interoperability, and is not fascinated with any short term gains of
being associated with the Apache Brand.

Documentation

    * http://www.informationweek.com/cloud-computing/blog/archives/2009/01/the_urgent_issu.html
    * http://broadcast.oreilly.com/2009/09/cloud-api-wars---where-is-the.html
    * http://blogs.gartner.com/lydia_leong/2009/08/27/are-multiple-cloud-apis-bad/
    * http://deltacloud.org/

Initial Source

Initial source is contained completely inside the libcloud github repository.

External Dependencies

    * zope.interface
    * For Python =< 2.5, a JSON Parser such as SimpleJSON is required.

Cryptography

Uses standard Python APIs for SSL/HTTPS.

Required Resources

Mailing lists

    * libcloud-dev
    * libcloud-commits
    * libcloud-private

Subversion

    * https://svn.apache.org/repos/asf/incubator/libcloud

Issue Tracking

    * JIRA (LCLD)

Initial Committers

    * Alex Polvi <alex polvi.net>
    * Dan Di Spaltro <dan.dispaltro gmail.com>
    * Ivan Meredith <ivan ivan.net.nz>
    * Jed Smith <jsmith linode.com>
    * Jeremy Orem <jeremy.orem gmail.com>
    * Jerry Chen <github jcsalterego.otherinbox.com>
    * Logan Welliver <logan cloudkick.com>
    * Paul Querna <pquerna apache.org>
    *Tom Davis <tom dislocatedday.com>

Sponsors

Champion

    * Paul Querna

Nominated Mentors

    * Gavin McDonald
    * Jean-Frederic Clere
    * Ant Elder
    * Carlos Sanchez

Sponsoring Entity

    * Incubator PMC

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@...
For additional commands, e-mail: general-help@...


Re: [VOTE] Accept Libcloud proposal for incubation

by mnour :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

+1

On Wed, Oct 28, 2009 at 8:39 PM, Paul Querna <paul@...> wrote:

> Libcloud proposal thread went well, and we added several mentors.  I
> would like to start the vote to incubate Libcloud into the ASF.
>
> The proposal is included below and is also at:
> <http://wiki.apache.org/incubator/LibcloudProposal>
>
> Please cast your votes:
>
> [ ] +1 Accept Libcloud for incubation
> [ ] +0 Indifferent to Libcloud incubation
> [ ] -1 Reject Libcloud for incubation
>
> Vote Closes 72 hours from now.
>
> Thanks,
>
> Paul
> --------------------------------------------
> Libcloud, a unified interface to the cloud
>
> Abstract
>
> libcloud is a pure python client library for interacting with many of
> the popular cloud server providers. It was created to make it easy for
> developers to build products that work between any of the services
> that it supports.
>
> Proposal
>
>    * Provide unified API for manipulating servers instances across
> many hosting providers who provide an API to manipulate instances.
> Current API includes: list, reboot, create, destroy, list images, list
> sizes.
>    * (future) Provide utilities for manipulating and creating server
> images in many formats. (See the independent Stacklet project for
> ideas)
>    * (future) Provide unified API for storing large objects on
> popular hosting provider storage APIs.
>
> Background
>
> While there are some projects to create open standards for
> interoperability within the cloud, most have failed to gain widespread
> adoption. Libcloud takes the approach of exposing a unified API to
> cover multiple vendor's APIs, and in the future to support standard
> APIs, assuming they become prevalent.
>
> Rationale
>
> There is a strong need in the developing cloud infrastructure for a
> community supported, high quality, and vendor independent tool set for
> managing servers and their resources. When new servers are just an API
> call away, traditional infrastructure models are changing quickly.
> Having a good library built around Apache's values and tradition will
> enable new server infrastructure to evolve much more quickly.
>
> Initial Goals
>
> Libcloud is an existing open source project, with patches from many
> different contributors. We view the moving to Apache as a way to
> improve this community, and look into future APIs around creating
> server images and large object storage.
>
> Current Status
>
> Libcloud is already open source under the ASL 2.0:
>
>   * Libcloud Website <http://www.libcloud.org>
>   * Libcloud Mailing Lists <http://groups.google.com/group/libcloud>
>   * Libcloud Source Control <http://github.com/cloudkick/libcloud>
>
> Meritocracy
>
> Libcloud has involvement from members of both the ASF and other open
> source projects. Communication is driven by both IRC and E-Mail lists.
>
> Community
>
> Currently libcloud has several contributors, but not a large user
> community other than a few companies. We would like to increase our
> userbase as part of the incubator process.
>
> Core Developers
>
> Alex Polvi who wrote most of the original code is familiar with open
> source from working at OSUOSL and at Mozilla. Tom Davis drove much of
> the re factoring of the initial code base. Jed Smith, Ivan Meredith,
> Jeremy Orem, Jerry Chen and Paul Querna (ASF member) have all
> contributed mainly to developing provider specific drivers.
>
> Alignment
>
> Currently there are not many Apache communities involved with cloud
> computing or python based infrastructure. We believe introducing such
> a community is a good thing for the Apache Software Foundation.
>
> Known Risks
>
> Orphaned products
>
> libcloud is being used actively by Cloudkick to develop services. It
> is a core part of Cloudkick's ongoing infrastructure improvements.
>
> Inexperience with Open Source
>
> libcloud was open sourced in July 2009, during OSCON. Core
> contributors include former employees of Mozilla and an ASF member.
>
> Homogeneous Developers
>
> Much of the initial development was done by Cloudkick, but much of the
> core design was re-factored by the community, and many of the drivers
> for each provider have been contributed by 3rd parties.
>
> Reliance on Salaried Developers
>
> The majority, but not all, of the developers are paid by their
> employer to work on libcloud at this time.
>
> Relationships with Other Apache Products
>
> Libcloud doesn't share many attributes with existing Apache projects
> due to it being in Python and addressing a new need.
>
> A Excessive Fascination with the Apache Brand
>
> Libcloud project seeks to build a last community around cloud API
> interoperability, and is not fascinated with any short term gains of
> being associated with the Apache Brand.
>
> Documentation
>
>    * http://www.informationweek.com/cloud-computing/blog/archives/2009/01/the_urgent_issu.html
>    * http://broadcast.oreilly.com/2009/09/cloud-api-wars---where-is-the.html
>    * http://blogs.gartner.com/lydia_leong/2009/08/27/are-multiple-cloud-apis-bad/
>    * http://deltacloud.org/
>
> Initial Source
>
> Initial source is contained completely inside the libcloud github repository.
>
> External Dependencies
>
>    * zope.interface
>    * For Python =< 2.5, a JSON Parser such as SimpleJSON is required.
>
> Cryptography
>
> Uses standard Python APIs for SSL/HTTPS.
>
> Required Resources
>
> Mailing lists
>
>    * libcloud-dev
>    * libcloud-commits
>    * libcloud-private
>
> Subversion
>
>    * https://svn.apache.org/repos/asf/incubator/libcloud
>
> Issue Tracking
>
>    * JIRA (LCLD)
>
> Initial Committers
>
>    * Alex Polvi <alex polvi.net>
>    * Dan Di Spaltro <dan.dispaltro gmail.com>
>    * Ivan Meredith <ivan ivan.net.nz>
>    * Jed Smith <jsmith linode.com>
>    * Jeremy Orem <jeremy.orem gmail.com>
>    * Jerry Chen <github jcsalterego.otherinbox.com>
>    * Logan Welliver <logan cloudkick.com>
>    * Paul Querna <pquerna apache.org>
>    *Tom Davis <tom dislocatedday.com>
>
> Sponsors
>
> Champion
>
>    * Paul Querna
>
> Nominated Mentors
>
>    * Gavin McDonald
>    * Jean-Frederic Clere
>    * Ant Elder
>    * Carlos Sanchez
>
> Sponsoring Entity
>
>    * Incubator PMC
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@...
> For additional commands, e-mail: general-help@...
>
>



--
Thanks
- Mohammad Nour
- LinkedIn: http://www.linkedin.com/in/mnour
----
"Life is like riding a bicycle. To keep your balance you must keep moving"
- Albert Einstein

"Writing clean code is what you must do in order to call yourself a
professional. There is no reasonable excuse for doing anything less
than your best."
- Clean Code: A Handbook of Agile Software Craftsmanship

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@...
For additional commands, e-mail: general-help@...


Re: [VOTE] Accept Libcloud proposal for incubation

by Bertrand Delacretaz :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> [X ] +1 Accept Libcloud for incubation

Looks cool, good luck!
-Bertrand

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@...
For additional commands, e-mail: general-help@...


Re: [VOTE] Accept Libcloud proposal for incubation

by Craig L Russell :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

+1

Good luck with this.

Craig

On Oct 28, 2009, at 11:39 AM, Paul Querna wrote:

> Libcloud proposal thread went well, and we added several mentors.  I
> would like to start the vote to incubate Libcloud into the ASF.
>
> The proposal is included below and is also at:
> <http://wiki.apache.org/incubator/LibcloudProposal>
>
> Please cast your votes:
>
> [ ] +1 Accept Libcloud for incubation
> [ ] +0 Indifferent to Libcloud incubation
> [ ] -1 Reject Libcloud for incubation
>
> Vote Closes 72 hours from now.
>
> Thanks,
>
> Paul
> --------------------------------------------
> Libcloud, a unified interface to the cloud
>
> Abstract
>
> libcloud is a pure python client library for interacting with many of
> the popular cloud server providers. It was created to make it easy for
> developers to build products that work between any of the services
> that it supports.
>
> Proposal
>
>    * Provide unified API for manipulating servers instances across
> many hosting providers who provide an API to manipulate instances.
> Current API includes: list, reboot, create, destroy, list images, list
> sizes.
>    * (future) Provide utilities for manipulating and creating server
> images in many formats. (See the independent Stacklet project for
> ideas)
>    * (future) Provide unified API for storing large objects on
> popular hosting provider storage APIs.
>
> Background
>
> While there are some projects to create open standards for
> interoperability within the cloud, most have failed to gain widespread
> adoption. Libcloud takes the approach of exposing a unified API to
> cover multiple vendor's APIs, and in the future to support standard
> APIs, assuming they become prevalent.
>
> Rationale
>
> There is a strong need in the developing cloud infrastructure for a
> community supported, high quality, and vendor independent tool set for
> managing servers and their resources. When new servers are just an API
> call away, traditional infrastructure models are changing quickly.
> Having a good library built around Apache's values and tradition will
> enable new server infrastructure to evolve much more quickly.
>
> Initial Goals
>
> Libcloud is an existing open source project, with patches from many
> different contributors. We view the moving to Apache as a way to
> improve this community, and look into future APIs around creating
> server images and large object storage.
>
> Current Status
>
> Libcloud is already open source under the ASL 2.0:
>
>   * Libcloud Website <http://www.libcloud.org>
>   * Libcloud Mailing Lists <http://groups.google.com/group/libcloud>
>   * Libcloud Source Control <http://github.com/cloudkick/libcloud>
>
> Meritocracy
>
> Libcloud has involvement from members of both the ASF and other open
> source projects. Communication is driven by both IRC and E-Mail lists.
>
> Community
>
> Currently libcloud has several contributors, but not a large user
> community other than a few companies. We would like to increase our
> userbase as part of the incubator process.
>
> Core Developers
>
> Alex Polvi who wrote most of the original code is familiar with open
> source from working at OSUOSL and at Mozilla. Tom Davis drove much of
> the re factoring of the initial code base. Jed Smith, Ivan Meredith,
> Jeremy Orem, Jerry Chen and Paul Querna (ASF member) have all
> contributed mainly to developing provider specific drivers.
>
> Alignment
>
> Currently there are not many Apache communities involved with cloud
> computing or python based infrastructure. We believe introducing such
> a community is a good thing for the Apache Software Foundation.
>
> Known Risks
>
> Orphaned products
>
> libcloud is being used actively by Cloudkick to develop services. It
> is a core part of Cloudkick's ongoing infrastructure improvements.
>
> Inexperience with Open Source
>
> libcloud was open sourced in July 2009, during OSCON. Core
> contributors include former employees of Mozilla and an ASF member.
>
> Homogeneous Developers
>
> Much of the initial development was done by Cloudkick, but much of the
> core design was re-factored by the community, and many of the drivers
> for each provider have been contributed by 3rd parties.
>
> Reliance on Salaried Developers
>
> The majority, but not all, of the developers are paid by their
> employer to work on libcloud at this time.
>
> Relationships with Other Apache Products
>
> Libcloud doesn't share many attributes with existing Apache projects
> due to it being in Python and addressing a new need.
>
> A Excessive Fascination with the Apache Brand
>
> Libcloud project seeks to build a last community around cloud API
> interoperability, and is not fascinated with any short term gains of
> being associated with the Apache Brand.
>
> Documentation
>
>    * http://www.informationweek.com/cloud-computing/blog/archives/2009/01/the_urgent_issu.html
>    * http://broadcast.oreilly.com/2009/09/cloud-api-wars---where-is-the.html
>    * http://blogs.gartner.com/lydia_leong/2009/08/27/are-multiple-cloud-apis-bad/
>    * http://deltacloud.org/
>
> Initial Source
>
> Initial source is contained completely inside the libcloud github  
> repository.
>
> External Dependencies
>
>    * zope.interface
>    * For Python =< 2.5, a JSON Parser such as SimpleJSON is required.
>
> Cryptography
>
> Uses standard Python APIs for SSL/HTTPS.
>
> Required Resources
>
> Mailing lists
>
>    * libcloud-dev
>    * libcloud-commits
>    * libcloud-private
>
> Subversion
>
>    * https://svn.apache.org/repos/asf/incubator/libcloud
>
> Issue Tracking
>
>    * JIRA (LCLD)
>
> Initial Committers
>
>    * Alex Polvi <alex polvi.net>
>    * Dan Di Spaltro <dan.dispaltro gmail.com>
>    * Ivan Meredith <ivan ivan.net.nz>
>    * Jed Smith <jsmith linode.com>
>    * Jeremy Orem <jeremy.orem gmail.com>
>    * Jerry Chen <github jcsalterego.otherinbox.com>
>    * Logan Welliver <logan cloudkick.com>
>    * Paul Querna <pquerna apache.org>
>    *Tom Davis <tom dislocatedday.com>
>
> Sponsors
>
> Champion
>
>    * Paul Querna
>
> Nominated Mentors
>
>    * Gavin McDonald
>    * Jean-Frederic Clere
>    * Ant Elder
>    * Carlos Sanchez
>
> Sponsoring Entity
>
>    * Incubator PMC
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@...
> For additional commands, e-mail: general-help@...
>
Craig L Russell
Architect, Sun Java Enterprise System http://db.apache.org/jdo
408 276-5638 mailto:Craig.Russell@...
P.S. A good JDO? O, Gasp!



smime.p7s (3K) Download Attachment

Re: [VOTE] Accept Libcloud proposal for incubation

by robert burrell donkin-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Wed, Oct 28, 2009 at 6:39 PM, Paul Querna <paul@...> wrote:

> Libcloud proposal thread went well, and we added several mentors.  I
> would like to start the vote to incubate Libcloud into the ASF.
>
> The proposal is included below and is also at:
> <http://wiki.apache.org/incubator/LibcloudProposal>
>
> Please cast your votes:
>
> [ ] +1 Accept Libcloud for incubation
> [ ] +0 Indifferent to Libcloud incubation
> [ ] -1 Reject Libcloud for incubation

+1

> Vote Closes 72 hours from now.

(not sure how comfortable i am with this)

- robert

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@...
For additional commands, e-mail: general-help@...


Re: [VOTE] Accept Libcloud proposal for incubation

by Alan D. Cabrera-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

+1

Best of luck!


Regards,
Alan

On Oct 28, 2009, at 11:39 AM, Paul Querna wrote:

> Libcloud proposal thread went well, and we added several mentors.  I
> would like to start the vote to incubate Libcloud into the ASF.
>
> The proposal is included below and is also at:
> <http://wiki.apache.org/incubator/LibcloudProposal>
>
> Please cast your votes:
>
> [ ] +1 Accept Libcloud for incubation
> [ ] +0 Indifferent to Libcloud incubation
> [ ] -1 Reject Libcloud for incubation
>
> Vote Closes 72 hours from now.
>
> Thanks,
>
> Paul
> --------------------------------------------
> Libcloud, a unified interface to the cloud
>
> Abstract
>
> libcloud is a pure python client library for interacting with many of
> the popular cloud server providers. It was created to make it easy for
> developers to build products that work between any of the services
> that it supports.
>
> Proposal
>
>    * Provide unified API for manipulating servers instances across
> many hosting providers who provide an API to manipulate instances.
> Current API includes: list, reboot, create, destroy, list images, list
> sizes.
>    * (future) Provide utilities for manipulating and creating server
> images in many formats. (See the independent Stacklet project for
> ideas)
>    * (future) Provide unified API for storing large objects on
> popular hosting provider storage APIs.
>
> Background
>
> While there are some projects to create open standards for
> interoperability within the cloud, most have failed to gain widespread
> adoption. Libcloud takes the approach of exposing a unified API to
> cover multiple vendor's APIs, and in the future to support standard
> APIs, assuming they become prevalent.
>
> Rationale
>
> There is a strong need in the developing cloud infrastructure for a
> community supported, high quality, and vendor independent tool set for
> managing servers and their resources. When new servers are just an API
> call away, traditional infrastructure models are changing quickly.
> Having a good library built around Apache's values and tradition will
> enable new server infrastructure to evolve much more quickly.
>
> Initial Goals
>
> Libcloud is an existing open source project, with patches from many
> different contributors. We view the moving to Apache as a way to
> improve this community, and look into future APIs around creating
> server images and large object storage.
>
> Current Status
>
> Libcloud is already open source under the ASL 2.0:
>
>   * Libcloud Website <http://www.libcloud.org>
>   * Libcloud Mailing Lists <http://groups.google.com/group/libcloud>
>   * Libcloud Source Control <http://github.com/cloudkick/libcloud>
>
> Meritocracy
>
> Libcloud has involvement from members of both the ASF and other open
> source projects. Communication is driven by both IRC and E-Mail lists.
>
> Community
>
> Currently libcloud has several contributors, but not a large user
> community other than a few companies. We would like to increase our
> userbase as part of the incubator process.
>
> Core Developers
>
> Alex Polvi who wrote most of the original code is familiar with open
> source from working at OSUOSL and at Mozilla. Tom Davis drove much of
> the re factoring of the initial code base. Jed Smith, Ivan Meredith,
> Jeremy Orem, Jerry Chen and Paul Querna (ASF member) have all
> contributed mainly to developing provider specific drivers.
>
> Alignment
>
> Currently there are not many Apache communities involved with cloud
> computing or python based infrastructure. We believe introducing such
> a community is a good thing for the Apache Software Foundation.
>
> Known Risks
>
> Orphaned products
>
> libcloud is being used actively by Cloudkick to develop services. It
> is a core part of Cloudkick's ongoing infrastructure improvements.
>
> Inexperience with Open Source
>
> libcloud was open sourced in July 2009, during OSCON. Core
> contributors include former employees of Mozilla and an ASF member.
>
> Homogeneous Developers
>
> Much of the initial development was done by Cloudkick, but much of the
> core design was re-factored by the community, and many of the drivers
> for each provider have been contributed by 3rd parties.
>
> Reliance on Salaried Developers
>
> The majority, but not all, of the developers are paid by their
> employer to work on libcloud at this time.
>
> Relationships with Other Apache Products
>
> Libcloud doesn't share many attributes with existing Apache projects
> due to it being in Python and addressing a new need.
>
> A Excessive Fascination with the Apache Brand
>
> Libcloud project seeks to build a last community around cloud API
> interoperability, and is not fascinated with any short term gains of
> being associated with the Apache Brand.
>
> Documentation
>
>    * http://www.informationweek.com/cloud-computing/blog/archives/2009/01/the_urgent_issu.html
>    * http://broadcast.oreilly.com/2009/09/cloud-api-wars---where-is-the.html
>    * http://blogs.gartner.com/lydia_leong/2009/08/27/are-multiple-cloud-apis-bad/
>    * http://deltacloud.org/
>
> Initial Source
>
> Initial source is contained completely inside the libcloud github  
> repository.
>
> External Dependencies
>
>    * zope.interface
>    * For Python =< 2.5, a JSON Parser such as SimpleJSON is required.
>
> Cryptography
>
> Uses standard Python APIs for SSL/HTTPS.
>
> Required Resources
>
> Mailing lists
>
>    * libcloud-dev
>    * libcloud-commits
>    * libcloud-private
>
> Subversion
>
>    * https://svn.apache.org/repos/asf/incubator/libcloud
>
> Issue Tracking
>
>    * JIRA (LCLD)
>
> Initial Committers
>
>    * Alex Polvi <alex polvi.net>
>    * Dan Di Spaltro <dan.dispaltro gmail.com>
>    * Ivan Meredith <ivan ivan.net.nz>
>    * Jed Smith <jsmith linode.com>
>    * Jeremy Orem <jeremy.orem gmail.com>
>    * Jerry Chen <github jcsalterego.otherinbox.com>
>    * Logan Welliver <logan cloudkick.com>
>    * Paul Querna <pquerna apache.org>
>    *Tom Davis <tom dislocatedday.com>
>
> Sponsors
>
> Champion
>
>    * Paul Querna
>
> Nominated Mentors
>
>    * Gavin McDonald
>    * Jean-Frederic Clere
>    * Ant Elder
>    * Carlos Sanchez
>
> Sponsoring Entity
>
>    * Incubator PMC
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@...
> For additional commands, e-mail: general-help@...
>


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@...
For additional commands, e-mail: general-help@...


Re: [VOTE] Accept Libcloud proposal for incubation

by dims :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

+1 from me.

On 10/28/2009 04:17 PM, Bertrand Delacretaz wrote:
>> [X ] +1 Accept Libcloud for incubation
>
> Looks cool, good luck!
> -Bertrand
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@...
> For additional commands, e-mail: general-help@...
>


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@...
For additional commands, e-mail: general-help@...


Re: [VOTE] Accept Libcloud proposal for incubation

by Justin Erenkrantz :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Wed, Oct 28, 2009 at 11:39 AM, Paul Querna <paul@...> wrote:
> Please cast your votes:
>
> [X] +1 Accept Libcloud for incubation
> [ ] +0 Indifferent to Libcloud incubation
> [ ] -1 Reject Libcloud for incubation
>
> Vote Closes 72 hours from now.

Good luck!  -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@...
For additional commands, e-mail: general-help@...


Re: [VOTE] Accept Libcloud proposal for incubation

by Joe Schaefer-6 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



----- Original Message ----

> From: Paul Querna <paul@...>
> To: general@...
> Sent: Wed, October 28, 2009 2:39:32 PM
> Subject: [VOTE] Accept Libcloud proposal for incubation
>
> Libcloud proposal thread went well, and we added several mentors.  I
> would like to start the vote to incubate Libcloud into the ASF.
>
> The proposal is included below and is also at:
>
>
> Please cast your votes:
>
> [ ] +1 Accept Libcloud for incubation
> [ ] +0 Indifferent to Libcloud incubation
> [ ] -1 Reject Libcloud for incubation
>

+1, tho it should've been written in a language with a future like perl 5.


     

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@...
For additional commands, e-mail: general-help@...


Re: [VOTE] Accept Libcloud proposal for incubation

by Carlos Sanchez-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

+1

On Wed, Oct 28, 2009 at 11:39 AM, Paul Querna <paul@...> wrote:

> Libcloud proposal thread went well, and we added several mentors.  I
> would like to start the vote to incubate Libcloud into the ASF.
>
> The proposal is included below and is also at:
> <http://wiki.apache.org/incubator/LibcloudProposal>
>
> Please cast your votes:
>
> [ ] +1 Accept Libcloud for incubation
> [ ] +0 Indifferent to Libcloud incubation
> [ ] -1 Reject Libcloud for incubation
>
> Vote Closes 72 hours from now.
>
> Thanks,
>
> Paul
> --------------------------------------------
> Libcloud, a unified interface to the cloud
>
> Abstract
>
> libcloud is a pure python client library for interacting with many of
> the popular cloud server providers. It was created to make it easy for
> developers to build products that work between any of the services
> that it supports.
>
> Proposal
>
>    * Provide unified API for manipulating servers instances across
> many hosting providers who provide an API to manipulate instances.
> Current API includes: list, reboot, create, destroy, list images, list
> sizes.
>    * (future) Provide utilities for manipulating and creating server
> images in many formats. (See the independent Stacklet project for
> ideas)
>    * (future) Provide unified API for storing large objects on
> popular hosting provider storage APIs.
>
> Background
>
> While there are some projects to create open standards for
> interoperability within the cloud, most have failed to gain widespread
> adoption. Libcloud takes the approach of exposing a unified API to
> cover multiple vendor's APIs, and in the future to support standard
> APIs, assuming they become prevalent.
>
> Rationale
>
> There is a strong need in the developing cloud infrastructure for a
> community supported, high quality, and vendor independent tool set for
> managing servers and their resources. When new servers are just an API
> call away, traditional infrastructure models are changing quickly.
> Having a good library built around Apache's values and tradition will
> enable new server infrastructure to evolve much more quickly.
>
> Initial Goals
>
> Libcloud is an existing open source project, with patches from many
> different contributors. We view the moving to Apache as a way to
> improve this community, and look into future APIs around creating
> server images and large object storage.
>
> Current Status
>
> Libcloud is already open source under the ASL 2.0:
>
>   * Libcloud Website <http://www.libcloud.org>
>   * Libcloud Mailing Lists <http://groups.google.com/group/libcloud>
>   * Libcloud Source Control <http://github.com/cloudkick/libcloud>
>
> Meritocracy
>
> Libcloud has involvement from members of both the ASF and other open
> source projects. Communication is driven by both IRC and E-Mail lists.
>
> Community
>
> Currently libcloud has several contributors, but not a large user
> community other than a few companies. We would like to increase our
> userbase as part of the incubator process.
>
> Core Developers
>
> Alex Polvi who wrote most of the original code is familiar with open
> source from working at OSUOSL and at Mozilla. Tom Davis drove much of
> the re factoring of the initial code base. Jed Smith, Ivan Meredith,
> Jeremy Orem, Jerry Chen and Paul Querna (ASF member) have all
> contributed mainly to developing provider specific drivers.
>
> Alignment
>
> Currently there are not many Apache communities involved with cloud
> computing or python based infrastructure. We believe introducing such
> a community is a good thing for the Apache Software Foundation.
>
> Known Risks
>
> Orphaned products
>
> libcloud is being used actively by Cloudkick to develop services. It
> is a core part of Cloudkick's ongoing infrastructure improvements.
>
> Inexperience with Open Source
>
> libcloud was open sourced in July 2009, during OSCON. Core
> contributors include former employees of Mozilla and an ASF member.
>
> Homogeneous Developers
>
> Much of the initial development was done by Cloudkick, but much of the
> core design was re-factored by the community, and many of the drivers
> for each provider have been contributed by 3rd parties.
>
> Reliance on Salaried Developers
>
> The majority, but not all, of the developers are paid by their
> employer to work on libcloud at this time.
>
> Relationships with Other Apache Products
>
> Libcloud doesn't share many attributes with existing Apache projects
> due to it being in Python and addressing a new need.
>
> A Excessive Fascination with the Apache Brand
>
> Libcloud project seeks to build a last community around cloud API
> interoperability, and is not fascinated with any short term gains of
> being associated with the Apache Brand.
>
> Documentation
>
>    * http://www.informationweek.com/cloud-computing/blog/archives/2009/01/the_urgent_issu.html
>    * http://broadcast.oreilly.com/2009/09/cloud-api-wars---where-is-the.html
>    * http://blogs.gartner.com/lydia_leong/2009/08/27/are-multiple-cloud-apis-bad/
>    * http://deltacloud.org/
>
> Initial Source
>
> Initial source is contained completely inside the libcloud github repository.
>
> External Dependencies
>
>    * zope.interface
>    * For Python =< 2.5, a JSON Parser such as SimpleJSON is required.
>
> Cryptography
>
> Uses standard Python APIs for SSL/HTTPS.
>
> Required Resources
>
> Mailing lists
>
>    * libcloud-dev
>    * libcloud-commits
>    * libcloud-private
>
> Subversion
>
>    * https://svn.apache.org/repos/asf/incubator/libcloud
>
> Issue Tracking
>
>    * JIRA (LCLD)
>
> Initial Committers
>
>    * Alex Polvi <alex polvi.net>
>    * Dan Di Spaltro <dan.dispaltro gmail.com>
>    * Ivan Meredith <ivan ivan.net.nz>
>    * Jed Smith <jsmith linode.com>
>    * Jeremy Orem <jeremy.orem gmail.com>
>    * Jerry Chen <github jcsalterego.otherinbox.com>
>    * Logan Welliver <logan cloudkick.com>
>    * Paul Querna <pquerna apache.org>
>    *Tom Davis <tom dislocatedday.com>
>
> Sponsors
>
> Champion
>
>    * Paul Querna
>
> Nominated Mentors
>
>    * Gavin McDonald
>    * Jean-Frederic Clere
>    * Ant Elder
>    * Carlos Sanchez
>
> Sponsoring Entity
>
>    * Incubator PMC
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@...
> For additional commands, e-mail: general-help@...
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@...
For additional commands, e-mail: general-help@...


Re: [VOTE] Accept Libcloud proposal for incubation

by Philip M. Gollucci :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Joe Schaefer wrote:

>
> ----- Original Message ----
>> From: Paul Querna <paul@...>
>> To: general@...
>> Sent: Wed, October 28, 2009 2:39:32 PM
>> Subject: [VOTE] Accept Libcloud proposal for incubation
>>
>> Libcloud proposal thread went well, and we added several mentors.  I
>> would like to start the vote to incubate Libcloud into the ASF.
>>
>> The proposal is included below and is also at:
>>
>>
>> Please cast your votes:
>>
>> [ ] +1 Accept Libcloud for incubation
>> [ ] +0 Indifferent to Libcloud incubation
>> [ ] -1 Reject Libcloud for incubation
>>
>
> +1, tho it should've been written in a language with a future like perl 5.

+1 ditto, [pending IPMC ack]


--
------------------------------------------------------------------------
1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70  3F8C 75B8 8FFB DB9B 8C1C
Philip M. Gollucci (pgollucci@...) c: 703.336.9354
Consultant          - P6M7G8 Inc.                http://p6m7g8.net
Senior Sys Admin    - RideCharge, Inc.           http://ridecharge.com
ASF Member          - Apache Software Foundation http://apache.org
FreeBSD Committer   - FreeBSD Foundation         http://freebsd.org

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@...
For additional commands, e-mail: general-help@...


Re: [VOTE] Accept Libcloud proposal for incubation

by Jim Jagielski :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On Oct 28, 2009, at 2:39 PM, Paul Querna wrote:

> Libcloud proposal thread went well, and we added several mentors.  I
> would like to start the vote to incubate Libcloud into the ASF.
>
> The proposal is included below and is also at:
> <http://wiki.apache.org/incubator/LibcloudProposal>
>
> Please cast your votes:
>
> [ ] +1 Accept Libcloud for incubation
> [ ] +0 Indifferent to Libcloud incubation
> [ ] -1 Reject Libcloud for incubation
>
> Vote Closes 72 hours from now.
>

+1

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@...
For additional commands, e-mail: general-help@...


Re: [VOTE] Accept Libcloud proposal for incubation

by brettporter :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

+1

On 29/10/2009, at 5:39 AM, Paul Querna wrote:

> Libcloud proposal thread went well, and we added several mentors.  I
> would like to start the vote to incubate Libcloud into the ASF.
>
> The proposal is included below and is also at:
> <http://wiki.apache.org/incubator/LibcloudProposal>
>
> Please cast your votes:
>
> [ ] +1 Accept Libcloud for incubation
> [ ] +0 Indifferent to Libcloud incubation
> [ ] -1 Reject Libcloud for incubation
>
> Vote Closes 72 hours from now.
>
> Thanks,
>
> Paul
> --------------------------------------------
> Libcloud, a unified interface to the cloud
>
> Abstract
>
> libcloud is a pure python client library for interacting with many of
> the popular cloud server providers. It was created to make it easy for
> developers to build products that work between any of the services
> that it supports.
>
> Proposal
>
>    * Provide unified API for manipulating servers instances across
> many hosting providers who provide an API to manipulate instances.
> Current API includes: list, reboot, create, destroy, list images, list
> sizes.
>    * (future) Provide utilities for manipulating and creating server
> images in many formats. (See the independent Stacklet project for
> ideas)
>    * (future) Provide unified API for storing large objects on
> popular hosting provider storage APIs.
>
> Background
>
> While there are some projects to create open standards for
> interoperability within the cloud, most have failed to gain widespread
> adoption. Libcloud takes the approach of exposing a unified API to
> cover multiple vendor's APIs, and in the future to support standard
> APIs, assuming they become prevalent.
>
> Rationale
>
> There is a strong need in the developing cloud infrastructure for a
> community supported, high quality, and vendor independent tool set for
> managing servers and their resources. When new servers are just an API
> call away, traditional infrastructure models are changing quickly.
> Having a good library built around Apache's values and tradition will
> enable new server infrastructure to evolve much more quickly.
>
> Initial Goals
>
> Libcloud is an existing open source project, with patches from many
> different contributors. We view the moving to Apache as a way to
> improve this community, and look into future APIs around creating
> server images and large object storage.
>
> Current Status
>
> Libcloud is already open source under the ASL 2.0:
>
>   * Libcloud Website <http://www.libcloud.org>
>   * Libcloud Mailing Lists <http://groups.google.com/group/libcloud>
>   * Libcloud Source Control <http://github.com/cloudkick/libcloud>
>
> Meritocracy
>
> Libcloud has involvement from members of both the ASF and other open
> source projects. Communication is driven by both IRC and E-Mail lists.
>
> Community
>
> Currently libcloud has several contributors, but not a large user
> community other than a few companies. We would like to increase our
> userbase as part of the incubator process.
>
> Core Developers
>
> Alex Polvi who wrote most of the original code is familiar with open
> source from working at OSUOSL and at Mozilla. Tom Davis drove much of
> the re factoring of the initial code base. Jed Smith, Ivan Meredith,
> Jeremy Orem, Jerry Chen and Paul Querna (ASF member) have all
> contributed mainly to developing provider specific drivers.
>
> Alignment
>
> Currently there are not many Apache communities involved with cloud
> computing or python based infrastructure. We believe introducing such
> a community is a good thing for the Apache Software Foundation.
>
> Known Risks
>
> Orphaned products
>
> libcloud is being used actively by Cloudkick to develop services. It
> is a core part of Cloudkick's ongoing infrastructure improvements.
>
> Inexperience with Open Source
>
> libcloud was open sourced in July 2009, during OSCON. Core
> contributors include former employees of Mozilla and an ASF member.
>
> Homogeneous Developers
>
> Much of the initial development was done by Cloudkick, but much of the
> core design was re-factored by the community, and many of the drivers
> for each provider have been contributed by 3rd parties.
>
> Reliance on Salaried Developers
>
> The majority, but not all, of the developers are paid by their
> employer to work on libcloud at this time.
>
> Relationships with Other Apache Products
>
> Libcloud doesn't share many attributes with existing Apache projects
> due to it being in Python and addressing a new need.
>
> A Excessive Fascination with the Apache Brand
>
> Libcloud project seeks to build a last community around cloud API
> interoperability, and is not fascinated with any short term gains of
> being associated with the Apache Brand.
>
> Documentation
>
>    * http://www.informationweek.com/cloud-computing/blog/archives/2009/01/the_urgent_issu.html
>    * http://broadcast.oreilly.com/2009/09/cloud-api-wars---where-is-the.html
>    * http://blogs.gartner.com/lydia_leong/2009/08/27/are-multiple-cloud-apis-bad/
>    * http://deltacloud.org/
>
> Initial Source
>
> Initial source is contained completely inside the libcloud github  
> repository.
>
> External Dependencies
>
>    * zope.interface
>    * For Python =< 2.5, a JSON Parser such as SimpleJSON is required.
>
> Cryptography
>
> Uses standard Python APIs for SSL/HTTPS.
>
> Required Resources
>
> Mailing lists
>
>    * libcloud-dev
>    * libcloud-commits
>    * libcloud-private
>
> Subversion
>
>    * https://svn.apache.org/repos/asf/incubator/libcloud
>
> Issue Tracking
>
>    * JIRA (LCLD)
>
> Initial Committers
>
>    * Alex Polvi <alex polvi.net>
>    * Dan Di Spaltro <dan.dispaltro gmail.com>
>    * Ivan Meredith <ivan ivan.net.nz>
>    * Jed Smith <jsmith linode.com>
>    * Jeremy Orem <jeremy.orem gmail.com>
>    * Jerry Chen <github jcsalterego.otherinbox.com>
>    * Logan Welliver <logan cloudkick.com>
>    * Paul Querna <pquerna apache.org>
>    *Tom Davis <tom dislocatedday.com>
>
> Sponsors
>
> Champion
>
>    * Paul Querna
>
> Nominated Mentors
>
>    * Gavin McDonald
>    * Jean-Frederic Clere
>    * Ant Elder
>    * Carlos Sanchez
>
> Sponsoring Entity
>
>    * Incubator PMC
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@...
> For additional commands, e-mail: general-help@...
>


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@...
For additional commands, e-mail: general-help@...


Re: [VOTE] Accept Libcloud proposal for incubation

by Niclas Hedhman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, Oct 29, 2009 at 2:39 AM, Paul Querna <paul@...> wrote:

> Libcloud proposal thread went well, and we added several mentors.  I
> would like to start the vote to incubate Libcloud into the ASF.
>
> The proposal is included below and is also at:
> <http://wiki.apache.org/incubator/LibcloudProposal>
>
> Please cast your votes:
>
> [ ] +1 Accept Libcloud for incubation
> [ ] +0 Indifferent to Libcloud incubation
> [ ] -1 Reject Libcloud for incubation

+1, but I would like to see a more imaginative name ;-)


Cheers
--
Niclas Hedhman, Software Developer
http://www.qi4j.org - New Energy for Java

I  live here; http://tinyurl.com/2qq9er
I  work here; http://tinyurl.com/2ymelc
I relax here; http://tinyurl.com/2cgsug

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@...
For additional commands, e-mail: general-help@...


Re: [VOTE] Accept Libcloud proposal for incubation

by Leif Hedstrom-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 10/28/2009 08:58 PM, Niclas Hedhman wrote:
>
> +1, but I would like to see a more imaginative name ;-)
>    
Nephelococcygia ? ;-)

Not that it matters, but +1 from me too, this sounds really useful.

-- leif



---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@...
For additional commands, e-mail: general-help@...


Re: [VOTE] Accept Libcloud proposal for incubation

by antelder :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Wed, Oct 28, 2009 at 6:39 PM, Paul Querna <paul@...> wrote:

> Libcloud proposal thread went well, and we added several mentors.  I
> would like to start the vote to incubate Libcloud into the ASF.
>
> The proposal is included below and is also at:
> <http://wiki.apache.org/incubator/LibcloudProposal>
>
> Please cast your votes:
>
> [ ] +1 Accept Libcloud for incubation
> [ ] +0 Indifferent to Libcloud incubation
> [ ] -1 Reject Libcloud for incubation
>

+1

   ...ant

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@...
For additional commands, e-mail: general-help@...


Re: [VOTE] Accept Libcloud proposal for incubation

by Jean-frederic Clere-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 10/28/2009 07:39 PM, Paul Querna wrote:
> Libcloud proposal thread went well, and we added several mentors.  I
> would like to start the vote to incubate Libcloud into the ASF.
>
> The proposal is included below and is also at:
> <http://wiki.apache.org/incubator/LibcloudProposal>
>
> Please cast your votes:
>
> [ ] +1 Accept Libcloud for incubation

+1

Cheers

Jean-Frederic

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@...
For additional commands, e-mail: general-help@...


RE: [VOTE] Accept Libcloud proposal for incubation

by gavin-105 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



> -----Original Message-----
> From: Paul Querna [mailto:paul@...]
> Sent: Thursday, 29 October 2009 4:40 AM
> To: general@...
> Subject: [VOTE] Accept Libcloud proposal for incubation
>
> Libcloud proposal thread went well, and we added several mentors.  I
> would like to start the vote to incubate Libcloud into the ASF.
>
> The proposal is included below and is also at:
> <http://wiki.apache.org/incubator/LibcloudProposal>
>
> Please cast your votes:
>

[X] +1 Accept Libcloud for incubation

Gav...

>
> Vote Closes 72 hours from now.
>
> Thanks,
>
> Paul
> --------------------------------------------
> Libcloud, a unified interface to the cloud
>
> Abstract
>
> libcloud is a pure python client library for interacting with many of
> the popular cloud server providers. It was created to make it easy for
> developers to build products that work between any of the services
> that it supports.
>
> Proposal
>
>     * Provide unified API for manipulating servers instances across
> many hosting providers who provide an API to manipulate instances.
> Current API includes: list, reboot, create, destroy, list images, list
> sizes.
>     * (future) Provide utilities for manipulating and creating server
> images in many formats. (See the independent Stacklet project for
> ideas)
>     * (future) Provide unified API for storing large objects on
> popular hosting provider storage APIs.
>
> Background
>
> While there are some projects to create open standards for
> interoperability within the cloud, most have failed to gain widespread
> adoption. Libcloud takes the approach of exposing a unified API to
> cover multiple vendor's APIs, and in the future to support standard
> APIs, assuming they become prevalent.
>
> Rationale
>
> There is a strong need in the developing cloud infrastructure for a
> community supported, high quality, and vendor independent tool set for
> managing servers and their resources. When new servers are just an API
> call away, traditional infrastructure models are changing quickly.
> Having a good library built around Apache's values and tradition will
> enable new server infrastructure to evolve much more quickly.
>
> Initial Goals
>
> Libcloud is an existing open source project, with patches from many
> different contributors. We view the moving to Apache as a way to
> improve this community, and look into future APIs around creating
> server images and large object storage.
>
> Current Status
>
> Libcloud is already open source under the ASL 2.0:
>
>    * Libcloud Website <http://www.libcloud.org>
>    * Libcloud Mailing Lists <http://groups.google.com/group/libcloud>
>    * Libcloud Source Control <http://github.com/cloudkick/libcloud>
>
> Meritocracy
>
> Libcloud has involvement from members of both the ASF and other open
> source projects. Communication is driven by both IRC and E-Mail lists.
>
> Community
>
> Currently libcloud has several contributors, but not a large user
> community other than a few companies. We would like to increase our
> userbase as part of the incubator process.
>
> Core Developers
>
> Alex Polvi who wrote most of the original code is familiar with open
> source from working at OSUOSL and at Mozilla. Tom Davis drove much of
> the re factoring of the initial code base. Jed Smith, Ivan Meredith,
> Jeremy Orem, Jerry Chen and Paul Querna (ASF member) have all
> contributed mainly to developing provider specific drivers.
>
> Alignment
>
> Currently there are not many Apache communities involved with cloud
> computing or python based infrastructure. We believe introducing such
> a community is a good thing for the Apache Software Foundation.
>
> Known Risks
>
> Orphaned products
>
> libcloud is being used actively by Cloudkick to develop services. It
> is a core part of Cloudkick's ongoing infrastructure improvements.
>
> Inexperience with Open Source
>
> libcloud was open sourced in July 2009, during OSCON. Core
> contributors include former employees of Mozilla and an ASF member.
>
> Homogeneous Developers
>
> Much of the initial development was done by Cloudkick, but much of the
> core design was re-factored by the community, and many of the drivers
> for each provider have been contributed by 3rd parties.
>
> Reliance on Salaried Developers
>
> The majority, but not all, of the developers are paid by their
> employer to work on libcloud at this time.
>
> Relationships with Other Apache Products
>
> Libcloud doesn't share many attributes with existing Apache projects
> due to it being in Python and addressing a new need.
>
> A Excessive Fascination with the Apache Brand
>
> Libcloud project seeks to build a last community around cloud API
> interoperability, and is not fascinated with any short term gains of
> being associated with the Apache Brand.
>
> Documentation
>
>     * http://www.informationweek.com/cloud-
> computing/blog/archives/2009/01/the_urgent_issu.html
>     * http://broadcast.oreilly.com/2009/09/cloud-api-wars---where-is-
> the.html
>     * http://blogs.gartner.com/lydia_leong/2009/08/27/are-multiple-cloud-
> apis-bad/
>     * http://deltacloud.org/
>
> Initial Source
>
> Initial source is contained completely inside the libcloud github
> repository.
>
> External Dependencies
>
>     * zope.interface
>     * For Python =< 2.5, a JSON Parser such as SimpleJSON is required.
>
> Cryptography
>
> Uses standard Python APIs for SSL/HTTPS.
>
> Required Resources
>
> Mailing lists
>
>     * libcloud-dev
>     * libcloud-commits
>     * libcloud-private
>
> Subversion
>
>     * https://svn.apache.org/repos/asf/incubator/libcloud
>
> Issue Tracking
>
>     * JIRA (LCLD)
>
> Initial Committers
>
>     * Alex Polvi <alex polvi.net>
>     * Dan Di Spaltro <dan.dispaltro gmail.com>
>     * Ivan Meredith <ivan ivan.net.nz>
>     * Jed Smith <jsmith linode.com>
>     * Jeremy Orem <jeremy.orem gmail.com>
>     * Jerry Chen <github jcsalterego.otherinbox.com>
>     * Logan Welliver <logan cloudkick.com>
>     * Paul Querna <pquerna apache.org>
>     *Tom Davis <tom dislocatedday.com>
>
> Sponsors
>
> Champion
>
>     * Paul Querna
>
> Nominated Mentors
>
>     * Gavin McDonald
>     * Jean-Frederic Clere
>     * Ant Elder
>     * Carlos Sanchez
>
> Sponsoring Entity
>
>     * Incubator PMC
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@...
> For additional commands, e-mail: general-help@...
>
> No virus found in this incoming message.
> Checked by AVG - www.avg.com
> Version: 8.5.423 / Virus Database: 270.14.32/2460 - Release Date: 10/27/09
> 15:50:00


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@...
For additional commands, e-mail: general-help@...


Re: [VOTE] Accept Libcloud proposal for incubation

by Marcel Offermans :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

+1 (non-binding)

Looking forward to using such a unified API from within ACE.

Greetings, Marcel


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@...
For additional commands, e-mail: general-help@...


Re: [VOTE] Accept Libcloud proposal for incubation

by Matt Hogstrom :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> [X] +1 Accept Libcloud for incubation (binding)


On Oct 28, 2009, at 2:39 PM, Paul Querna wrote:

> Libcloud proposal thread went well, and we added several mentors.  I
> would like to start the vote to incubate Libcloud into the ASF.
>
> The proposal is included below and is also at:
> <http://wiki.apache.org/incubator/LibcloudProposal>
>
> Please cast your votes:
>
> [ ] +0 Indifferent to Libcloud incubation
> [ ] -1 Reject Libcloud for incubation
>
> Vote Closes 72 hours from now.
>
> Thanks,
>
> Paul
> --------------------------------------------
> Libcloud, a unified interface to the cloud
>
> Abstract
>
> libcloud is a pure python client library for interacting with many of
> the popular cloud server providers. It was created to make it easy for
> developers to build products that work between any of the services
> that it supports.
>
> Proposal
>
>    * Provide unified API for manipulating servers instances across
> many hosting providers who provide an API to manipulate instances.
> Current API includes: list, reboot, create, destroy, list images, list
> sizes.
>    * (future) Provide utilities for manipulating and creating server
> images in many formats. (See the independent Stacklet project for
> ideas)
>    * (future) Provide unified API for storing large objects on
> popular hosting provider storage APIs.
>
> Background
>
> While there are some projects to create open standards for
> interoperability within the cloud, most have failed to gain widespread
> adoption. Libcloud takes the approach of exposing a unified API to
> cover multiple vendor's APIs, and in the future to support standard
> APIs, assuming they become prevalent.
>
> Rationale
>
> There is a strong need in the developing cloud infrastructure for a
> community supported, high quality, and vendor independent tool set for
> managing servers and their resources. When new servers are just an API
> call away, traditional infrastructure models are changing quickly.
> Having a good library built around Apache's values and tradition will
> enable new server infrastructure to evolve much more quickly.
>
> Initial Goals
>
> Libcloud is an existing open source project, with patches from many
> different contributors. We view the moving to Apache as a way to
> improve this community, and look into future APIs around creating
> server images and large object storage.
>
> Current Status
>
> Libcloud is already open source under the ASL 2.0:
>
>   * Libcloud Website <http://www.libcloud.org>
>   * Libcloud Mailing Lists <http://groups.google.com/group/libcloud>
>   * Libcloud Source Control <http://github.com/cloudkick/libcloud>
>
> Meritocracy
>
> Libcloud has involvement from members of both the ASF and other open
> source projects. Communication is driven by both IRC and E-Mail lists.
>
> Community
>
> Currently libcloud has several contributors, but not a large user
> community other than a few companies. We would like to increase our
> userbase as part of the incubator process.
>
> Core Developers
>
> Alex Polvi who wrote most of the original code is familiar with open
> source from working at OSUOSL and at Mozilla. Tom Davis drove much of
> the re factoring of the initial code base. Jed Smith, Ivan Meredith,
> Jeremy Orem, Jerry Chen and Paul Querna (ASF member) have all
> contributed mainly to developing provider specific drivers.
>
> Alignment
>
> Currently there are not many Apache communities involved with cloud
> computing or python based infrastructure. We believe introducing such
> a community is a good thing for the Apache Software Foundation.
>
> Known Risks
>
> Orphaned products
>
> libcloud is being used actively by Cloudkick to develop services. It
> is a core part of Cloudkick's ongoing infrastructure improvements.
>
> Inexperience with Open Source
>
> libcloud was open sourced in July 2009, during OSCON. Core
> contributors include former employees of Mozilla and an ASF member.
>
> Homogeneous Developers
>
> Much of the initial development was done by Cloudkick, but much of the
> core design was re-factored by the community, and many of the drivers
> for each provider have been contributed by 3rd parties.
>
> Reliance on Salaried Developers
>
> The majority, but not all, of the developers are paid by their
> employer to work on libcloud at this time.
>
> Relationships with Other Apache Products
>
> Libcloud doesn't share many attributes with existing Apache projects
> due to it being in Python and addressing a new need.
>
> A Excessive Fascination with the Apache Brand
>
> Libcloud project seeks to build a last community around cloud API
> interoperability, and is not fascinated with any short term gains of
> being associated with the Apache Brand.
>
> Documentation
>
>    * http://www.informationweek.com/cloud-computing/blog/archives/2009/01/the_urgent_issu.html
>    * http://broadcast.oreilly.com/2009/09/cloud-api-wars---where-is-the.html
>    * http://blogs.gartner.com/lydia_leong/2009/08/27/are-multiple-cloud-apis-bad/
>    * http://deltacloud.org/
>
> Initial Source
>
> Initial source is contained completely inside the libcloud github  
> repository.
>
> External Dependencies
>
>    * zope.interface
>    * For Python =< 2.5, a JSON Parser such as SimpleJSON is required.
>
> Cryptography
>
> Uses standard Python APIs for SSL/HTTPS.
>
> Required Resources
>
> Mailing lists
>
>    * libcloud-dev
>    * libcloud-commits
>    * libcloud-private
>
> Subversion
>
>    * https://svn.apache.org/repos/asf/incubator/libcloud
>
> Issue Tracking
>
>    * JIRA (LCLD)
>
> Initial Committers
>
>    * Alex Polvi <alex polvi.net>
>    * Dan Di Spaltro <dan.dispaltro gmail.com>
>    * Ivan Meredith <ivan ivan.net.nz>
>    * Jed Smith <jsmith linode.com>
>    * Jeremy Orem <jeremy.orem gmail.com>
>    * Jerry Chen <github jcsalterego.otherinbox.com>
>    * Logan Welliver <logan cloudkick.com>
>    * Paul Querna <pquerna apache.org>
>    *Tom Davis <tom dislocatedday.com>
>
> Sponsors
>
> Champion
>
>    * Paul Querna
>
> Nominated Mentors
>
>    * Gavin McDonald
>    * Jean-Frederic Clere
>    * Ant Elder
>    * Carlos Sanchez
>
> Sponsoring Entity
>
>    * Incubator PMC
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@...
> For additional commands, e-mail: general-help@...
>
>

Matt Hogstrom
matt@...

A Day Without Nuclear Fusion Is a Day Without Sunshine


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@...
For additional commands, e-mail: general-help@...

< Prev | 1 - 2 | Next >