SlideShare a Scribd company logo
© Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 
Infrastructure-as-Code: with Puppet Enterprise in the Cloud PuppetConf 2014 
Evan Scheessele 
HP Printing & Personal Systems 
Sept 23, 2014
© Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 
2 
What is Possible
© Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 
3 
Today’s Agenda 
•The Cloud: “User Land” 
•Transformation 
•Infrastructure as Code: “executable documentation” 
•Our project’s success with Puppet, Puppet Enterprise 
•Iterate, Improve, Evolve
© Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 
Thanks: 
Mike 
James 
Vishnu 
Devlin 
Nick 
Dave 
Gajanan 
Maneesh 
Dina 
Rahmath 
Mark 
Skip
© Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 
5 
Who am I?
© Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 
6
© Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 
7
© Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 
8 
Cloud 
?
© Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 
9
© Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 
10 
Flying High 
OpenStack Execution Environment: business application stacks, iterating quickly 
Riding atop Cloud Administration (“OpenStack Superusers” under clouds, admin)
© Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 
11 
11
© Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 
12
© Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 
13 
Applications
© Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 
14
© Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 
15 
Driving Vision 
Infrastructure as “Cattle” not “Pets” 
Modern configuration-management means: Executable Documentation 
“Infrastructure as Code” 
Focus on the production-pattern, and automate it end-to-end 
Everything is consistently reproducible
© Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 
16
© Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 
17
© Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 
18
© Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 
19 
“Full Stack” Deployment Orchestration Map: OpenStack Cloud 
E2E Orchestration: Automated provisioning of whole-stack topologies 
Per-Instance Orchestrated Configuration Setup & Management (Puppet) 
Business Application / Partner Business Code & Middleware: Ready to go! 
Interaction 
Interaction
© Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 
20 
“Full Stack” Deployment Orchestration Map: AWS Cloud 
E2E Orchestration: Automated provisioning of whole-stack topologies 
Per-Instance Orchestrated Configuration Setup & Management (Puppet) 
Business Application / Partner Business Code & Middleware: Ready to go! 
Interaction 
Interaction
© Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 
21
© Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 
September 2013
© Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 
23
© Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 
24 
An application ‘super- stack’ is comprised of: 
•1 DBaaS (MySQL) 
•5 Load-Balancers 
•52 virtual machines, 
•148 block-storage volumes (some boot-drives, many data-drives), 
•~250 other virtual objects gluing everything together 
•Net: ~450 'things'
© Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 
25
© Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 
26 
Puppet Core Benefits (we use PE 3.3) 
PuppetDB and its APIs – the org’s home-grown Dashboard: whole portfolio view 
Puppet Console (PE): 
Node status-tracking 
Rake API for classification 
Rake API for CA work: white-list, no auto-signing! 
Hiera by environment (Integration, Master) 
+ hiera-eyaml: A backend for Hiera that provides per-value 
asymmetric encryption of sensitive data 
+ further abstraction to our self-service “Service Directory” 
Head-end stack 
[its configs] 
Workflow engine stack 
[its configs] 
Partner API 
[Configs…] 
Content vault stack [its configs] 
3rd-party partner API 
[configs] 
etc
© Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 
27 
Puppet Core Benefits (More) 
Developers may work with Puppet code too 
MCO, via Console, and via Jenkins: deep stack-savvy code-roll orchestration 
PE Best-practices: R10K, Roles/Profiles, splay 
Clean and simple agent installer!
© Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 
28 
Puppet Enterprise 
Support 
Integration – tested, and it just works 
Speed to success 
Scale 
Installer 
Console and its Rake APIs (Ext Node Classifier) 
Vetted and scalable practices and patterns: 
R10K for dynamic environments, 
Roles & Profiles 
Backups and DR …
© Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 
29
© Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 
30 
Iterate, Improve, Evolve 
Structure of Puppet-Code: Role and Profiles, branches and feature toggles 
(35 modules, 113 profiles and 129 roles) 
Portfolio: 1 cloud to 2 clouds 
3 applications to 17
© Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 
31 
Thanks (photos) 
City-scape cloud photos are used with permission 
© Sebastian Opitz @ ablazewithlight.com
© Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 
Thanks: 
Mike 
James 
Vishnu 
Devlin 
Nick 
Dave 
Gajanan 
Maneesh 
Dina 
Rahmath 
Mark 
Skip
© Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 
Questions?
© Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.

More Related Content

PPTX
HP Helion Webinar #1 - Introduction to HP Helion OpenStack w/Christian Frank
PPTX
HP Helion OpenStack and Professional Services
PDF
Helion meetup-2014
PDF
HP Helion European Webinar Series ,Webinar #3
PDF
Hp helion meetup_networking_sdn
PDF
HP Helion OpenStack Community Edition Deployment
PDF
HP Helion OpenStack step by step
PPTX
Introduction to Apache Accumulo
HP Helion Webinar #1 - Introduction to HP Helion OpenStack w/Christian Frank
HP Helion OpenStack and Professional Services
Helion meetup-2014
HP Helion European Webinar Series ,Webinar #3
Hp helion meetup_networking_sdn
HP Helion OpenStack Community Edition Deployment
HP Helion OpenStack step by step
Introduction to Apache Accumulo

What's hot (20)

PDF
Running Hadoop as Service in AltiScale Platform
PPTX
How to Use Apache Zeppelin with HWX HDB
PPTX
YARN Containerized Services: Fading The Lines Between On-Prem And Cloud
PDF
Cloudera のサポートエンジニアリング #supennight
PPTX
What's new in Hadoop Yarn- Dec 2014
PDF
Cloud Foundry for Data Science
PPT
Delivering a Flexible IT Infrastructure for Analytics on IBM Power Systems
PDF
zData BI & Advanced Analytics Platform + 8 Week Pilot Programs
PPTX
The Edge to AI Deep Dive Barcelona Meetup March 2019
PDF
101b-3
PPTX
Intel and Cloudera: Accelerating Enterprise Big Data Success
PDF
Hortonworks Data Cloud for AWS 1.11 Updates
PPTX
Hadoop on Docker
PPT
Apresentação Hadoop
PDF
Hadoop Everywhere & Cloudbreak
PPTX
Hadoop and Spark – Perfect Together
PPTX
Hadoop crashcourse v3
PDF
Verizon Centralizes Data into a Data Lake in Real Time for Analytics
PPTX
Hortonworks Data Cloud for AWS
PDF
Edge to ai analytics from edge to cloud with efficient movement of machine data
Running Hadoop as Service in AltiScale Platform
How to Use Apache Zeppelin with HWX HDB
YARN Containerized Services: Fading The Lines Between On-Prem And Cloud
Cloudera のサポートエンジニアリング #supennight
What's new in Hadoop Yarn- Dec 2014
Cloud Foundry for Data Science
Delivering a Flexible IT Infrastructure for Analytics on IBM Power Systems
zData BI & Advanced Analytics Platform + 8 Week Pilot Programs
The Edge to AI Deep Dive Barcelona Meetup March 2019
101b-3
Intel and Cloudera: Accelerating Enterprise Big Data Success
Hortonworks Data Cloud for AWS 1.11 Updates
Hadoop on Docker
Apresentação Hadoop
Hadoop Everywhere & Cloudbreak
Hadoop and Spark – Perfect Together
Hadoop crashcourse v3
Verizon Centralizes Data into a Data Lake in Real Time for Analytics
Hortonworks Data Cloud for AWS
Edge to ai analytics from edge to cloud with efficient movement of machine data
Ad

Similar to Infrastructure-as-Code with Puppet Enterprise in the Cloud - PuppetConf 2014 (20)

PDF
Forecast 2014: Why Open Platforms Matter to Enterprises and Developers
PDF
iKariera 2015
PPTX
Trafodion – an enterprise class sql based on hadoop
PPTX
Why OpenStack matters and how you can get involved
PPTX
Carpe Datum: Building Big Data Analytical Applications with HP Haven
PDF
LEG Keynote: Linda Knippers - HP
PDF
Berislav Biočić, HP SEE: “HP Cloud za e-Poslovanje”
PDF
Development on Cloud,PaaS and SDDC
PDF
HP Helion Webinar #2
PDF
Pivotal CenturyLink Cloud Platform Seminar Presentations: Architecture & Oper...
PDF
Storm Demo Talk - Colorado Springs May 2015
PDF
Applications on Hadoop
PDF
HP and linux
PPTX
What's new in Pivotal Cloud Foundry 1.6
PDF
Hadoop as an Analytic Platform: Why Not?
PDF
Supercharge Your Application Delivery
PPTX
OpenStackDC and Cloud Foundry Meetup -
PDF
Hp discover 2012 managing the virtualization explosion
PDF
Development on cloud_paa_s_sddc_mkim_20141216_final
PPTX
Real-Time Processing in Hadoop for IoT Use Cases - Phoenix HUG
Forecast 2014: Why Open Platforms Matter to Enterprises and Developers
iKariera 2015
Trafodion – an enterprise class sql based on hadoop
Why OpenStack matters and how you can get involved
Carpe Datum: Building Big Data Analytical Applications with HP Haven
LEG Keynote: Linda Knippers - HP
Berislav Biočić, HP SEE: “HP Cloud za e-Poslovanje”
Development on Cloud,PaaS and SDDC
HP Helion Webinar #2
Pivotal CenturyLink Cloud Platform Seminar Presentations: Architecture & Oper...
Storm Demo Talk - Colorado Springs May 2015
Applications on Hadoop
HP and linux
What's new in Pivotal Cloud Foundry 1.6
Hadoop as an Analytic Platform: Why Not?
Supercharge Your Application Delivery
OpenStackDC and Cloud Foundry Meetup -
Hp discover 2012 managing the virtualization explosion
Development on cloud_paa_s_sddc_mkim_20141216_final
Real-Time Processing in Hadoop for IoT Use Cases - Phoenix HUG
Ad

More from Puppet (20)

PPTX
Puppet Community Day: Planning the Future Together
PPTX
The Evolution of Puppet: Key Changes and Modernization Tips
PPTX
Can You Help Me Upgrade to Puppet 8? Tips, Tools & Best Practices for Your Up...
PPTX
Bolt Dynamic Inventory: Making Puppet Easier
PPTX
Customizing Reporting with the Puppet Report Processor
PPTX
Puppet at ConfigMgmtCamp 2025 Sponsor Deck
PPTX
The State of Puppet in 2025: A Presentation from Developer Relations Lead Dav...
PPTX
Let Red be Red and Green be Green: The Automated Workflow Restarter in GitHub...
PDF
Puppet camp2021 testing modules and controlrepo
PPTX
Puppetcamp r10kyaml
PDF
2021 04-15 operational verification (with notes)
PPTX
Puppet camp vscode
PDF
Modules of the twenties
PDF
Applying Roles and Profiles method to compliance code
PPTX
KGI compliance as-code approach
PDF
Enforce compliance policy with model-driven automation
PDF
Keynote: Puppet camp compliance
PPTX
Automating it management with Puppet + ServiceNow
PPTX
Puppet: The best way to harden Windows
PPTX
Simplified Patch Management with Puppet - Oct. 2020
Puppet Community Day: Planning the Future Together
The Evolution of Puppet: Key Changes and Modernization Tips
Can You Help Me Upgrade to Puppet 8? Tips, Tools & Best Practices for Your Up...
Bolt Dynamic Inventory: Making Puppet Easier
Customizing Reporting with the Puppet Report Processor
Puppet at ConfigMgmtCamp 2025 Sponsor Deck
The State of Puppet in 2025: A Presentation from Developer Relations Lead Dav...
Let Red be Red and Green be Green: The Automated Workflow Restarter in GitHub...
Puppet camp2021 testing modules and controlrepo
Puppetcamp r10kyaml
2021 04-15 operational verification (with notes)
Puppet camp vscode
Modules of the twenties
Applying Roles and Profiles method to compliance code
KGI compliance as-code approach
Enforce compliance policy with model-driven automation
Keynote: Puppet camp compliance
Automating it management with Puppet + ServiceNow
Puppet: The best way to harden Windows
Simplified Patch Management with Puppet - Oct. 2020

Recently uploaded (20)

PDF
Review of recent advances in non-invasive hemoglobin estimation
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PPTX
Spectroscopy.pptx food analysis technology
PPTX
Big Data Technologies - Introduction.pptx
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Empathic Computing: Creating Shared Understanding
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PPTX
MYSQL Presentation for SQL database connectivity
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PPTX
sap open course for s4hana steps from ECC to s4
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Review of recent advances in non-invasive hemoglobin estimation
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Spectroscopy.pptx food analysis technology
Big Data Technologies - Introduction.pptx
Reach Out and Touch Someone: Haptics and Empathic Computing
MIND Revenue Release Quarter 2 2025 Press Release
Dropbox Q2 2025 Financial Results & Investor Presentation
Building Integrated photovoltaic BIPV_UPV.pdf
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Empathic Computing: Creating Shared Understanding
Agricultural_Statistics_at_a_Glance_2022_0.pdf
MYSQL Presentation for SQL database connectivity
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
sap open course for s4hana steps from ECC to s4
Programs and apps: productivity, graphics, security and other tools
Advanced methodologies resolving dimensionality complications for autism neur...
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
The Rise and Fall of 3GPP – Time for a Sabbatical?
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx

Infrastructure-as-Code with Puppet Enterprise in the Cloud - PuppetConf 2014

  • 1. © Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Infrastructure-as-Code: with Puppet Enterprise in the Cloud PuppetConf 2014 Evan Scheessele HP Printing & Personal Systems Sept 23, 2014
  • 2. © Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 2 What is Possible
  • 3. © Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 3 Today’s Agenda •The Cloud: “User Land” •Transformation •Infrastructure as Code: “executable documentation” •Our project’s success with Puppet, Puppet Enterprise •Iterate, Improve, Evolve
  • 4. © Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Thanks: Mike James Vishnu Devlin Nick Dave Gajanan Maneesh Dina Rahmath Mark Skip
  • 5. © Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 5 Who am I?
  • 6. © Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 6
  • 7. © Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 7
  • 8. © Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 8 Cloud ?
  • 9. © Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 9
  • 10. © Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 10 Flying High OpenStack Execution Environment: business application stacks, iterating quickly Riding atop Cloud Administration (“OpenStack Superusers” under clouds, admin)
  • 11. © Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 11 11
  • 12. © Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 12
  • 13. © Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 13 Applications
  • 14. © Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 14
  • 15. © Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 15 Driving Vision Infrastructure as “Cattle” not “Pets” Modern configuration-management means: Executable Documentation “Infrastructure as Code” Focus on the production-pattern, and automate it end-to-end Everything is consistently reproducible
  • 16. © Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 16
  • 17. © Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 17
  • 18. © Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 18
  • 19. © Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 19 “Full Stack” Deployment Orchestration Map: OpenStack Cloud E2E Orchestration: Automated provisioning of whole-stack topologies Per-Instance Orchestrated Configuration Setup & Management (Puppet) Business Application / Partner Business Code & Middleware: Ready to go! Interaction Interaction
  • 20. © Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 20 “Full Stack” Deployment Orchestration Map: AWS Cloud E2E Orchestration: Automated provisioning of whole-stack topologies Per-Instance Orchestrated Configuration Setup & Management (Puppet) Business Application / Partner Business Code & Middleware: Ready to go! Interaction Interaction
  • 21. © Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 21
  • 22. © Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. September 2013
  • 23. © Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 23
  • 24. © Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 24 An application ‘super- stack’ is comprised of: •1 DBaaS (MySQL) •5 Load-Balancers •52 virtual machines, •148 block-storage volumes (some boot-drives, many data-drives), •~250 other virtual objects gluing everything together •Net: ~450 'things'
  • 25. © Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 25
  • 26. © Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 26 Puppet Core Benefits (we use PE 3.3) PuppetDB and its APIs – the org’s home-grown Dashboard: whole portfolio view Puppet Console (PE): Node status-tracking Rake API for classification Rake API for CA work: white-list, no auto-signing! Hiera by environment (Integration, Master) + hiera-eyaml: A backend for Hiera that provides per-value asymmetric encryption of sensitive data + further abstraction to our self-service “Service Directory” Head-end stack [its configs] Workflow engine stack [its configs] Partner API [Configs…] Content vault stack [its configs] 3rd-party partner API [configs] etc
  • 27. © Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 27 Puppet Core Benefits (More) Developers may work with Puppet code too MCO, via Console, and via Jenkins: deep stack-savvy code-roll orchestration PE Best-practices: R10K, Roles/Profiles, splay Clean and simple agent installer!
  • 28. © Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 28 Puppet Enterprise Support Integration – tested, and it just works Speed to success Scale Installer Console and its Rake APIs (Ext Node Classifier) Vetted and scalable practices and patterns: R10K for dynamic environments, Roles & Profiles Backups and DR …
  • 29. © Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 29
  • 30. © Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 30 Iterate, Improve, Evolve Structure of Puppet-Code: Role and Profiles, branches and feature toggles (35 modules, 113 profiles and 129 roles) Portfolio: 1 cloud to 2 clouds 3 applications to 17
  • 31. © Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 31 Thanks (photos) City-scape cloud photos are used with permission © Sebastian Opitz @ ablazewithlight.com
  • 32. © Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Thanks: Mike James Vishnu Devlin Nick Dave Gajanan Maneesh Dina Rahmath Mark Skip
  • 33. © Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Questions?
  • 34. © Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.