state of puppet 2013 - puppet camp dc

46
James Sweeny @jsween_y IRC: supercow on freenode

Upload: puppet-labs

Post on 10-May-2015

1.220 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: State of Puppet 2013 - Puppet Camp DC

James Sweeny@jsween_y

IRC: supercow on freenode

Page 2: State of Puppet 2013 - Puppet Camp DC

A Quick Poll

Page 3: State of Puppet 2013 - Puppet Camp DC

The State ofIT

Page 4: State of Puppet 2013 - Puppet Camp DC

More. Faster.

Page 5: State of Puppet 2013 - Puppet Camp DC

Old practices are constraints ...

Page 6: State of Puppet 2013 - Puppet Camp DC

...and old constraints are

gone

Page 7: State of Puppet 2013 - Puppet Camp DC

State of IT Automation

Page 8: State of Puppet 2013 - Puppet Camp DC

Get the 2013 State of DevOps Report at https://puppetlabs.com/solutions/devops/

Page 9: State of Puppet 2013 - Puppet Camp DC

Enabling FrictionlessTechnological Change

Page 10: State of Puppet 2013 - Puppet Camp DC

Customers Everywhere

Page 11: State of Puppet 2013 - Puppet Camp DC

New Approach: SoftwareDefined Infrastructure

Page 12: State of Puppet 2013 - Puppet Camp DC

Lifecycle of a Puppet Run

Page 13: State of Puppet 2013 - Puppet Camp DC

PuppetArchitecture

Page 14: State of Puppet 2013 - Puppet Camp DC

Community Growth

80,000 peoplehave downloaded

Puppet, PE, MCollective or the Learning VM

5,000+ peoplehave been trained on Puppet technologies

1,700 modules449 module authors

1.3 million downloadson the Puppet Forge

Page 15: State of Puppet 2013 - Puppet Camp DC

Note: Double counting alert!!

Community GrowthMailing List Membership

Page 16: State of Puppet 2013 - Puppet Camp DC

Easy to Get Involved

• Help with Documentation

• Ask/Answer questions

• http://ask.puppetlabs.com

• mailing lists

• IRC

• Help with bug triage

• Contribute code

• Contribute modules on the Forge

puppetlabs.com/community

Page 17: State of Puppet 2013 - Puppet Camp DC

Puppet Enterprise

Page 18: State of Puppet 2013 - Puppet Camp DC

Innovation & Reliability: Open Source & Puppet Enterprise

Environment for Nurturing Innovation•~8,000 members•Latest technologies•Rapid release cycles•~1000s of changes / week•Community support (IRC, forums)

IT Automation for Business-Critical Apps•Commercial-only functionality•Single, integrated solution•Graphical User Interface•Installer & upgrader•QA’d & security hardened•Performance tuning•API guarantees•Support & maintenance•Training & services

puppet mcollective

hiera

facter

puppetdb

+40smaller

foss projects

UpstreamOpen Source

Projects

CommercialProduct

puppet enterprise

Page 19: State of Puppet 2013 - Puppet Camp DC

Puppet Enterprise Overview

Page 20: State of Puppet 2013 - Puppet Camp DC

Puppet Enterprise

Discovery of nodes, resources, and status using real-time data

Provisioning of bare metal, virtual, and cloud capacity

Configuration

installation and configuration of operating systems and applications and automated enforcement

Orchestration

of multi-step operations to targeted collections of nodes

Reporting of all state changes of all resources across all nodes

IT Automation

IT automation for end-to-end infrastructure lifecycle management

Page 21: State of Puppet 2013 - Puppet Camp DC

System Queries

Files & Databases

Puppet Classes & Facts

Cloud Service APIs (eg, EC2)

Puppet Enterprise: DiscoveryDynamic, real-time discovery of nodes, resources, and state

% mco % mco find –S find –S ““environment=QA and !dept=salesenvironment=QA and !dept=sales””

Nodes

puppetenterprise

Address all nodes simultaneously Query any data source on a node

Scalable, Real-time ResponsesAsynchronous message bus-based architecture

Ask Specific QuestionsFocus queries using booleans and regular expressions

No More Outdated CMDBsCurrent deployment = source of truth

Page 22: State of Puppet 2013 - Puppet Camp DC

Puppet Enterprise: ProvisioningQuickly stand-up private and public cloud infrastructure

puppetenterprise

Many Clouds, One SolutionAvoid lock-in to cloud vendor-specific APIs

Provisions instances and install agents

Agents register with master

Agents apply configurations

Leverage Existing WorkRe-use on-premise configs for cloud deployments

Prevent Cloud DriftMaintain consistent environments between on-premise and the cloud

Page 23: State of Puppet 2013 - Puppet Camp DC

1. Define the desired state

2. Simulate configuration changes

3. Enforce the deployed desired state – automatically

4. Report on differences and any changes made

Desired StateCurrent State

Puppet Enterprise: ConfigurationImprove agility and productivity through defining and enforcing a desired state

serviceservice {{ ‘‘sshssh’’:: ensureensure => running, => running,

enableenable => => truetrue,, subscribesubscribe => => FileFile[[ ‘‘/etc/sshd_config/etc/sshd_config’’]]

}}

puppetenterprise

Page 24: State of Puppet 2013 - Puppet Camp DC

Puppet Enterprise: OrchestrationControlled, multi-step operations to targeted collections of nodes

Goal: update Apache on all QA nodes

Puppet Enterprise

Update 10% of nodes

Update next 20%

100% ofnodes

updated

Wait 20 min

Control Change ScopeApply changes only to specifically tagged nodes

Manage Change RateProgressively apply changes to sub-sets of nodes

Dynamic Multi-step OperationsChain the outputs of one operation into the next

Wait 20 min

Page 25: State of Puppet 2013 - Puppet Camp DC

Comprehensive Infrastructure DataHardware and software inventory, change reports, configuration graphs

Open StandardsYAML, JSON, and .dot-formatted data accessible via RESTful API

Rich Ecosystem of ToolsBoundary, New Relic, Graphite, GraphViz, Gephi, and many more

Puppet Enterprise: ReportingInventory and change data accessible via GUI and APIs

Page 26: State of Puppet 2013 - Puppet Camp DC

Know What Changed, Where, & HowVisualize infrastructure changes by Nodes, Classes, and Resources

Understand the ImpactDrill-down, zoom-out to evaluate the scope of changes

Take Action & Improve Service LevelsGet the specifics to address and manage change

Puppet Enterprise: Event InspectorQuickly understand and act on changes occurring in your infrastructure

Page 27: State of Puppet 2013 - Puppet Camp DC

Easy Set-upQuickly create new users through the Puppet Enterprise console GUI

Easy InstallationSelect from Read-only, Read-write, or Admin roles

Native Resource SupportUsers’ activities logged and auditable

Third-Party Authentication Support LDAP, Active Directory, Google Apps

Puppet Enterprise: Role-Based Access ControlRead-only, Read-write, and Admin roles

Page 28: State of Puppet 2013 - Puppet Camp DC

The Projects that Make Puppet

Awesome

Page 29: State of Puppet 2013 - Puppet Camp DC

Puppet

• Core project in the Puppet ecosystem

• Idempotent, model-based configuration management

• A simple language to describe state and an engine for enforcing it

• Huge library of reusable modules on the Puppet Forge

Puppet Enterprise built on top of Puppet

Page 30: State of Puppet 2013 - Puppet Camp DC

MCollective (mco)

• Framework for server orchestration

• Parallel, real-time job execution

• Pluggable discovery of resources

• Target only the systems you want

• Extensible through simple Ruby agents

Drives Orchestration Engine in Puppet Enterprise

Page 31: State of Puppet 2013 - Puppet Camp DC

PuppetDB

• Foundation for applications that use Puppet data

• Central storage for catalogs and facts that are part of your puppet infrastructure

• Incredibly fast replacement for existing ActiveRecord stored configs

• The most recent facts and catalog for every node

Foundation for Puppet / Puppet Enterprise data storage

Page 32: State of Puppet 2013 - Puppet Camp DC

Hiera

• Simple, pluggable Hierarchical Database

• Key/value lookup tool for configuration data

• Keeps site-specific data out of your manifests

• Puppet classes request data and Hiera will act like a site-wide config file

• Makes it easy to configure nodes, re-use Puppet modules and publish your modules

Foundation for Puppet / Puppet Enterprise Hierarchical Data

Page 33: State of Puppet 2013 - Puppet Camp DC

Facter

• Collects Facts about each system and uploads them to the Puppet master, making an inventory system and a way to make decisions in your Puppet code

• Facts are available as variables in the Puppet DSL, like ‘$operatingsystem’

• Super easy to plug-in additional facts in Ruby

• External Facts let you extend your inventory without Ruby:

• shell, batch files or Powershell on windows, raw YAML

Foundation for Puppet / Puppet Enterprise Inventory

Page 34: State of Puppet 2013 - Puppet Camp DC

Razor Provisioning

• Rules-based provisioning for bare metal hardware and virtual servers

• Developed in cooperation with EMC/VMWare

• Easily deployed via a puppet module from the Forge

• Automatically brings new servers into your puppet infrastructure

• Open, pluggable, and programmable

• Not yet ready for prime time - Help us get there by filing bugs and contributing to the community

Page 35: State of Puppet 2013 - Puppet Camp DC

Puppet Armatures (ARM)

• Proposals to enhance / add features

• Process for collecting, reviewing, sorting, and recording the result of proposals for enhancements

• Used for work that is significant or large impact

• Community-focused process with improved openness and transparency

github.com/puppetlabs/armatures

Feature Enhancements for Puppet

Page 36: State of Puppet 2013 - Puppet Camp DC

Puppet Forge: Module Repository• By the community ... For the community

• Identify and use the best ones

• Contribute your own modules

Jan 2012 September 2013

Modules 260 1525+

Users 930 3100+

Total DownloadsSince Feb 2012

1.4 million

Add Additional Functionality to Puppet / Puppet Enterprise

Page 37: State of Puppet 2013 - Puppet Camp DC
Page 38: State of Puppet 2013 - Puppet Camp DC

Puppet Labs

Page 39: State of Puppet 2013 - Puppet Camp DC

Puppet Labs: by the numbers

Jan 2012 September 2013

Employees 55 190+

Customer Countries 29 42

Office Space836 m2

9,000 ft2

2,232 m2

25,000 ft2

Page 40: State of Puppet 2013 - Puppet Camp DC

We’re Hiring!

Page 41: State of Puppet 2013 - Puppet Camp DC

Training&

Certification

Page 42: State of Puppet 2013 - Puppet Camp DC

Training by Country

Page 43: State of Puppet 2013 - Puppet Camp DC

Training Courses and Certification

Page 44: State of Puppet 2013 - Puppet Camp DC

New Online Training

puppetlabs.com/learn

Page 45: State of Puppet 2013 - Puppet Camp DC

Questions?

Questions?

Page 46: State of Puppet 2013 - Puppet Camp DC

Thank You!

Learn More:http://puppetlabs.com

http://puppetlabs.com/communityhttp://puppetlabs.com/puppet/puppet-enterprise/