Upgrade to Pro — share decks privately, control downloads, hide ads and more …

OpenStack: A python based IaaS provider

OpenStack: A python based IaaS provider

OpenStack is an IaaS provider software written in Python. As such, it provides a massive scalable operating system and services like: Image, Storage, Object, Compute, etc.

This talks aims to give the audience an overview about OpenStack, its capabilities, its modules, coding styles, workflow and organization.

As a successful community driven development case, it’s definitely a good reference for anyone willing to take that road or maybe joining existing projects.

flaper87

July 02, 2013
Tweet

More Decks by flaper87

Other Decks in Technology

Transcript

  1. @flaper87 – Europython 2013 What's this talk about? It's all

    about OpenStack... … about what it is. … about how it is being developed. … about the community around it. … about engaging you to contribute to it.
  2. @flaper87 – Europython 2013 Who's this dude? @flaper87 (a.k.a, Flavio

    Percoco): Very proud Red Hatter, who's also part of the MongoDB Master team and has contributed to Open Source since... forever. One of those who thinks about programming when he's not programming. member of
  3. @flaper87 – Europython 2013 OpenStack What marketers read: noun [U]

    / o .pənstæk/ cloud operating system that controls large pools of ˈ ʊ compute, storage, and networking resources throughout a datacenter, all managed through a dashboard that gives administrators control while empowering their users to provision resources through a web interface. What it really is: Really cool, pure python, open source, infrastructure (and not just infrastructure) as a service provider (IaaS).
  4. @flaper87 – Europython 2013 ✔ OpenStack Compute (Nova) ✔ OpenStack

    Image (Glance) ✔ OpenStack Block Storage (Cinder) ✔ OpenStack Object Storage (Swift) ✔ OpenStack Networking (Neutron) OpenStack ✔ OpenStack Dashboard (Horizon) ✔ OpenStack Meetering (Ceilometer) ✔ OpenStack Identity (Keystone) ✔ OpenStack Orchestraion (Heat)
  5. @flaper87 – Europython 2013 Code Reviews It doesn't matter who

    you are Nor where you come from Nor how many cats you have Gerrit, FTW