Presentation is loading. Please wait.

Presentation is loading. Please wait.

& Dev Ops. Sherwin-Williams & DevOps Introduction to Sherwin-Williams.

Similar presentations


Presentation on theme: "& Dev Ops. Sherwin-Williams & DevOps Introduction to Sherwin-Williams."— Presentation transcript:

1 & Dev Ops

2 Sherwin-Williams & DevOps Introduction to Sherwin-Williams

3 Sherwin-Williams & DevOps Introduction to Sherwin-Williams 290.62

4 Sherwin-Williams & DevOps Introduction to Sherwin-Williams

5 Sherwin-Williams & DevOps My role at Sherwin-Williams ◆ With Sherwin-Williams 8 years ◆ IT Manager for Architecture and Continuous Delivery ◆ Been in IT 13 years ◆ Been an IT manager for 7 years ◆ Favorite Superhero – Captain America

6 Sherwin-Williams & DevOps My role at Sherwin-Williams

7 Sherwin-Williams & DevOps Scaled Agile Framework - SAFe

8 Sherwin-Williams & DevOps DevOps “You keep using that word. I do not think it means what you think it means” -Inigo Montoya (The Princess Bride)

9 Sherwin-Williams & DevOps Why DevOps? ◆ Efficiency - Faster time to market ◆ Predictability - Lower failure rate of new releases ◆ Reproducibility – Version everything ◆ Maintainability - Faster time to recovery in the event of a new release crashing or otherwise disabling the current system Break down the wall between development and operations Image from - dev2ops.org

10 Sherwin-Williams & DevOps DevOps is not … Dev Separate Silos Ops

11 Sherwin-Williams & DevOps DevOps is not … Dev Separate DevOps Silo Ops DevOps

12 Sherwin-Williams & DevOps DevOps is not … Dev “We Don’t Need Ops” Ops DevOps

13 Sherwin-Williams & DevOps DevOps is … Dev Smooth Collaboration Ops

14 Sherwin-Williams & DevOps DevOps is … What is DevOps? It’s not a team or title … it’s a pipeline.

15 Sherwin-Williams & DevOps DevOps is … More collaboration and automation between the development and operations teams = larger pipeline

16 Sherwin-Williams & DevOps DevOps is … Remove the hand offs – streamline the process, challenge everything that doesn’t add value.

17 Sherwin-Williams & DevOps DevOps One team cannot do it all … Must be a joint collaboration effort! Tests Data Code Environments

18 Sherwin-Williams & DevOps Maturity Model Tests Data Code Environ ments Process

19 Sherwin-Williams & DevOps Maturity Model Example ◆ Manual Process to deploy software ◆ Environment-specific binaries ◆ Environment provisioned manually Level 0 - Regressive Level 0 Level 1 Level 2 Level 3 Level 4 Environ ments

20 Sherwin-Williams & DevOps Maturity Model Example ◆ Automated deployment to some environments ◆ Creation of new environments is cheap ◆ All configuration externalized and versioned Level 1 - Repeatable Level 0 Level 1 Level 2 Level 3 Level 4 Environ ments

21 Sherwin-Williams & DevOps Maturity Model Example ◆ Fully automated, self-services push- button process for deploying software ◆ Same process to deploy to every environment ◆ Environments are kept in sync Level 2 - Consistent Level 0 Level 1 Level 2 Level 3 Level 4 Environ ments

22 Sherwin-Williams & DevOps Maturity Model Example ◆ Orchestrated deployments managed ◆ Release and rollback processes implemented and tested Level 3 - Scaled Level 0 Level 1 Level 2 Level 3 Level 4 Environ ments

23 Sherwin-Williams & DevOps Maturity Model Example ◆ All environments managed effectively ◆ Provisioning fully automated Level 4 - Optimizing Level 0 Level 1 Level 2 Level 3 Level 4 Environ ments

24 Sherwin-Williams & DevOps Code Development Configuration Management Operations

25 Sherwin-Williams & DevOps CM + Operations + Development Build a bigger and better deployment pipeline, through consistency and reproducibility while leveraging automation. Code

26 Sherwin-Williams & DevOps CM + Operations + Development Just a few build stats … 900 Jenkins jobs across 3 servers 33,562 Build job executions in the last year 3.5 minutes a deployment happens

27 Sherwin-Williams & DevOps Environments Development Configuration Management Operations

28 Sherwin-Williams & DevOps Environ ments CM + Operations + Development Creating modular environments for local development all the way through production.

29 Sherwin-Williams & DevOps CM + Operations + Development 400 Servers under control 233 seconds provision 16 servers Server configs, App tier, Web tier and code base

30 Sherwin-Williams & DevOps CM + Operations + Development my.sherwin.com 15 minutes provision Oracle Webcenter portal (8) Webcenter content (4) Webservers (4) SSO integration LDAP groups Distributed cache layer Architecture diagram was removed

31 Sherwin-Williams & DevOps Tests DevelopmentQAPerformance

32 Sherwin-Williams & DevOps Tests Development + QA + Performance Testing everything, automatically and at all tiers is critical to moving at the speed of light.

33 Sherwin-Williams & DevOps Quality Engineer ◆ Provide guidance for test automation to the feature teams as they develop tests wrapped around features/stories and ensure test coverage. ◆ Design framework to embed testing into CI process. ◆ Provide design and guidance for mobile and browser testing. ◆ Provide support to the systems team to ensure code, environment, data and test management. ◆ Develop, implement and maintain system integration, end-to- end, smoke, and regression tests for the over arching functionality being delivered.

34 Sherwin-Williams & DevOps Performance Engineer ◆ Provide guidance to teams with gathering/creating NFRs for features/stories. ◆ Design/provide guidance to design a reliable and repeatable performance test integrated with CI to measure NFRs and gather performance trends across features. ◆ Work with/enable teams to troubleshoot performance issues by tooling for monitoring and analysis. ◆ Support system demos by defining system level NFRs and designing the performance tests to validate those NFRs.

35 Sherwin-Williams & DevOps Development + QA + Performance Team Level Jenkins IntegrationTransaction Regression Testing

36 Sherwin-Williams & DevOps Development + QA + Performance

37 Sherwin-Williams & DevOps Development + QA + Performance Program Level Code-Level Release ComparisonsAutomated Regression Testing

38 Sherwin-Williams & DevOps Development + QA + Performance Program Level Package code-level root-causes During performance testing HP Performance Center Integration

39 Sherwin-Williams & DevOps Development + QA + Performance Portfolio Level Operations Dashboard + AlertingBusiness Dashboard

40 Sherwin-Williams & DevOps Data Development Configuration Management DBA

41 Sherwin-Williams & DevOps Development + CM + DBA Create reproducible databases and data extracts just like application code … but it’s a lot more complex.

42 Sherwin-Williams & DevOps Development + CM + DBA Why database migrations? ◆ What state is the database in on this machine? ◆ Has this script already been applied or not? ◆ Has the quick fix in production been applied in test afterwards? ◆ How do you set up a new database instance?

43 Sherwin-Williams & DevOps Tests Data Code Environments Bringing it all together Orchestration and automated deployments and rollbacks of applications

44 Sherwin-Williams & DevOps Tests Data Code Environments Bringing it all together Orchestration and automated deployments and rollbacks of applications

45 Sherwin-Williams & DevOps Orchestrated Application Releases

46 Sherwin-Williams & DevOps Orchestrated Application Releases

47 Sherwin-Williams & DevOps DevOps One team cannot do it all … Must be a joint collaboration effort! Tests Data Code Environments

48 Sherwin-Williams & DevOps Questions?


Download ppt "& Dev Ops. Sherwin-Williams & DevOps Introduction to Sherwin-Williams."

Similar presentations


Ads by Google