openstack for developers appsterdam weekly wednesday lunch lectures

26
Openstack for developers (and a little bit of Vagrant) http://engineering.spilgames.com / @bongo #appsterdam @appsterdam

Upload: red-hat

Post on 20-Aug-2015

165 views

Category:

Technology


0 download

TRANSCRIPT

Openstack for developers(and a little bit of Vagrant)

http://engineering.spilgames.com/

@bongo #appsterdam @appsterdam

2

Who is this guy?

- Born chemist

The IT in ID&T -

- Perfectly integrated!

3

Who are you?

4

What is “cloud”

5

What is Openstack

“Open source cloud computing platformfor public and private clouds”

6

The Linux of Cloud

1991:

2010:

8

9

The Foundation and the community

9500 members!

10

The Foundation and the community1.7 MLOC, ~1600 contributors, 86K commits, 470 man-years

source: ohloh

11

What is Openstack?

“Open source cloud computing platformfor public and private clouds”

Is Openstack the new Linux?

12

Openstack is hard

Close your eyes

13

Architecture

Loosely coupled independent service model

14

Openstack vs AWS

Nova EC2

Swift S3

Cinder EBS

Glance AMIs

Keystone IAM

Neutron

VPC, Router, etc

15

Contribute!Create an https://launchpad.net account, sign CLA and join Foundation

Join the mailing lists [email protected]

$ 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

16

Openstack for dev(ops)

=

meetup.com/DevopsAmsterdam

17

Demo time

18

19

Upcoming events

Save the date: 17th Octobermeetup.com/Openstack-Amsterdam

and the next DevOps Meetup!

20

Quæstiones?

Openstack for developers(and a little bit of Vagrant)

http://engineering.spilgames.com/

@bongo #appsterdam @appsterdam

22

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

23

Hybrid cloud model

24

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

25

Upcoming events

Cloud and more

Save the date: 17th October

Tomorrow!

and the next DevOps Meetup!

7/8th October (vxcompany.com)

26

Try it at home!

devstack.org