Why, What, and How of Continuous Delivery

Size: px
Start display at page:

Download "Why, What, and How of Continuous Delivery"

Transcription

1 Why, What, and How of Continuous Delivery

2 Automation is the Key 2 Photo courtesy of Steve Jurvetson via Flickr

3 Time to Assemble a Model-T 12.5 hrs 1.5 hrs 3

4 Incredible Efficiency of Assembly Line Ford built 300,000 cars with 13,000 employees That s more than their 300 competitors combined, with 65,000 employees 4

5 5

6 Software is eating the world 6

7 7 Photo courtesy of Steve Jurvetson via Flickr

8 8 Photo courtesy of Steve Jurvetson via Flickr

9 9

10 10

11 11

12 Tomorrow is around the corner 12

13 Software is eating the world 13

14 14

15 15

16 16

17 17

18 Software is eating the world 18

19 (Millions) Evolution is required. But it is hard If you don t like change, you re going to like irrelevance even less. General Eric Shinseki Analog Digital 19

20 Nonstop demand is the #1 problem facing IT departments today. Continually optimize the IT delivery model Reorganizing IT for faster software delivery Real Time DevOps DevOps helps drive faster software development DevOps can accelerate delivery 15-20% #3. Speed of IT Delivery Agile & Incremental Software Delivery Continuous delivery 20

21 Speed + Friction = Heat 21

22 Continuous Delivery and Automation are The Answer Commit Build Test Stage Deploy Development Production Feedback Loop $ The Business 22

23 Stage Env. Discipline Continuous Delivery In Context Rapid Changes User Feedback AGILE An incremental approach to identifying, prioritizing, and coordinating feature development Continuous Integration Automated commit, build and testing of code in the development environment Continuous Delivery Software changes continuously delivered to stakeholders in any environment Continuous Deployment Software changes continuously deployed to live production Development Production / Prod-like Live Production Upstream (left) Downstream (right) Define Plan Code Compile Build Unit Test Analyze Integrate Int. Test Package Place Load Test Acct. Test Release Deploy Monitor Change Mgt. DevOps Cultural approaches & technical practices Production Bugs 23

24 Who You Wanna Be Netflix deploys a hundred times per day Amazon deploys every 11.6 seconds 24

25 Who You ACTUALLY Are Google Doc driven deployment Ops guy work through the night Deployment every once in 2 weeks 25

26 26

27 CONTINUOUS DELIVERY Nexus DEVOPS SECOPS VM LEAN CONTINUOUS DELIVERY JENKINS SCM DevOps Word Soup GIT SCRUM PERFORCE STOP THE LINE CONTINOUS INTEGRATION GIT TEST AUTOMATION SCRUM BLAZE METER XP NEW RELIC GITLAB MICROSERVICES SCRUM MICROSERVICES CONTINUOUS DEPLOYMENT CONTINUOUS IMPROVEMENT 27

28 28

29 SIMPLIFY Where are we going? Where are we? How do we get there? 29

30 30

31 Maturing Organization & Culture

32 X-Axis: SDLC Phases Agile Upstream Agile Downstream 33% 13% Define Plan Code Build Integrate Test Release Deploy Operate Source: February 5, 2014, How Can You Scale Your Agile Adoption? Forrester report 32

33 Cycle Times: Mixed Streams Agile Upstream Non-Agile Downstream 33% 87% Define Plan Code Build Integrate Test Release Deploy Operate 33

34 Cycle Times: Mixed Streams Agile Upstream Non-Agile Downstream 33% 87% Weeks, Days or Hours Define Plan Code Build Integrate Test Release Deploy Operate 34

35 Cycle Times: Mixed Streams Agile Upstream Non-Agile Downstream 33% Weeks, Days or Hours 87% Weeks to Months Define Plan Code Build Integrate Test Release Deploy Operate 35

36 Cycle Times: Mixed Streams Time-to-Market >Months Agile Upstream Non-Agile Downstream 33% Weeks, Days or Hours 87% Weeks to Months Define Plan Code Build Integrate Test Release Deploy Operate 36

37 Team Workgroup Enterprise Y-Axis: Levels of Adoption Enterprise Agile Upstream 22% Enterprise DevOps 10% Agile Upstream 33% Agile Downstream 13% Define Plan Code Build Integrate Test Release Deploy Operate Source: February 5, 2014, How Can You Scale Your Agile Adoption? Forrester report 37

38 Team Workgroup Enterprise The Destination Enterprise DevOps Innovate faster Enterprise Agile Upstream 22% Increased productivity Respond to market Gain competitive advantage Employee satisfaction and retention Agile Upstream 33% Agile Downstream 13% Define Plan Code Build Integrate Test Release Deploy Operate 38

39 The Chasms Upstream Downstream People & Culture Move Fast, Innovate Quality, Stability, Uptime Process & Practices Tools & Technology Agile, Scrum, Kanban Point tools, Grassroots, Rapid changes PMBOK, ITIL, Waterfall Enterprise class, Corp. Procurement, Stability Define Plan Code Build Integrate Test Release Deploy Operate 39

40 Team Workgroup Enterprise The Quadrants Quadrant 3: Enterprise Agile Quadrant 4: Enterprise DevOps Quadrant 1: Team-level Agile Quadrant 2: Team-level CD Define Plan Code Build Integrate Test Release Deploy Operate 40

41 The Quadrants and Adoption Patterns

42 Team Workgroup Enterprise Adoption Pattern #1 Team Agile > Ent. Agile > Ent. DevOps 1. Team(s) adopt agile planning and project management 2. Organization implements agile definition, planning, and project management 3. Organization aligns on DevOps strategy with teams using common CI/CD process and tools Define Plan Code Build/CI Test Release/Deploy Operate 42

43 Team Workgroup Enterprise Adoption Pattern #2 Agile > CD > Enterprise Agile > DevOps 1. Team(s) adopt agile planning and project management 2. Team(s) extend CI to Continuous Delivery 3. Organization implements agile 4. Organization aligns on DevOps strategy with teams using common CI/CD process and tools Define Plan Code Build/CI Test Release/Deploy Operate 43

44 Team Workgroup Enterprise Adoption Cycles: Bottom-Up Visibility Adoption Executive Awareness 2 5 Executive Support Workgroup Success 4 6 Scale Across Workgroups 1 Team Level Initiation 3 Team Successes Time 44

45 Team Workgroup Enterprise Adoption Cycles: Top-Down Visibility Adoption 1 Executive Initiative Workgroup Initiative 2 Workgroup Success 4 5 Scale Across Workgroups 3 Team Successes Time 45

46 DevOps Transformation Strategies 1. Identify pilot project 2. Form cross-functional red team 3. Adopt unifying technologies 4. Establish plan with measurable KPIs and milestones 5. Go! 6. Measure, document, refine 7. Scale and onboard 46

47 Maturing Engineering Practice

48 Infrastructure Automation Architecture Pipeline 48

49 Automation is the foundation for everything Continuous delivery (CD) is a software engineering approach in which teams produce software in short cycles, ensuring that the software can be reliably released at any time.[1] It aims at building, testing, and releasing software faster and more frequently. The approach helps reduce the cost, time, and risk of delivering changes by allowing for more incremental updates to applications in production. A straightforward and repeatable deployment process is important for continuous delivery. from Wikipedia Continuous delivery 49

50 Architecture / Implementation techniques Feature flags Activate/kill code at runtime Dark launches Put production workload without users seeing them Ease in new things Microservices Deploy different parts independently Reduce coupling 50

51 CD Pipelines that detect & reject problems dev qa production 51

52 Well-placed control points that filter out bad changes Automated validation as exit criteria from code review Reliable tests Control points that trade speed vs thoroughness in proper order 52

53 Infrastructure that enables Tolerate problems & contain damages Blue/green deployment Canary release Prevent errors Phoenix servers Immutable infrastructure 53

54 Crawl, Walk, Run 54

55 55

56 Jenkins the #1 Automation Platform for CI/CD Commit Build Test Stage Deploy Continuous Integration/Delivery Development Code Commit </> SOURCE CODE CONTROL SYSTEM Production Complex Delivery Pipelines Delivery of App and Config Robust and Highly Available Results Report Deliver Better Software Faster with CloudBees Jenkins Platform 56

57 Jenkins is the Hub of CD/DevOps Ecosystem Over 1000 Jenkins Plugins Integration with over 100 DevOps Tools Orchestration of the DevOps Toolchain End-to-End CD Pipeline Management Code & Commit Build & Config Scan & Test Release Deploy 57

58 Jenkins Popularity is Through The Roof 120, ,000 Active Jenkins Installations Worldwide Total Jenkins Jobs Worldwide 7,000,000 6,000,000 80,000 5,000,000 60,000 4,000,000 3,000,000 40,000 2,000,000 20,000 1,000, /1/ /1/ /1/ /1/ /1/ /1/ /1/ RebelLabs 2014 Java tools & technologies survey 58

59 Jenkins Installations 150,000 37% 59

60 Jenkins Workload 12,300,000 jobs 54% 60

61 # of Computers 570,000 41% 61

62 why? 62

63 It s extensible & easy to use 63

64 It connects all the things 64

65 It s a key to going fast 65

66 10 of the Fortune 100 financial services companies bank on CloudBees 66

67 7 of the Fortune 100 technology companies deliver innovation on CloudBees 67

68 2/3 of the Fortune 100 telecom companies speed up delivery with CloudBees 68

69 3 of the 4 US credit card networks speed transactions with CloudBees 69

70 Let s Eat The World And let Jenkins & CloudBees help you 70

71 THANK YOU! Software at the speed of ideas

Metrics-Driven DevOps with Jenkins and Splunk

Metrics-Driven DevOps with Jenkins and Splunk Copyright 2016 Splunk Inc. Metrics-Driven DevOps with Jenkins and Splunk Brad Johnson VP Product MarkeAng, CloudBees Brian Dawson DevOps Evangelist CloudBees Panos Papadopoulos Product Manager, Splunk

More information

DevOps Quadrants Webinar Series - Part #2: Mapping and Measuring Your Journey to DevOps

DevOps Quadrants Webinar Series - Part #2: Mapping and Measuring Your Journey to DevOps DevOps Quadrants Webinar Series - Part #2: Mapping and Measuring Your Journey to DevOps Brian Dawson, CloudBees DevOps Evangelist and Jenkins PMM @brianvdawson bdawson@cloudbees.com Tom McGonagle, CloudBees

More information

Enterprise DevOps with Plutora

Enterprise DevOps with Plutora SOLUTION BRIEF Enterprise DevOps with Plutora Large enterprise adoption of DevOps practices is limited to pockets of the organization or portions of the engineering functions and automation. This leaves

More information

July Business Transformation: Ness Technology Makes DevOps and Continuous Integration Reality with DevTestOps Center of Excellence

July Business Transformation: Ness Technology Makes DevOps and Continuous Integration Reality with DevTestOps Center of Excellence July 2016 Business Transformation: Ness Technology Makes DevOps and Continuous Integration Reality with DevTestOps Center of Excellence Who Am I? DevOps Business Unit Manager Head Of DevTestOps Center

More information

DEVOPS. Know about DevOps.

DEVOPS. Know about DevOps. DEVOPS Know about DevOps www.hcltech.com Practice Snapshot FOCUS AREAS (PEOPLE, PROCESS AND TOOLS) Continuous Planning Continuous Integration Continuous Quality & compliance Env Config & Release Mgmt Feedback

More information

Conclusion.

Conclusion. Conclusion Rajesh Kumar RajeshKumarIN RajeshKumarIN RajeshKumarIN DevOps@RajeshKumar.XYZ Usually we don t have Centralized Source Management Tools Centralized Build Server for all the Products Common Build

More information

ABN AMRO Transforms with CICD to Accelerate Software Delivery and Improve Security. DevOn Summit Utrecht 14 th Mar 2018 Stefan Simenon

ABN AMRO Transforms with CICD to Accelerate Software Delivery and Improve Security. DevOn Summit Utrecht 14 th Mar 2018 Stefan Simenon ABN AMRO Transforms with CICD to Accelerate Software Delivery and Improve Security DevOn Summit Utrecht 14 th Mar 2018 Stefan Simenon Introduction Stefan Simenon Head of IT Tooling & Software Development

More information

YOUR GUIDED TRANSFORMATION

YOUR GUIDED TRANSFORMATION DevOps YOUR GUIDED TRANSFORMATION Getting Started Pilot DevOps Practice Implement DevOps Q CULTURE TOOLING & PROCESS AUTOMATION COLLABORATION VALUE-DRIVEN ENGINEERING Enterprise DevOps ARE YOUR BUSINESS,

More information

What is your definition of DevOps?

What is your definition of DevOps? DevOps What is your definition of DevOps? Steve Boone DevOps SME @Steve_Boone 1 Jez Humble: Continuous Delivery DevOps is much of the how of achieving continuous delivery 2 DevOps IBM s Definition: DevOps

More information

WHITE PAPER APPLICATION SERVICES. Continuous User Experience Engineering NOVEMBER NTT DATA, Inc. All rights reserved.

WHITE PAPER APPLICATION SERVICES. Continuous User Experience Engineering NOVEMBER NTT DATA, Inc. All rights reserved. WHITE PAPER APPLICATION SERVICES Continuous User Experience Engineering NOVEMBER 2017 2017 NTT DATA, Inc. All rights reserved. Software methodologies Software development methodologies play a vital part

More information

DevOps. for Schlomo Schapiro. go.schapiro.org/slides

DevOps. for Schlomo Schapiro. go.schapiro.org/slides DevOps for Everybody Schlomo Schapiro @schlomoschapiro 22.05.2017 go.schapiro.org/slides 2017 Zalando SE / Schlomo Schapiro This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International

More information

INTEGRATING SECURITY WITH DEVOPS TOOLCHAINS

INTEGRATING SECURITY WITH DEVOPS TOOLCHAINS SESSION ID: DEV-R02 INTEGRATING SECURITY WITH DEVOPS TOOLCHAINS Aaron Rinehart Chief Enterprise Security Architect UnitedHealth Group @aaronrinehart Dr. Chenxi Wang Founder, General Partner Rain Capital

More information

DevOps, Agile and ITIL just don t work together Or do they?

DevOps, Agile and ITIL just don t work together Or do they? DevOps, Agile and ITIL just don t work together Or do they? Harold Petersen Girish Ramkrishnani THURSDAY 24 AUGUST 2017 SOFITEL MELBOURNE ON COLLINS Business perceptions of IT groups CIO Magazine's 2015

More information

DevOps Architecture Deep Dive

DevOps Architecture Deep Dive DevOps Architecture Deep Dive Canary Deployment Eric Landes Sr. DevOps Consultant AgileThought @EricLandes Eric.Landes@agilethought.com Eric is a scrum.org certified professional Scrum trainer. He is experienced

More information

Solutions Brief: The Need for Speed

Solutions Brief: The Need for Speed Solutions Brief: The Need for Speed To remain competitive, businesses must move swiftly and respond to user demands. This means that IT has to be more agile in application development and delivery. Here

More information

DevOps Journey. adoption after organizational and process changes. Some of the key aspects to be considered are:

DevOps Journey. adoption after organizational and process changes. Some of the key aspects to be considered are: VIEWPOINT DevOps Background The world is being transformed in fundamental ways with software and communication technologies. As bits reshape and pervade the atoms, connecting us and the world around us,

More information

Enabling digitization at the pace of business. Achieve connected DevOps tool chain through Release Orchestration

Enabling digitization at the pace of business. Achieve connected DevOps tool chain through Release Orchestration Enabling digitization at the pace of business Achieve connected DevOps tool chain through Release Orchestration igitization has been the buzzword for the last couple of years, and it has been the driving

More information

Five DevOps CM Practices

Five DevOps CM Practices White Paper Dimensions CM Five DevOps CM Practices Supported by Dimensions CM Ashley Owen, Product Management Table of Contents Introduction... 1 Version Everything... 2 Maintain Prioritized Backlogs...

More information

JOURNEY TO AS A SERVICE

JOURNEY TO AS A SERVICE JOURNEY TO AS A SERVICE CONTAINERIZATION JULY 2017 THE DIGITAL ERA EVOLVED IT TO BUSINESS STRATEGY Siloed, legacy, de-centralized, multi vendor setup. IT product focused. AO Operations IO Operations Wall

More information

THE DEVOPS MATURITY CURVE. Justin Vaughan-Brown CA Technologies

THE DEVOPS MATURITY CURVE. Justin Vaughan-Brown CA Technologies THE DEVOPS MATURITY CURVE Justin Vaughan-Brown CA Technologies Today s Business Environment 2 2014 CA. ALL RIGHTS RESERVED. Today s Business Environment 3 2014 CA. ALL RIGHTS RESERVED. Today s Business

More information

Testing the Apps of Tomorrow TODAY!

Testing the Apps of Tomorrow TODAY! Testing the Apps of Tomorrow TODAY! Jerry Saelemakers, Presales Team-Lead ADM, Benelux&Nordics jsaelemakers@microfocus.com Disruptions impacting Application Delivery Management Businesses and IT are under

More information

Data-Driven DevOps: Improve Velocity and Quality of Software Delivery with Metrics and Feedback

Data-Driven DevOps: Improve Velocity and Quality of Software Delivery with Metrics and Feedback Copyright 2016 Splunk Inc. Data-Driven DevOps: Improve Velocity and Quality of Software Delivery with Metrics and Feedback Andi Mann @AndiMann Abstract (Hidden) Much of the value of DevOps comes from a

More information

Accelerating Your DevOps Journey

Accelerating Your DevOps Journey 06 October 2016 Accelerating Your DevOps Journey Peter Eeles Executive IT Architect DevOps Global Tiger Team, IBM Hybrid Cloud peter.eeles@uk.ibm.com Agenda 1 The Business and IT Context 2 The Relevance

More information

UForge AppCenter 3.8. Introduction March Copyright 2018 FUJITSU LIMITED

UForge AppCenter 3.8. Introduction March Copyright 2018 FUJITSU LIMITED UForge AppCenter 3.8 Introduction March 2018 Copyright 2018 FUJITSU LIMITED Enterprise Cloud Application Journey 3 stages in transitioning legacy enterprise applications to cloud: Cloud-hosted applications:

More information

The Fast (Developer) and the Furious (Ops Team)

The Fast (Developer) and the Furious (Ops Team) The Fast (Developer) and the Furious (Ops Team) Martin Percival Solutions Architect, Red Hat @martinpercival An INNOVATION problem? A THROUGHPUT problem? A QUALITY problem? We need to deliver more apps,

More information

Red Hat Open Shift Container Platform

Red Hat Open Shift Container Platform Red Hat Open Shift Container Platform Daniel.Froehlich@RedHat.com IT Must Evolve to Stay Ahead of Demands Containers package applications with dependencies and isolate the runtime Easy to deploy and portable

More information

Zero to Federated at the Speed of Jenkins. A Case Study of Success in DevOps

Zero to Federated at the Speed of Jenkins. A Case Study of Success in DevOps Zero to Federated at the Speed of Jenkins A Case Study of Success in DevOps Richard Mills June 18, 2015 Zero to Continuous in 90 Days A Case Study of Success in DevOps Richard Mills June 18, 2015 Who is

More information

Intelligence, Automation, and Control for Enterprise DevOps

Intelligence, Automation, and Control for Enterprise DevOps Intelligence, Automation, and Control for Enterprise DevOps The XebiaLabs DevOps Platform delivers the intelligence, automation, and control that technical and business teams need for Continuous Delivery

More information

Lean ALM Managing Flow Rather Than Disciplines

Lean ALM Managing Flow Rather Than Disciplines Lean ALM Managing Flow Rather Than Disciplines Dave West Forrester Research March, 2012 1 2009 2011 Forrester Research, Inc. Reproduction Prohibited Hello and welcome to today s talk To help people deliver

More information

Building a DevOps Culture MTUG IT Summit and Tradeshow, June 2 nd 2016

Building a DevOps Culture MTUG IT Summit and Tradeshow, June 2 nd 2016 Building a DevOps Culture 2016 MTUG IT Summit and Tradeshow, June 2 nd 2016 1 Agenda What is DevOps Why DevOps Developing a DevOps Mindset Crafting a successful DevOps Journey The DOs and DON Ts of DevOps

More information

DevOps: Start-up Speed, Enterprise Scale

DevOps: Start-up Speed, Enterprise Scale DevOps: Start-up Speed, Enterprise Scale 2013 IBM Corporation Bernie Coyne DevOps Evangelist IBM Cloud Unit coyneb@us.ibm.com @berniecoyne 2 2013 IBM Corporation Technology trends & market shifts forcing

More information

What mix of DevOps things is right for your needs? Aimee Degnan

What mix of DevOps things is right for your needs? Aimee Degnan What mix of DevOps things is right for your needs? Aimee Degnan Aimee Degnan CEO / Principal Architect Hook 42 cuteaimeeh aimeerae hook42inc What & why? How we got to DevOps. Topics How? Concepts, Keywords,

More information

Patterns and Practices of Best DevOps Organizations

Patterns and Practices of Best DevOps Organizations Patterns and Practices of Best DevOps Organizations Ognjen Bajić, VS ALM MVP Ana Roje Ivančić, VS ALM MVP Ekobit Speakers Agenda DevOps is the union of people, process, and tools to enable continuous delivery

More information

Continuous Integration and Delivery. Services Catalog

Continuous Integration and Delivery. Services Catalog Continuous Integration and Delivery Services Catalog Page 2 Table of Contents Why Continuous Integration and Delivery?... 3 Client Success Stories... 4 Large Entertainment Company Build Management... 4

More information

DevOps architecture overview

DevOps architecture overview IBM Cloud Architecture Center DevOps architecture overview The right practices and toolchains to rapidly execute and scale. IBM Bluemix Garage Method takes the best of Design Thinking, Lean, Agile, DevOps

More information

IT Career Opportunities. Copyright 2012 CollabNet, Inc. All Rights Reserved.

IT Career Opportunities. Copyright 2012 CollabNet, Inc. All Rights Reserved. IT Career Opportunities Copyright 2012 CollabNet, Inc. All Rights Reserved. DevOps - What are people are saying The Future of DevOps is in development taking responsibility for deployment, while operations

More information

THE STATEFUL CONDITION: OR HOW I LEARNED TO STOP WORRYING AND EMBRACE THE CLOUD

THE STATEFUL CONDITION: OR HOW I LEARNED TO STOP WORRYING AND EMBRACE THE CLOUD THE STATEFUL CONDITION: OR HOW I LEARNED TO STOP WORRYING AND EMBRACE THE CLOUD Sara Jeanes NET+ Program Management, Internet2 2015 Internet2 Thanks to Brad Greer, U of Washington [ 2 ] 2015 Internet2

More information

Frameworks - Which one should you choose?

Frameworks - Which one should you choose? Frameworks - Which one should you choose? Hint: There is no silver bullet www.freshservice.com Why do companies implement frameworks? Businesses prefer using frameworks as these are pre-defined best practices

More information

Overcoming roadblocks in ABN AMRO s DevOps journey

Overcoming roadblocks in ABN AMRO s DevOps journey Company logo Stefan Simenon Head of IT Tooling & Software Development Overcoming roadblocks in ABN AMRO s DevOps journey Introduction Stefan Simenon Head of IT Tooling & Software Development Email: stefan.simenon@nl.abnamro.com

More information

Software Product Development Company Reduces Go-To-Market time by 52% through Nitor s DevOps Implementation

Software Product Development Company Reduces Go-To-Market time by 52% through Nitor s DevOps Implementation Customer Success Story Software Product Development Company Reduces Go-To-Market time by 52% through Nitor s DevOps Implementation Nitor Infotech helped an industry leading ISV solve performance, scalability,

More information

Platinum Sponsor INNOVATION TOUR AUSTRALIA PRESENTATION. Sasi Pallempati JUNE 07 - SYDNEY

Platinum Sponsor INNOVATION TOUR AUSTRALIA PRESENTATION. Sasi Pallempati JUNE 07 - SYDNEY INNOVATION TOUR 2018 AUSTRALIA PRESENTATION Sasi Pallempati JUNE 07 - SYDNEY AGENDA Understanding the Customer Challenge Building the unknown machine Discussions & Next Steps About Us 2 www.cloudgensys.com

More information

Product Overview. Dan Goerdt Flexagon

Product Overview. Dan Goerdt Flexagon Product Overview Dan Goerdt Flexagon 920.819.6788 dan.goerdt@flexagon.com Challenges with Software Delivery Cost Manual activities are very costly Creating & maintaining environment and scripts Outages

More information

The Need for Speed: AppSec in a DevOps World John B. Dickson, CISSP

The Need for Speed: AppSec in a DevOps World John B. Dickson, CISSP SESSION ID: SDS1-F03 The Need for Speed: AppSec in a DevOps World John B. Dickson, CISSP Principal Denim Group, Ltd. @johnbdickson Overview DevOps Defined What s Driving DevOps? The evolution of application

More information

Open Source & Enterprise DevOps. Cyrus Manouchehrian SaaS Practice Manager 3/8/2018

Open Source & Enterprise DevOps. Cyrus Manouchehrian SaaS Practice Manager 3/8/2018 Open Source & Enterprise DevOps Cyrus Manouchehrian SaaS Practice Manager 3/8/2018 Agenda 01. 02. 03. What is Open Source? Enterprise DevOps MICRO FOCUS ADM Approach 2 3 What is Open Source What does OPEN

More information

Hybrid Cloud Adoption: Transforming to Hybrid Cloud with DevOps, Microservices, Containers and APIs

Hybrid Cloud Adoption: Transforming to Hybrid Cloud with DevOps, Microservices, Containers and APIs Hybrid Cloud Adoption: Transforming to Hybrid Cloud with DevOps, Microservices, Containers and APIs Sanjeev Sharma CTO, DevOps Technical Sales and Adoption IBM Distinguished Engineer, IBM Cloud sanjeev.sharma@us.ibm.com

More information

The Implications of DevOps for Traditional Project Managers. Q: What is the minimum number of days/weeks between releases?

The Implications of DevOps for Traditional Project Managers. Q: What is the minimum number of days/weeks between releases? PMI Webinar Q&A: The Implications of DevOps for Traditional Project Managers Q: What is the minimum number of days/weeks between releases? A: There is not a minimum number of days between releases. Moreover,

More information

Evolving Team Structure in DevOps

Evolving Team Structure in DevOps Evolving Team Structure in DevOps Sherry Chang Intel IT Chief Architect, DevOps & Continuous Delivery https://www.linkedin.com/in/sherryschang Legal Notices This presentation is for informational purposes

More information

AGILE AND AUTOMATION CONCLAVE 2018

AGILE AND AUTOMATION CONCLAVE 2018 AGILE AND AUTOMATION CONCLAVE 2018 DevOps adoption prism Vijeth S Hegde Vijeth S Hegde DevOps capability lead 3 DevOps Adoption What Do We Need? DevOps & Agile Adoption is not just the technical journey,

More information

VERACODE EBOOK 5 FIVE PRINCIPLES FOR. Securing DevOps

VERACODE EBOOK 5 FIVE PRINCIPLES FOR. Securing DevOps VERACODE EBOOK 5 FIVE PRINCIPLES FOR Securing DevOps INTRODUCTION DevOps, a new organizational and cultural way of organizing development and IT operations work, and its sister technologies, continuous

More information

Cloud Security at Scale via DevSecOps

Cloud Security at Scale via DevSecOps Cloud Security at Scale via DevSecOps Integrating Security with DevOps Camil Samaha, AWS Solutions Architecture What Is (True) Cloud Computing? The on-demand delivery of IT resources over public or private

More information

10 Steps to Mainframe Agile Development. Mark Schettenhelm, Sr. Product Manager September 28, 2017

10 Steps to Mainframe Agile Development. Mark Schettenhelm, Sr. Product Manager September 28, 2017 10 Steps to Mainframe Agile Development Mark Schettenhelm, Sr. Product Manager September 28, 2017 1 dev ops noun \'dev-äps\ a term used to describe a framework/collection of best practices and tools to

More information

Release Manager. Product Features.

Release Manager. Product Features. Release Manager The enov8 release management platform allows enterprises to better understand & manage their complex software releases & dependencies on the end-to-end IT fabric through a centralised portal.

More information

CD - Continuous Delivery / Deployment

CD - Continuous Delivery / Deployment CD - Continuous Delivery / Deployment Prof. Dr. Thomas M. Bohnert Christof Marti Prof. Dr. Marcel Graf Outline Continuous Delivery / Deployment Intro Software Automation Pipeline Tooling for Continuous

More information

Solutions to Cloud Native Applications. Bassam Zantout - Advisory vspecialist SE

Solutions to Cloud Native Applications. Bassam Zantout - Advisory vspecialist SE Solutions to Cloud Native Applications Bassam Zantout - Advisory vspecialist SE THE TRENDS Remove friction across software supply chain Offering Idea SHARED RESPONSIBILITY Common incentives, tools, process,

More information

Business Alignment Through the DevOps Loop

Business Alignment Through the DevOps Loop Business Alignment Through the DevOps Loop Introduction CIOs are more focused than ever on moving from project-based, Waterfall projects to continuous delivery of working software. Agile, Lean, and DevOps

More information

DevOps. Changing the way you deliver software

DevOps. Changing the way you deliver software DevOps Changing the way you deliver software Who is this guy? John O Bryant Director of Application Development at HealtheSystems IT and Test Automation for over 17 years Focus on building automated test

More information

Today s businesses are complex organizations that must be agile across highly competitive global Agile Software Framework (DevOps):

Today s businesses are complex organizations that must be agile across highly competitive global Agile Software Framework (DevOps): NeoDevel (Web) Today s businesses are complex organizations that must be agile across highly competitive global Agile Software Framework (DevOps): Quality and reliability of a manufacturing line applied

More information

Automation: The Continuous Delivery Engine. Steve Harris. SVP

Automation: The Continuous Delivery Engine. Steve Harris. SVP Automation: The Continuous Delivery Engine Steve Harris SVP of Products @cloudbees @stevengharris 62 Automation The Continuous Delivery Engine Steve Harris SVP Products, CloudBees @stevengharris steven.g.harris@cloudbees.com

More information

Agile at Scale -Beyond SAFe. John B Hudson, B.Sc., PMP, ACP, CSM, SPC

Agile at Scale -Beyond SAFe. John B Hudson, B.Sc., PMP, ACP, CSM, SPC Agile at Scale -Beyond SAFe John B Hudson, B.Sc., PMP, ACP, CSM, SPC EnterpriseAgileCoach1@gmail.com Waterfall Development Successful 11% Challenged 60% Failed 29% Standish Group CHAOS Study 2015 +Data

More information

8 th LARGEST COMMERCIAL INSURER

8 th LARGEST COMMERCIAL INSURER SESSION 509: How Did a Large Regulated Enterprise Make DevOps Successful? Carmen DeArdo, Technology Director @carmendeardo THRIVING IN A DYNAMIC, HIGHLY-REGULATED WORLD 16+ MILLION WRITER OF VARIABLE #9

More information

Future of IT PARTNER. Migration Acceleration Program. Sydney. Joe Chung, Director, AWS Enterprise Evangelist. April 4, 2017

Future of IT PARTNER. Migration Acceleration Program. Sydney. Joe Chung, Director, AWS Enterprise Evangelist. April 4, 2017 PARTNER Sydney Future of IT Migration Acceleration Program Joe Chung, Director, AWS Enterprise Evangelist April 4, 2017 2015, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Welcome to

More information

Customer Challenges SOLUTION BENEFITS

Customer Challenges SOLUTION BENEFITS SOLUTION BRIEF Matilda Cloud Solutions simplify migration of your applications to a public or private cloud, then monitor and control the environment for ongoing IT operations. Our solution empowers businesses

More information

How to Choose an Enterprise Agile Platform

How to Choose an Enterprise Agile Platform White Paper Application Development, Test & Delivery How to Choose an Enterprise Agile Platform Handling complexity and scale in application development Table of Contents page Enterprise Agile: Extending

More information

We DevOps d Experience and Lessons Learned Securing the SDLC

We DevOps d Experience and Lessons Learned Securing the SDLC We DevOps d Experience and Lessons Learned Securing the SDLC Sherly Abraham, PhD., Excelsior College Din Cox, PhD., CISSP, ISSAP, ISSMP, CSSLP, CISA, CISM, CRISC, CEH, etc., Medical Science and Computing,

More information

DevOps Institute 1. DevOps Institute

DevOps Institute 1. DevOps Institute 1 1 DevOps is a cultural and professional movement that stresses communication, collaboration and integration between software developers and IT operations professionals. Responds to accelerated demand

More information

DevOps: Start-up Speed, Enterprise Scale

DevOps: Start-up Speed, Enterprise Scale DevOps: Start-up Speed, Enterprise Scale Presented by: Bernie Coyne IBM DevOps Evangelist coyneb@us.ibm.com @BernieCoyne IBM Corporation 1 https://www.youtube.com/watch?v=27ggp6bxr6a 2 Innovation is the

More information

Exam C Foundations of IBM DevOps V1

Exam C Foundations of IBM DevOps V1 Exam C5050 300 Foundations of IBM DevOps V1 1. DevOps enables which three enterprise capabilities? A. continuous metering B. continuous feedback C. continuous delivery D. continuous monitoring E. continuous

More information

DevOps E m p o w e r Q u a l i t y A s s u r a n c e b e n e f i t s f o r y o u r p r o j e c t s

DevOps E m p o w e r Q u a l i t y A s s u r a n c e b e n e f i t s f o r y o u r p r o j e c t s DevOps E m p o w e r Q u a l i t y A s s u r a n c e b e n e f i t s f o r y o u r p r o j e c t s 15 anni 1 MLN Utenti migrati in cloud +800 Clienti +600 Progetti Crescita Doppia cifra YoY AMERICAS EMEA

More information

DevOps E m p o w e r Q u a l i t y A s s u r a n c e b e n e f i t s f o r y o u r p r o j e c t s

DevOps E m p o w e r Q u a l i t y A s s u r a n c e b e n e f i t s f o r y o u r p r o j e c t s DevOps E m p o w e r Q u a l i t y A s s u r a n c e b e n e f i t s f o r y o u r p r o j e c t s 15 anni 1 MLN Utenti migrati in cloud +800 Clienti +600 Progetti Crescita Doppia cifra YoY AMERICAS EMEA

More information

DATASHEET COLLABNET TEAMFORGE

DATASHEET COLLABNET TEAMFORGE COLLABNET TEAMFORGE 2 COLLABNET TEAMFORGE IMAGINE. CREATE. DELIVER. TEAMFORGE Winner for 13 years running (ALM and Development Tools) 2016 Winner (Applications) 2016 Gold Winner (Application Development

More information

Boston Summit. Point and Click vs CI/CD Or Batman vs Superman. Copyright 2017 Mirantis, Inc. All rights reserved

Boston Summit. Point and Click vs CI/CD Or Batman vs Superman. Copyright 2017 Mirantis, Inc. All rights reserved Boston Summit Point and Click vs CI/CD Or Batman vs Superman Copyright 2017 Mirantis, Inc. All rights reserved Fuel versus MCP - OR - Batman versus Superman When Last We Left Our Caped Crusaders: We Started

More information

Bitnami Stacksmith. What is Stacksmith?

Bitnami Stacksmith. What is Stacksmith? Stacksmith Modernize your DevOps pipeline. Automate application packaging for today's cloud and container platforms, and continuously maintain them so they remain up-to-date and secure. What is Stacksmith?

More information

Agile at Mid-Scale. Al Shalloway. Introducing FLow for Enterprise Transformations (FLEX)

Agile at Mid-Scale. Al Shalloway. Introducing FLow for Enterprise Transformations (FLEX) Agile at Mid-Scale Introducing FLow for Enterprise Transformations (FLEX) Al Shalloway CEO, Founder alshall@netobjectives.com @AlShalloway Co-founder of Lean-Systems Society Co-founder Lean-Kanban University

More information

Application & Data Modernization enabling your Digital Transformation. Dennis Lauwers European Technical Leader Hybrid Cloud

Application & Data Modernization enabling your Digital Transformation. Dennis Lauwers European Technical Leader Hybrid Cloud Application & Data Modernization enabling your Digital Transformation Dennis Lauwers European Technical Leader Hybrid Cloud Dennis Lauwers European Technical Leader Hybrid Cloud @DenLauwers Getting innovation

More information

Making Data-Driven Decisions for Better DevOps Outcomes

Making Data-Driven Decisions for Better DevOps Outcomes Making Data-Driven Decisions for Better DevOps Outcomes Andi Mann, Splunk @AndiMann Andi Mann Chief Technology Advocate @AndiMann amann.com The Dev Lifecycle is Complex Plan Code Build Test/QA Stage Release

More information

Avoid the Hype and Find Real Value in Devops and PaaS ABDUL KHALIQ GAFFAR

Avoid the Hype and Find Real Value in Devops and PaaS ABDUL KHALIQ GAFFAR Avoid the Hype and Find Real Value in Devops and PaaS ABDUL KHALIQ GAFFAR AGENDA DevOps: Problem statement, what, and why How to enable DevOps Cloud Architecture PaaS OpenShift How OpenShift Accelerates

More information

An End-to-End Platform for Global DevOps

An End-to-End Platform for Global DevOps 00101011110000110101011011010101010101010101010101101010101010101010101010101010101101111010101010010101001010101010101010101010101010101011010 An End-to-End Platform for Global DevOps White Paper Copyright

More information

Enterprise Consumption Patterns on IBM Cloud Platform

Enterprise Consumption Patterns on IBM Cloud Platform Enterprise Consumption Patterns on IBM Cloud Platform Moe Abdula Vice President, Solution Architecture and Engineering IBM Cloud @moeabdula Industry leaders must deliver four imperatives Create a customer

More information

Seminar Overview Scaling Agile at organizational level

Seminar Overview Scaling Agile at organizational level Seminar Overview Scaling Agile at organizational level Jean-Philippe Peigné October 2015 inspearit Jean-Philippe Peigné Transformation Consulting jean-philippe.peigne@inspearit.com +33 6 16 95 11 82 Inspearit:

More information

Using IBM UrbanCode Deploy to automate the migration and deployment of on-premise WebSphere application and configuration to IBM Bluemix

Using IBM UrbanCode Deploy to automate the migration and deployment of on-premise WebSphere application and configuration to IBM Bluemix Using IBM UrbanCode Deploy to automate the migration and deployment of on-premise WebSphere application and configuration to IBM Bluemix 2015 IBM Corporation WASaaS What is WebSphere as a Service on IBM

More information

Exam C Foundations of IBM DevOps V1

Exam C Foundations of IBM DevOps V1 Exam C5050 300 Foundations of IBM DevOps V1 1. DevOps enables which three enterprise capabilities? A. continuous metering B. continuous feedback C. continuous delivery D. continuous monitoring E. continuous

More information

Datasheet. CollabNet TeamForge Version Control

Datasheet. CollabNet TeamForge Version Control 2 COLLABNET TEAMFORGE IMAGINE. CREATE. DELIVER. TEAMFORGE Winner for 14 years running (ALM and Development Tools) 2016 Winner (Applications) 2017 Gold Winner (Application Development - Innovations) TeamForge

More information

An Overview of the AWS Cloud Adoption Framework

An Overview of the AWS Cloud Adoption Framework An Overview of the AWS Cloud Adoption Framework Version 2 February 2017 2017, Amazon Web Services, Inc. or its affiliates. All rights reserved. Notices This document is provided for informational purposes

More information

Agile & DevOps Security & Audit

Agile & DevOps Security & Audit Agile & DevOps Security & Audit John Tannahill, CA, CISM, CGEIT, CRISC, CSX-P jtannahi@rogers.com Areas of Coverage Agile Security & Control DevOps Security & Control Audit Tools & Techniques 1 Manifesto

More information

DEVOPS AUTOMATION USING DOCKER, KUBERNETES AND OPENSHIFT. Siamak Sadeghianfar Sr Technical Marketing Manager, OpenShift June 2016

DEVOPS AUTOMATION USING DOCKER, KUBERNETES AND OPENSHIFT. Siamak Sadeghianfar Sr Technical Marketing Manager, OpenShift June 2016 DEVOPS AUTOMATION USING DOCKER, KUBERNETES AND Siamak Sadeghianfar Sr Technical Marketing Manager, OpenShift June 2016 DEFINE DEVOPS Everything as code Application monitoring Automate everything Rapid

More information

Container Crash Course. Bob Familiar Director, National Practice BlueMetal, An Insight Company

Container Crash Course. Bob Familiar Director, National Practice BlueMetal, An Insight Company Container Crash Course Bob Familiar Director, National Practice BlueMetal, An Insight Company bobf@bluemetal.com Welcome to the workshop! 9:00-9:10 AM: Welcome Yung Chou 9:10-9:45 AM: Vision and Roadmap

More information

Transform to rapid cycle application delivery

Transform to rapid cycle application delivery Transform to rapid cycle application delivery A Blueprint For Cloud-Native IT A blueprint for cloud-native IT HPE POINTNEXT BLUEPRINTS: HOW TO GUIDES FROM SERVICES EXPERTS OF HEWLETT PACKARD ENTERPRISE

More information

SESSION 205 Wednesday, November 1, 11:30am - 12:30pm Track: DevOps and Agile

SESSION 205 Wednesday, November 1, 11:30am - 12:30pm Track: DevOps and Agile SESSION 205 Wednesday, November 1, 11:30am - 12:30pm Track: DevOps and Agile Measuring DevOps: the Key Metrics that Matter Anders Wallgren Chief Technology Officer, Electric Cloud anders@electric-cloud.com

More information

AWS Fallbeispiele zur digitalen Transformation.

AWS Fallbeispiele zur digitalen Transformation. AWS Fallbeispiele zur digitalen Transformation cpacific@amazon.de Digital transformation means reinvention of core offerings & processes or invention of new ones through digital technologies Changing

More information

What is Continuous Integration. And how do I get there

What is Continuous Integration. And how do I get there What is Continuous Integration And how do I get there Related Workshops Introduction to DevOps Transform your Organization with DevOps Concepts DevOps Implementation Boot Camp Comprehensive literacy on

More information

Agile DevOps. Leah Burman SPC4, CSM, CSPO, CSP-SM, CSP-PO 11 January 2019

Agile DevOps. Leah Burman SPC4, CSM, CSPO, CSP-SM, CSP-PO 11 January 2019 Agile DevOps Leah Burman SPC4, CSM, CSPO, CSP-SM, CSP-PO leah.burman@collabraspace.com 11 January 2019 CollabraSpace 2019 Leah Burman SPC4, CSM, CSPO, CSP-SM, CSP-PO 10+ years agile experience Java software

More information

Mitchell CI/CD Journey Continues. Richard Fong (Raj) Rajwinder Singh Makkar

Mitchell CI/CD Journey Continues. Richard Fong (Raj) Rajwinder Singh Makkar Mitchell CI/CD Journey Continues Richard Fong (Raj) Rajwinder Singh Makkar Introduction Mitchell International Founded in 1946, with 70 years of experience in Property, Casualty claims, and Collision Repair

More information

"Web Age Speaks!" Webinar Series. Introduction to DevOps

Web Age Speaks! Webinar Series. Introduction to DevOps "Web Age Speaks!" Webinar Series Introduction to DevOps Introduction Mikhail Vladimirov Director, Curriculum Architecture mikhail.vladimirov@webagesolutions.com Web Age Solutions Providing a broad spectrum

More information

Middleware Modernization: lay the foundation to your digital success

Middleware Modernization: lay the foundation to your digital success Middleware Modernization: lay the foundation to your digital success Agenda 1 Why modernize? 5 Platform services 2 What middleware capabilities would a digital enterprise need? 6 People and processes 3

More information

adopting continuous delivery

adopting continuous delivery adopting continuous delivery @jezhumble thoughtworks studios http://continuousdelivery.com/ #gotoaar, 2 october 2012 http://thoughtworks-studios.com/ implementing organizational, architectural, process

More information

Connected Teams, Connected Code, and the Connected Device: The Challenges of IoT Software Delivery

Connected Teams, Connected Code, and the Connected Device: The Challenges of IoT Software Delivery Connected Teams, Connected Code, and the Connected Device: The Challenges of IoT Software Delivery Anders Wallgren CTO, Electric Cloud Every Business is a Software Business Embedded/IoT Mobile Enterprise,

More information

A DIVISION OF. DevOps Automation. Service Catalogue

A DIVISION OF. DevOps Automation. Service Catalogue A DIVISION OF DevOps Automation Service Catalogue CONTENTS Introduction AEM Background DevOps Expertise DevOps Automation 2 Our Pragmatic DevOps Services Framework 2 Build Automation 3 Deployment Automation

More information

Fast Innovation requires Fast IT

Fast Innovation requires Fast IT Fast Innovation requires Fast IT Trends and Data Centre Innovation Sudheesh Subhash Principal Solutions Architect Agenda Application trends Current data centre trends IT Cloud integration Automation and

More information

Adopting DevOps at Enterprise Scale

Adopting DevOps at Enterprise Scale Adopting DevOps at Enterprise Scale Presented by: Sanjeev Sharma CTO, DevOps Technical Sales and Adoption IBM Distinguished Engineer @sd_architect 1 IBM Corporation DevOps: Origins 2 IBM Corporation DevOps

More information

Greenfield Application Solution

Greenfield Application Solution Offering Overview Greenfield Application Solution Be first to market and realize business value quickly from major new product, service and experience introductions with Greenfield Application Solution

More information