cdsummit paris september 2014 steven thwaites copy · 2014. 9. 23. · puppet labs by the numbers 9...

31
September 2014 Steven Thwaites [email protected] Puppet Labs Inc. Automating Infrastructure

Upload: others

Post on 17-Sep-2020

0 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: CDSummit Paris September 2014 Steven Thwaites copy · 2014. 9. 23. · Puppet Labs by the Numbers 9 million product downloads in the past 12 months 18,000+ companies are using Puppet

September 2014

Steven [email protected]

Puppet Labs Inc.

Automating

Infrastructure

Page 2: CDSummit Paris September 2014 Steven Thwaites copy · 2014. 9. 23. · Puppet Labs by the Numbers 9 million product downloads in the past 12 months 18,000+ companies are using Puppet

Continuous Delivery Adds Business Value

• React faster to market conditions

• Innovate faster

• Fix bugs faster

• Make feedback loops faster

Page 3: CDSummit Paris September 2014 Steven Thwaites copy · 2014. 9. 23. · Puppet Labs by the Numbers 9 million product downloads in the past 12 months 18,000+ companies are using Puppet

!

Creating the artifact does not mean you're done.

Page 4: CDSummit Paris September 2014 Steven Thwaites copy · 2014. 9. 23. · Puppet Labs by the Numbers 9 million product downloads in the past 12 months 18,000+ companies are using Puppet

The Infrastructure Matters

All that speed is pointless if your code

isn't running.

“It was working in the Development Environment!”

Page 5: CDSummit Paris September 2014 Steven Thwaites copy · 2014. 9. 23. · Puppet Labs by the Numbers 9 million product downloads in the past 12 months 18,000+ companies are using Puppet

Infrastructure Matters for Delivery

!• Does it work in Production? • Time from "done" to "running"? • Will an infra change break our release? • Can I recreate a production issue from

N releases ago?

Page 6: CDSummit Paris September 2014 Steven Thwaites copy · 2014. 9. 23. · Puppet Labs by the Numbers 9 million product downloads in the past 12 months 18,000+ companies are using Puppet

Infrastructure Playing Catch-Up

!• Ops team, choose two:

• Speed • Reliability • Sleep

Page 7: CDSummit Paris September 2014 Steven Thwaites copy · 2014. 9. 23. · Puppet Labs by the Numbers 9 million product downloads in the past 12 months 18,000+ companies are using Puppet

!

As sysadmins, we need to catch up.

Page 8: CDSummit Paris September 2014 Steven Thwaites copy · 2014. 9. 23. · Puppet Labs by the Numbers 9 million product downloads in the past 12 months 18,000+ companies are using Puppet

The Cost of Manual Management

PRODUCTIVITY

SPEED

INSIGHT

60% of IT managers are not satisfied with the speed at which IT responds to business needs

48% of IT professionals spend 50% or more of their time on basic administrative tasks

93% of IT professionals cannot answer “What changed?” when an outage incident occurs

Page 9: CDSummit Paris September 2014 Steven Thwaites copy · 2014. 9. 23. · Puppet Labs by the Numbers 9 million product downloads in the past 12 months 18,000+ companies are using Puppet

MANUAL CONFIGURATION

CUSTOM SCRIPTS

GOLDEN IMAGES

LEGACY TOOLS

IT DOESN'T WORK

Page 10: CDSummit Paris September 2014 Steven Thwaites copy · 2014. 9. 23. · Puppet Labs by the Numbers 9 million product downloads in the past 12 months 18,000+ companies are using Puppet

So... Puppet?

Page 11: CDSummit Paris September 2014 Steven Thwaites copy · 2014. 9. 23. · Puppet Labs by the Numbers 9 million product downloads in the past 12 months 18,000+ companies are using Puppet

Puppet Labs by the Numbers

9 million product downloads in the past 12 months

18,000+ companies are using Puppet

2,500+ modules on Forge

30+ Puppet User Groups worldwide

1,000+ people contributing to projects on GitHub

4,800+ people posting to Puppet Google Group lists

450+ Puppet Enterprise customers

100% year-over-year growth

300 employees (and still growing!)

$86 million in capital raised

Page 12: CDSummit Paris September 2014 Steven Thwaites copy · 2014. 9. 23. · Puppet Labs by the Numbers 9 million product downloads in the past 12 months 18,000+ companies are using Puppet

How Puppet Works

Page 13: CDSummit Paris September 2014 Steven Thwaites copy · 2014. 9. 23. · Puppet Labs by the Numbers 9 million product downloads in the past 12 months 18,000+ companies are using Puppet

How Puppet Works

Page 14: CDSummit Paris September 2014 Steven Thwaites copy · 2014. 9. 23. · Puppet Labs by the Numbers 9 million product downloads in the past 12 months 18,000+ companies are using Puppet

How Puppet Works

Page 15: CDSummit Paris September 2014 Steven Thwaites copy · 2014. 9. 23. · Puppet Labs by the Numbers 9 million product downloads in the past 12 months 18,000+ companies are using Puppet

How Puppet Works

Page 16: CDSummit Paris September 2014 Steven Thwaites copy · 2014. 9. 23. · Puppet Labs by the Numbers 9 million product downloads in the past 12 months 18,000+ companies are using Puppet

How Puppet Works

Page 17: CDSummit Paris September 2014 Steven Thwaites copy · 2014. 9. 23. · Puppet Labs by the Numbers 9 million product downloads in the past 12 months 18,000+ companies are using Puppet

How Puppet Works

Page 18: CDSummit Paris September 2014 Steven Thwaites copy · 2014. 9. 23. · Puppet Labs by the Numbers 9 million product downloads in the past 12 months 18,000+ companies are using Puppet

How Puppet Works - Infrastructure as Code

Page 19: CDSummit Paris September 2014 Steven Thwaites copy · 2014. 9. 23. · Puppet Labs by the Numbers 9 million product downloads in the past 12 months 18,000+ companies are using Puppet

Infrastructure As Code

• Versioned

• Historical logs

• Discrete changes

• Easily reverted

Page 20: CDSummit Paris September 2014 Steven Thwaites copy · 2014. 9. 23. · Puppet Labs by the Numbers 9 million product downloads in the past 12 months 18,000+ companies are using Puppet

Demo

Page 21: CDSummit Paris September 2014 Steven Thwaites copy · 2014. 9. 23. · Puppet Labs by the Numbers 9 million product downloads in the past 12 months 18,000+ companies are using Puppet

Server state in a build pipeline!• Tighten operations feedback loops

• Update configuration faster • Thoroughly test infrastructure changes • Increase confidence • Reduce outages

Page 22: CDSummit Paris September 2014 Steven Thwaites copy · 2014. 9. 23. · Puppet Labs by the Numbers 9 million product downloads in the past 12 months 18,000+ companies are using Puppet

RSpec-Puppet: Unit testing for Puppet

Test the compiled catalogue for the desired state.

Page 23: CDSummit Paris September 2014 Steven Thwaites copy · 2014. 9. 23. · Puppet Labs by the Numbers 9 million product downloads in the past 12 months 18,000+ companies are using Puppet

Beaker - Acceptance testing for PuppetBuild a VM, configure and test for the desired state.

Page 24: CDSummit Paris September 2014 Steven Thwaites copy · 2014. 9. 23. · Puppet Labs by the Numbers 9 million product downloads in the past 12 months 18,000+ companies are using Puppet

Easily recreate environments

• Rapid DR standup • Datacenter migrations • Building new dev environments

Page 25: CDSummit Paris September 2014 Steven Thwaites copy · 2014. 9. 23. · Puppet Labs by the Numbers 9 million product downloads in the past 12 months 18,000+ companies are using Puppet

!

Developers can code on near perfect replicas of

production

Page 26: CDSummit Paris September 2014 Steven Thwaites copy · 2014. 9. 23. · Puppet Labs by the Numbers 9 million product downloads in the past 12 months 18,000+ companies are using Puppet

Single Shared Pipeline

Page 27: CDSummit Paris September 2014 Steven Thwaites copy · 2014. 9. 23. · Puppet Labs by the Numbers 9 million product downloads in the past 12 months 18,000+ companies are using Puppet

Tightly couple apps and infrastructure

!

• Shared goal of not breaking the build • Common focus on business goals

(stop throwing problems over the fence)

Page 28: CDSummit Paris September 2014 Steven Thwaites copy · 2014. 9. 23. · Puppet Labs by the Numbers 9 million product downloads in the past 12 months 18,000+ companies are using Puppet

In Summary

• Puppet declares infrastructure state • Version control puppet • Test and deploy Puppet + App code

Page 29: CDSummit Paris September 2014 Steven Thwaites copy · 2014. 9. 23. · Puppet Labs by the Numbers 9 million product downloads in the past 12 months 18,000+ companies are using Puppet

Further Reading

• https://puppetlabs.com/learn

• http://rspec-puppet.com/ • https://github.com/puppetlabs/beaker

Page 30: CDSummit Paris September 2014 Steven Thwaites copy · 2014. 9. 23. · Puppet Labs by the Numbers 9 million product downloads in the past 12 months 18,000+ companies are using Puppet

Questions?

Page 31: CDSummit Paris September 2014 Steven Thwaites copy · 2014. 9. 23. · Puppet Labs by the Numbers 9 million product downloads in the past 12 months 18,000+ companies are using Puppet

Steven [email protected]

Puppet Labs Inc.

Thank You