apache libcloud
play

Apache Libcloud Paul Querna, Chief Architect, Cloudkick June 22, - PowerPoint PPT Presentation

Apache Libcloud Paul Querna, Chief Architect, Cloudkick June 22, 2010 Tuesday, June 22, 2010 I want a server. Tuesday, June 22, 2010 I want a server right now. Tuesday, June 22, 2010 Libcloud is about Compute Not SaaS, PaaS, or Cloud


  1. Apache Libcloud Paul Querna, Chief Architect, Cloudkick June 22, 2010 Tuesday, June 22, 2010

  2. I want a server. Tuesday, June 22, 2010

  3. I want a server right now. Tuesday, June 22, 2010

  4. Libcloud is about Compute • Not SaaS, PaaS, or Cloud Storage Tuesday, June 22, 2010

  5. Why!?!? • Amazon: XML + Custom HMAC Auth • Rackspace: JSON + Auth Tickets • SoftLayer: XML RPC + User / Password Tuesday, June 22, 2010

  6. Cloud API Standards • Haven’t worked. Tuesday, June 22, 2010

  7. 16 Providers Tuesday, June 22, 2010

  8. Simple APIs • list_nodes() • reboot_node() • destroy_node() • create_node() Tuesday, June 22, 2010

  9. Tricks! • Included data: • Location • Price-per-hour in USD • Cheapest 4 gigabyte node outside the US Tuesday, June 22, 2010

  10. Code on Slides, at Ignite! possible = [] for d in drivers: loc = filter(lambda x: x.country != 'US', d.list_locations()) for l in loc: sizes = filter(lambda x: x.ram >= 4096, d.list_sizes(l)) for s in sizes: possible.append({'size': s, 'location': l, 'driver': d}) best = sorted(possible, lambda x,y: x['size'].price < y['size'].price)[0] print best Tuesday, June 22, 2010

  11. Don’t update that Wiki! • pssh on list list_nodes() Tuesday, June 22, 2010

  12. Fabric + Libcloud $ fab hostname [173.45.245.33] run: hostname [173.45.245.33] out: lctest3.k1k.me [173.45.245.32] run: hostname [173.45.245.32] out: lctest2.k1k.me Done. Disconnecting from 173.45.245.33... done. Disconnecting from 173.45.245.32... done. Tuesday, June 22, 2010

  13. Building on Top • Silver Lining: Python Deployment on the Cloud Tuesday, June 22, 2010

  14. Building on Top • Mercury: Drupal Deployment on the Cloud Tuesday, June 22, 2010

  15. Up Next • No World Domination, just clouds Tuesday, June 22, 2010

  16. Image Formats • Standards haven’t worked (yet!) Tuesday, June 22, 2010

  17. Multiple Languages • Java experiment started Tuesday, June 22, 2010

  18. It’s Open Source Tuesday, June 22, 2010

  19. Related Projects • JClouds: Java-world-equivalent • Apache Deltacloud: Ruby-ish equivalent Tuesday, June 22, 2010

  20. • Apache Libcloud: http://libcloud.org/ #libcloud on Freenode IRC • Slides online: http://paul.querna.org/slides Tuesday, June 22, 2010

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend