dev opsmeetup sept2013-leaseweb

Post on 30-Jun-2015

134 Views

Category:

Technology

0 Downloads

Preview:

Click to see full reader

DESCRIPTION

Presented at September DevOps Meetup

TRANSCRIPT

Openstack in production

http://engineering.spilgames.com/

2

Who is this guy?

- Born chemist

The IT in ID&T -

- Perfectly integrated!

3

Who are you?

How many Amazon customers?

4

What is Openstack?

“Open source cloud computing platformfor public and private clouds”

Is Openstack the new Linux?

5

What *is* Openstack?

Loosely coupled independent service model

Main projects:

source: redhat

6

Say it again?

7

Didn’t get it the first time?

8

Openstack vs AWS

Nova EC2

Swift S3

Cinder EBS

Glance AMIs

Keystone IAM

Neutron

VPC, Router, etc

9

More projects!

Incubated in Grizzly:

> Ceilometer (monitoring)

> Heat (Orchestration)

> Neutron LoadBalancer-as-a-service

Incubated in Havana:

> Trove (Database-as-a-service) formerly RedDwarf

> Marconi (Message queue-as-a-service)

> Ironic (BareMetal-as-a-service)

> Olso (shared libraries)

> Savanna (Hadoop-as-a-service)

> Murano (Windows!)

10

Where is used?

“Open source cloud computing platformfor public and private clouds”

11

The Foundation and the community

source: ohloh

12

Contribute!

Create an https://launchpad.net account, sign CLA and join FoundationJoin the mailing lists openstack@lists.openstack.org

$ git clone https://github.com/openstack/keystone.git$ cd keystone$ git-review -s$ git remote update ; git checkout master ; git pull origin master$ git checkout -b new_amazing_feature$ git commit -a ; git review

wait for 2+ review from core members; they’ll run Jenkins and merge if pass

https://wiki.openstack.org/wiki/HowToContribute

13

OK, cool, but how do *I* use it?

Choose your platform: or

Choose your method: or

Deploy, learn, rinse and repeat (don’t forget HA/Security/Storage)!

Choose hypervisor: or (seriously?)

14

Openstack @ Spil Games

✓30 TB Swift cluster for caching

✓6 node compute cluster

✓Every API service behind LB’s, Ceph (in progress), Keystone/AD

✓Neutron/OVS

15

DevOps and private clouds

=

16

Hybrid cloud model

17

18

Quæstiones?

19

Upcoming events

Cloud and more

Save the date: 17th October

Tomorrow!

and the next DevOps Meetup!

7/8th October (vxcompany.com)

20

Try it at home!

devstack.org

top related