Upgrade to Pro — share decks privately, control downloads, hide ads and more …

The Birth of DevOps

The Birth of DevOps

From 2½ Days to 2½ Seconds - the Birth of DevOps

This is an experience report from the mid-2000s, where a fifty-person programme team was being held up by test environments that took an average of 2½ days to prepare. By developing strategies like Blue/Green Deployments, the Single Deployable Artifact, Container Templates, the Build Production Line and many of the other principles that led to Continuous Delivery, we brought this down to only a few minutes, with a near-instantaneous cutover for the users. The legendary team included the likes of Julian "Build Doctor" Simpson, Chris Read, Sam Newman and both the authors of the Continuous Delivery book, only one of whom swore a lot. Dan North is not the father of DevOps but he may be its midwife. He definitely assisted at the birth.

Daniel Terhorst-North

June 19, 2014
Tweet

More Decks by Daniel Terhorst-North

Other Decks in Technology

Transcript

  1. From 2½ days to 2½ seconds - the birth of

    DevOps Dan North @tastapod
  2. Once upon a time… back in the mists of 2005

    before Continuous Delivery™
  3. Once upon a time… back in the mists of 2005

    before Continuous Delivery™ a team was stuck.
  4. Once upon a time… back in the mists of 2005

    before Continuous Delivery™ a team was stuck. This is their story.
  5. Life was tough back then 2½ days to deploy a

    build Testers were frustrated!
  6. Life was tough back then 2½ days to deploy a

    build Testers were frustrated! Developers were frustrated!
  7. Life was tough back then 2½ days to deploy a

    build Testers were frustrated! Developers were frustrated! We were bottlenecked at testing :(
  8. Life was tough back then 2½ days to deploy a

    build Testers were frustrated! Developers were frustrated! We were bottlenecked at testing :( actually bottlenecked at deployment!
  9. Where do we start? "Elevate the constraint" Engage Operations as

    customer Understand the manual steps Identify where time is being sunk
  10. Where do we start? "Elevate the constraint" Engage Operations as

    customer Understand the manual steps Identify where time is being sunk Focus on the outcome, not the steps
  11. Idea: Treat the container as code WebLogic is just XML

    so create templates and version-control them!
  12. Idea: Make all the servers look the same Same OS

    Same packages Same versions Same(ish) settings
  13. Conan the Deployer - Create a new container instance -

    Generate container config - Deploy container config
  14. Conan the Deployer - Create a new container instance -

    Generate container config - Deploy container config - Bring up the master node
  15. Conan the Deployer - Create a new container instance -

    Generate container config - Deploy container config - Bring up the master node - Deploy the app into the node
  16. Conan the Deployer - Create a new container instance -

    Generate container config - Deploy container config - Bring up the master node - Deploy the app into the node - Bring up the app
  17. Conan the Deployer - Create a new container instance -

    Generate container config - Deploy container config - Bring up the master node - Deploy the app into the node - Bring up the app - Smoke test the environment
  18. This was the big breakthrough Any build into any environment

    2½ days down to 25 minutes! Deterministically.
  19. What did we learn? Focus on the outcome Focus on

    the current bottleneck You don't "have an investment" in hardware
  20. What did we learn? Focus on the outcome Focus on

    the current bottleneck You don't "have an investment" in hardware DevOps requires collaboration
  21. Epilogue Sam Newman develops DbDeploy Jez Humble and Chris Read

    (and me :) describe the Build Production Line
  22. Epilogue Sam Newman develops DbDeploy Jez Humble and Chris Read

    (and me :) describe the Build Production Line Chris Read co-creates DevOps Days
  23. Epilogue Sam Newman develops DbDeploy Jez Humble and Chris Read

    (and me :) describe the Build Production Line Chris Read co-creates DevOps Days Julian Simpson becomes the Build Doctor
  24. Epilogue Sam Newman develops DbDeploy Jez Humble and Chris Read

    (and me :) describe the Build Production Line Chris Read co-creates DevOps Days Julian Simpson becomes the Build Doctor Jez Humble and Dave Farley write “Continuous Delivery” and win Jolt Award
  25. Whither DevOps? Commoditise All the Things! Cloud All the Things!

    Hug a SysAdmin today And remember: A “build team” is still an anti-pattern!