Moderator: Robert Wunderlich - Oracle. September 22, Copyright 2016, Oracle and/or its affiliates. All rights reserved.

Size: px
Start display at page:

Download "Moderator: Robert Wunderlich - Oracle. September 22, Copyright 2016, Oracle and/or its affiliates. All rights reserved."

Transcription

1

2 Using DevOps to Drive Integration Projects from Microservices to the Cloud Expert Panel Experts: Joe Kardamis Sherwin Williams Suresh Poopandi Multiplan Xander van Rooijen Rabobank Matt Wright Rubicon Red Moderator: Robert Wunderlich - Oracle September 22, 2016

3 Program Agenda Welcome and Meet the Experts Opening Thoughts Questions and Answers 3

4 Cloud Platform Services for All Enterprise Personas BUSINESS ANALYTICS CONTENT AND PROCESS ORACLE CLOUD PLATFORM MOBILE Line of Business INTEGRATION Developers and DevOps Architects and IT Ops DATA MANAGEMENT APPLICATION DEVELOPMENT SYSTEMS MANAGEMENT Confidential Oracle Internal/Restricted/Highly Restricted 4

5 Joe Kardamis With Sherwin Williams for 5 years 3 years as the Services and Integrations Manager Grew the team Refined processes Formalized governance policies Integrated Agile and test-centric practices into traditional Service Orientation 5

6 Suresh Poopandi With Multiplan for 15+ years SOA Architect for 5 years Propelled Multiplan to follow SOA principles Introduced Oracle Fusion Middleware (SOA, Service Bus, and BPM) Active member of Multiplan s Architecture and SOA Governance boards Helped to transform Multiplan s Software Development practices to use Agile Development Methodologies Promoted Continuous Integration and Delivery using Bamboo and Automated Quality Assurance Testing 6

7 Xander van Rooijen With Rabobank for 4 years Business Architect for Integration and BPM architecture within CRM domain. Leads teams to deliver high quality integrations and stable supporting business processes Due to increased demand for faster delivery, Xander has completed extensive research on DevOps practices for Oracle Fusion Middleware implementations Pursuing the complete automation of Oracle Fusion Middleware from provisioning of infrastructure to deployment of services and services. 7

8 Matt Wright CTO and Co-founder of Rubicon Red Globally recognized Oracle Platinum Partner Awarded thought leader in Oracle Middleware Matt is responsible for defining and implementing Rubicon Red s DevOps and Cloud strategy. Including MyST, the leading DevOps solution for Oracle Middleware Matt co-authored the highly acclaimed Oracle SOA Suite Developer s Guide 8

9 3 Ways of DevOps The First Way: Systems Thinking emphasizes the performance of the entire system as opposed to the performance of a specific silo of work or department The Second Way is about creating and amplifying the right to left feedback loops The Third Way is about creating a culture that fosters both continual experimentation, taking risks and learning from failure; and understanding the repetition and practice is the prerequisite to mastery.

10 Work in Small Batches Getting Feedback Fast FAIL FAST Faster Feedback Validate assumptions Solve Problems Quickly Easier to find & fix defects Release Release small chunks of functionality frequently Reduce Overhead Organizations get better at things they do frequently Reduce Risk Improve Incorporate feedback rapidly. Fail fast and learn fast Get Feedback Get regular validation on the production readiness of your application 10

11 DevOps vs Continuous Delivery Code Build Integrate Test Release Deploy Operate Agile Development Continuous Integration Continuous Delivery Continuous Deployment DevOps 11

12 Breaking the Bottlenecks In The Flow 1. Environment Creation 2. Code Deployment 3. Test setup and run 4. Overly tight architecture 5. Development 6. Product Management Leading A DevOps Transformation: Lessons Learned Gene Kim

13 Technical Debt Every time we take a short cut we create technical debt: Manually configure an environment Create code without automated tests Manually do deployment Technical debt is what you feel the next time you want to make a change Gene Kim Author The Phoenix Project

14 Relevant Tests should be Applied to Ensure Quality of Assets Early

15 Relevant Tests should be Applied to Ensure Quality of Assets Early 1. Make Relevant Tests This requires ability to target specific use cases (and not others). Challenge: Dependency Management Replacing them is best, but expensive (Test Data Management, Service Virtualization, Containerization) Accepting them is easy, but weak (results in brittle tests - can you trust them?)

16 Relevant Tests should be Applied to Ensure Quality of Assets Early 2. Apply the Tests Requires tests are codified in an automatable way Test Runners: SoapUI, JUnit, SOA Suite unit tests 3. Use the Tests to Ensure Quality Early Run on a timer (e.g. cron) Run upon check-in (Version Control) Run as part of deployment process (Release Orchestration, WLST, Containerization)

17 DevOps at MultiPlan, Inc. Oracle OpenWorld 2016 Suresh Poopandi Lead Architect, MultiPlan, Inc.

18 Who We Are Multiplan is a cost containment company in healthcare space

19 Agile Development 2 week sprint 5 sprints in a release cycle Multiple Agile teams Twice a day deployment to SQA 2 weeks of UAT testing Initiated 4 years ago Realized the gains associated with Agile development

20 Continuous Integration & Delivery & Deployment Build and deploy triggered based on source code check-in Junit, OBR Test Suite, SoapUI Test Suite, SOA Suite Test Artifacts are pushed to Maven repo with snapshot versioning Artifacts are deployed to weblogic, OSB, SOA and BPM servers Fully automated PROD SoapUI smoke testing Selenium based probs Some manual checkout User perspective manual testing DEV UAT Some manual testing Automated Service Level testing - SoapUI Automated Portal level testing - selenium Hard build during hardening sprint SQA REG Automated Regression Testing Test Data Warehouse

21 Continuous Delivery Maturity Model Build & Deploy Test & Verification Currently Intermediate Moving towards Advanced by doing automated database changes Currently Intermediate Moving towards automated by doing fully automated acceptance testing The Continuous Delivery Maturity Model Article on InfoQ website Andreas Rehn, Tobias Palmborg, Patrik Boström InfoQ website

22 DevOps at Rabobank Xander van Rooijen Sept 2016

23 Deploy = software + infrastructure Present Ops responsible for all infrastructure Dev responsible for software Future Dev responsible for infrastructure in UAT (Ops as Advisor) Ops focusses on monitoring Causing: Configuration issues and failures Unpredictable test output No trust Resulting in: Same configuration everywhere Predictable test ouput No more blaming 23

24 Production issue? Re-install! Present Lengthy troubleshooting process Due to complex environments Much expertise needed to fix Future Automated re-install of failing component Troubleshooting afterwards Causing: Long outages with business impact Frustration Resulting in: Focus on resuming service as fast as possible Due to automation, decreased need of expertise 24

25 Version control of the environment is more important than version control of code! Multi-Domain SOA Platform to meet needs of multiple Lines of Business Configuration drift and unauthorized configuration changes account for nearly 80% of all IT service outages source: Gartner Research Software defined environments let you treat Oracle Middleware Infrastructure as Code. So you can easily version control, review, test, promote and deploy your configurations across all your environments. Manage Oracle Middleware Infrastructure as code MyST Platform Blueprints define Oracle Middleware desired state. MyST used to provision multi-domain SOA env. From 30+ days to 2 hours. Platform Blueprints version controlled Blueprints updated to make configuration changes, MyST then applies required changes. 300% ROI over first 2 years 25

26 Re-Provision Non-Prod Environments before each code release Increasing Confidence in build s production readiness CI TEST PRE Increasing Confidence in release process PROD Issues caused by Configuration Drift are often the most difficult to diagnose and result in many wasted months of man effort to resolve. Automated provisioning means we can create new environments in minutes Re-provision Non-Prod to eliminate configuration drift ensures consistency with Production Encourages right behaviour i.e. stops manual configuration changes as they will be blown away Significantly reduces likelihood of issue deploying to Prod Migration of services from JCAPS to Oracle SOA, OSB, MFT & B2B Automated provisioning of 65 domains on Exalogic, across dual sites. Provisioned initial environments in 30 days with MyST vs 650 days manually. 60 Minutes to Re-Provision production equivalent environments. Automated build and deployment slashed release time to 15 minutes. Approx Releases per year 90%+ reduction in defects caused by configuration issues. 26

27 Re-Provision Production for each major code release Router Release N Blue Environment Release N+1 Green Environment Deploy 15 Environments per Major Release, upto 100 servers in PROD Approx. 500 servers, split across 15 environments From 2-4 months to 5-6 hours to provision a 50 server environment Allows time to validate new release is behaving as expected before go-live Zero down-time for go-live. Makes rollback very simple 25% reduction in software delivery lifecycle Major Release every 3-6 months. Zero down time for each major release with Blue Green deployments 90%+ reduction in defects caused by configuration drift 27

28 Confidential Oracle Internal/Restricted/Highly Restricted 28

29

Developing Oracle Fusion Middleware Applications in the Cloud

Developing Oracle Fusion Middleware Applications in the Cloud Developing Oracle Fusion Middleware Applications in the Cloud Antony Reynolds Matt Wright Ramkumar Menon 1 Safe Harbor Statement The following is intended to outline our general product direction. It is

More information

Oracle Cloud Blueprint and Roadmap Service. 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

Oracle Cloud Blueprint and Roadmap Service. 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Oracle Cloud Blueprint and Roadmap Service 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Cloud Computing: Addressing Today s Business Challenges Business Flexibility & Agility Cost

More information

Faizer Feroz Director Enterprise Applications Herbalife. Scott Haaland Product Strategy Director Service Integration Product Management

Faizer Feroz Director Enterprise Applications Herbalife. Scott Haaland Product Strategy Director Service Integration Product Management Presented with SOA Cloud Service Accelerate your Integration Platform Scott Haaland Product Strategy Director Service Integration Product Management Kiran Prabhakar Director of Software Development Oracle

More information

DEVOPS A NEW DEVOPS MODEL FOR ACHIEVING MARKET AGILITY BY SEYHAN BAKI

DEVOPS A NEW DEVOPS MODEL FOR ACHIEVING MARKET AGILITY BY SEYHAN BAKI DEVOPS A NEW DEVOPS MODEL FOR ACHIEVING MARKET AGILITY BY SEYHAN BAKI BACKGROUND TO STUDY THIS STUDY IS THE RESULT OF THE PRESENTER S MBA RESEARCH (2015 2016) QUALITATIVE STUDY WITH EIGHT IT PROFESSIONALS

More information

The innovation engine for the digitized world The New Style of IT

The innovation engine for the digitized world The New Style of IT The innovation engine for the digitized world The New Style of IT New Style of IT supported by HP Software bernd.ludwig@hpe.com Copyright 2015 Hewlett-Packard Development Company, L.P. The information

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

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

Oracle Continuous Delivery Pipeline

Oracle Continuous Delivery Pipeline AMIS Edisonbaan 15 Postbus 24 3430 AA Nieuwegein T +31(0) 30 601 60 00 E info@amis.nl I amis.nl BTW nummer NL8117.70.400.B69 KvK nummer 30114159 Oracle Continuous Delivery Pipeline Overview, considerations

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

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

DevOps Solution for today and tomorrow!

DevOps Solution for today and tomorrow! DevOps Solution for today and tomorrow! Capability Review Meeting November 17th 2014 Agenda Meeting Kick off and Team Introductions (5 min) DevOps Introduction (10 min) Industry Challenge Need Solution

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

D E V O P S T E X A S TEXAS DEVOPS M E E T U P INFLUENCING A DEVOPS CULTURE

D E V O P S T E X A S TEXAS DEVOPS M E E T U P INFLUENCING A DEVOPS CULTURE D E V O P S T E X A S M E E T U P TEXAS DEVOPS INFLUENCING A DEVOPS CULTURE SPEAKERS INTRO Darryl Bowler (Co-Organizer of Texas DevOps) Anthony Barnhart (Co-Organizer of Texas DevOps) AGENDA Why is Culture

More information

MIGRATION TO RED HAT JBOSS MIDDLEWARE: EASY, PREDICTABLE, PROVEN

MIGRATION TO RED HAT JBOSS MIDDLEWARE: EASY, PREDICTABLE, PROVEN MIGRATION TO RED HAT JBOSS MIDDLEWARE: EASY, PREDICTABLE, PROVEN Tobias Hartwig Regional Product Manager EMEA Red Hat thartwig@redhat.com & Brad Davis Director of FSI Solutions Red Hat bdavis@redhat.com

More information

SOA Governance is For Life, Not Just a Strategy

SOA Governance is For Life, Not Just a Strategy SOA Governance is For Life, Not Just a Strategy Mark Simpson Consultancy Director, Griffiths Waite Your Speaker Mark Simpson Consultancy Director Griffiths Waite > 18 years Oracle development and architecture

More information

Trevor Quinn PaaS and DevOps Practice Lead, North America Red Hat Consulting

Trevor Quinn PaaS and DevOps Practice Lead, North America Red Hat Consulting ACCELERATING DEVOPS THROUGH OPENSHIFT BY RED HAT Trevor Quinn PaaS and DevOps Practice Lead, North America Red Hat Consulting Agenda Current IT Landscape Traditional IT organization State of DevOps Cloud

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

Welcome to the webinar. We will begin shortly.

Welcome to the webinar. We will begin shortly. Welcome to the webinar. We will begin shortly. FOR DEMONSTRATION PURPOSES There are two methods for listening to this webinar. Select Audio from the tool box on the right side of your screen, and select

More information

Mit Werkzeugen den DevOps Konflikt auflösen

Mit Werkzeugen den DevOps Konflikt auflösen Mit Werkzeugen den DevOps Konflikt auflösen Peter Doschkinow Business Unit Middleware ORACLE Deutschland B.V. & Co KG November 17, 2015 Safe Harbor Statement The following is intended to outline our general

More information

Welcome. Mapping the BA s Stakeholders in a DevOps Style Workflow

Welcome. Mapping the BA s Stakeholders in a DevOps Style Workflow Welcome. Mapping the BA s Stakeholders in a DevOps Style Workflow Chris Knotts, PMP ASPE Training and Techtown Training I ll discuss A few examples of generic stakeholders as described in the BABOK Guide

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

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

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

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

Organizing IT for Success

Organizing IT for Success Organizing IT for Success Leveraging IT As A 9 th October 2012 Nick Weinrib - Advisory Solutions Principal EMC Consulting 1 Agenda Why Organizations Are Transforming Transformational Drivers Why IT Must

More information

ABOUT THE AUTHOR Preface Introduction to DevOps... 6

ABOUT THE AUTHOR Preface Introduction to DevOps... 6 TABLE OF CONTENTS ABOUT THE AUTHOR... 3 Preface... 4 Introduction to DevOps... 6 Introduction... 6 Part 1: What is DevOps... 6 Part 2: Principles of DevOps... 7 Part 3: Why DevOps Exist... 7 Conclusion...

More information

RETRANSFORM BEYOND AGILE FOR FASTER, INTEGRATED IT SERVICE DELIVERY

RETRANSFORM BEYOND AGILE FOR FASTER, INTEGRATED IT SERVICE DELIVERY VIEW POINT RETRANSFORM BEYOND AGILE FOR FASTER, INTEGRATED IT SERVICE DELIVERY Abstract Building a sustainable IT system is critical for organizations looking to enable digitization and agility. While

More information

Simplify and Innovate The Next Generation of SAP MaxAttention

Simplify and Innovate The Next Generation of SAP MaxAttention Simplify and Innovate The Next Generation of SAP MaxAttention Marc Thier, SVP SAP Solution Manager Public SAP MaxAttention Next Generation Provides the E2E Software Solution OUR COMMITMENT Provide the

More information

RETRANSFORM BEYOND AGILE FOR FASTER, INTEGRATED IT SERVICE DELIVERY

RETRANSFORM BEYOND AGILE FOR FASTER, INTEGRATED IT SERVICE DELIVERY VIEW POINT RETRANSFORM BEYOND AGILE FOR FASTER, INTEGRATED IT SERVICE DELIVERY Abstract Building a sustainable IT system is critical for organizations looking to enable digitization and agility. While

More information

Development Operations in the Cloud: A Use Case and Best Practices

Development Operations in the Cloud: A Use Case and Best Practices Development Operations in the Cloud: A Use Case and Best Practices Greg Stachnick - Oracle Jeffrey Stephenson - Oracle Tatsuya Nakamura - TG Information Network Co.,Ltd. October 27, 2015 Copyright 2015,

More information

DevOps. Deploy. Code Plan. Release. Operate. Build CI. Monitor. Identify

DevOps. Deploy. Code Plan. Release. Operate. Build CI. Monitor. Identify DevOps Code Plan Release Deploy Build CI Identify Monitor Operate DevOps Amalgamation of people, processes and technology help you achieve your goals Knowing that technology in a nutshell is difficult

More information

Oracle Enterprise Manager 13c Cloud Control

Oracle Enterprise Manager 13c Cloud Control Oracle Enterprise Manager 13c Cloud Control Oracle SOA Management Pack Enterprise Edition MANAGEMENT FOR ORACLE SOA SUITE AND ORACLE SERVICE BUS APPLICATIONS Oracle Enterprise Manager is Oracle s integrated

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

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

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

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

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

Oracle 1Z Oracle SOA Suite 11g Essentials. Download Full Version :

Oracle 1Z Oracle SOA Suite 11g Essentials. Download Full Version : Oracle 1Z0-478 Oracle SOA Suite 11g Essentials Download Full Version : http://killexams.com/pass4sure/exam-detail/1z0-478 A participant in a task can accept or reject it, thus ending the workflow without

More information

SAP s Quality & Testing Platform Complete Solution of Products and Professional Services

SAP s Quality & Testing Platform Complete Solution of Products and Professional Services SAP s Quality & Testing Platform Complete Solution of Products and Professional Services Plan Execute Evaluate Manager Manager Adapter SAP Quality Center by HP SAP Test Acceleration and Optimization SAP

More information

Optimized Business Processes in the Age of Cloud Computing

Optimized Business Processes in the Age of Cloud Computing ORACLE PRODUCT LOGO Month, Day, Year Venue City Optimized Business Processes in the Age of Cloud Computing Stelios Daskalakis, Senior Technology Sales Consultant stelios.daskalakis@oracle.com The following

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

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

wipro.com IT4IT & DevOps Transformation The Common Ground

wipro.com IT4IT & DevOps Transformation The Common Ground wipro.com IT4IT & DevOps Transformation The Common Ground DevOps transformation draws on the many concepts from Lean and Toyota Production systems. Terminologies such as Kanban board, continuous improvement,

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

Accelerate enterprise cloud adoption with Virtusa

Accelerate enterprise cloud adoption with Virtusa CLOUD SERVICES Accelerate enterprise cloud adoption with Virtusa Cloud based integrated systems and processes have become central to an organization s business strategy and key to digital transformation

More information

<Insert Picture Here> Business-Driven IT Management with Oracle Enterprise Manager

<Insert Picture Here> Business-Driven IT Management with Oracle Enterprise Manager Business-Driven IT with Oracle Enterprise Manager Leng Tan Vice President of Product Development The following is intended to outline our general product direction. It is intended

More information

The Challenge: Balancing Change and Control of Continuous Delivery at Scale

The Challenge: Balancing Change and Control of Continuous Delivery at Scale WWW.PLUTORA.COM SOLUTION BRIEF The Challenge: Balancing Change and Control of Continuous Delivery at Scale DevOps bridges the gap between development and operations to deliver business value more frequently.

More information

<Insert Picture Here> Enterprise (-wide) SOA?! Thoughts beyond technology and XML

<Insert Picture Here> Enterprise (-wide) SOA?! Thoughts beyond technology and XML Enterprise (-wide) SOA?! Thoughts beyond technology and XML Clemens Utschig-Utschig, clemens.utschig@oracle.com Oracle SOA Product Management What is SOA? -Oriented Architecture is

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

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

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

How we sped up delivery using feature branches. Agilia Conference 2018 Jan Vilímek, Platform Architect Oriflame Software

How we sped up delivery using feature branches. Agilia Conference 2018 Jan Vilímek, Platform Architect Oriflame Software How we sped up delivery using feature branches Agilia Conference 2018 Jan Vilímek, Platform Architect Oriflame Software AGENDA About Oriflame Complexity we face Challenges we had when we were growing How

More information

Welcome. Introduction to DevOps for Non-Engineers. Chris Knotts Techtown Training and Enterprise Learning (ASPE, Inc.)

Welcome. Introduction to DevOps for Non-Engineers. Chris Knotts Techtown Training and Enterprise Learning (ASPE, Inc.) Welcome. Introduction to DevOps for Non-Engineers Chris Knotts Techtown Training and Enterprise Learning (ASPE, Inc.) Curriculum Director, Product Manager, Learning Broker, etc. We will discuss DevOps:

More information

IBM BPM on zenterprise

IBM BPM on zenterprise IBM BPM on zenterprise The world has turned Andreas Gröschl, Mainframe Architect groeschl@de.ibm.com The Modern Enterprise is a Network of Complex Interactions Powered by Mainframe Assets 70% of corporate

More information

DevOps of Service Assets for Telco Cloud Automation

DevOps of Service Assets for Telco Cloud Automation DevOps of Assets for Telco Cloud Automation Copyright Huawei Technologies Co., Ltd. 2018. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without

More information

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into 1 The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any

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

Closing the Agile Loop Continuous Integration, Continuous Information. Darryl Bowler Senior Systems Architect CollabNet

Closing the Agile Loop Continuous Integration, Continuous Information. Darryl Bowler Senior Systems Architect CollabNet Closing the Agile Loop Continuous Integration, Continuous Information Darryl Bowler Senior Systems Architect CollabNet Agenda How we got here Continuous Integration, Defined Poor Practices (Common Anti-Patterns)

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

Oracle Management Cloud

Oracle Management Cloud Oracle Management Cloud Cloud Essentials Autonomously monitor, detect, triage, and proactively resolve issues across hybrid-cloud environments. Oracle Management Cloud represents a new generation of systems

More information

On various testing topics: Integration, large systems, shifting to left, current test ideas, DevOps

On various testing topics: Integration, large systems, shifting to left, current test ideas, DevOps On various testing topics: Integration, large systems, shifting to left, current test ideas, DevOps Matti Vuori www.mattivuori.net matti.vuori@mattivuori.net @Matti_Vuori TUT lecture series of SW Technologies:

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

Welcome to Staying Ahead Webinar

Welcome to Staying Ahead Webinar 18/11/2010 Welcome to Staying Ahead Webinar Migrating to HP Performance Center11 1 Agenda 1. Migration features and benefits 2. PSQS / Education offerings around migration to PC11 3. Q&A 2 HP BTO for Applications

More information

AppAgile Cloud DevOps Journey with Docker and PaaS

AppAgile Cloud DevOps Journey with Docker and PaaS AppAgile Cloud DevOps Journey with Docker and PaaS today s business departments want to try out ideas quickly ever-increasing Digitalization changed customer behaviour New Market Players complex IT Integration

More information

Mainstreaming Mainframe Development with Agile, DevOps. Mark Schettenhelm, Sr. Product Manager September 28, 2017

Mainstreaming Mainframe Development with Agile, DevOps. Mark Schettenhelm, Sr. Product Manager September 28, 2017 Mainstreaming Mainframe Development with Agile, DevOps Mark Schettenhelm, Sr. Product Manager September 28, 2017 1 To start a poem Devs are red Ops are blue Please work together Or no uptime for you 2

More information

Cloud Computing, How do I do that?

Cloud Computing, How do I do that? Cloud Computing, How do I do that? Christian Verstraete Chief Technologist - Cloud Every Generation has a Defining Industry 2 IT is the Defining Industry of our Generation 1970-80s Mainframe 1990s Client/Server

More information

DevOps The Basics. Contents

DevOps The Basics. Contents Contents What is DevOps and what are its Origins?... 1 DevOps Business Value... 2 DevOps Perspectives and Values... 2 DevOps Principles and Practices... 3 DevOps Principles The Three Ways... 4 DevOps Practices...

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

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 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

Delivering Trusted Information

Delivering Trusted Information Delivering Trusted Information Delivering Trusted Information As a Service Trusted Information on your terms and our expertise 2007 IBM Corporation Agenda WebSphere Live for SOA The Information Challenge

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

The Business of Continuous Delivery

The Business of Continuous Delivery The Business of Continuous Delivery Kurt Bittner Principal Analyst @forrester @ksbittner 10 The Business of Continuous Delivery Kurt Bittner Principal Analyst @ksbittner 2014 Forrester Research, Inc. Reproduction

More information

A Continuous Delivery Journey SHOBHA SUBRAMONIAN APRIL 05, 2018

A Continuous Delivery Journey SHOBHA SUBRAMONIAN APRIL 05, 2018 A Continuous Delivery Journey SHOBHA SUBRAMONIAN APRIL 05, 2018 Picture source: QuizzClub.com Copy r i g ht S A S I nst i t ut e I nc. A l l r i g ht s r e se r v e d. INTRODUCTION A Case Study in moving

More information

Building a Foundation for Effective Service Delivery and Process Automation

Building a Foundation for Effective Service Delivery and Process Automation Building a Foundation for Effective Service Delivery and Process Automation Agenda Service Management World Tour IBM Service Management Customer Challenges Overview of Service Delivery and Process Automation

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

David Le Strat Senior Director, Product Management Oracle. Copyright 2015, Oracle and/or its affiliates. All rights reserved.

David Le Strat Senior Director, Product Management Oracle. Copyright 2015, Oracle and/or its affiliates. All rights reserved. Driving Innovation and Engagement with Oracle Content and Process Cloud Re-defining IT s Role in Empowering the Line of Business and Driving Business Agility David Le Strat Senior Director, Product Management

More information

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material,

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

Microsoft FastTrack For Azure Service Level Description

Microsoft FastTrack For Azure Service Level Description ef Microsoft FastTrack For Azure Service Level Description 2017 Microsoft. All rights reserved. 1 Contents Microsoft FastTrack for Azure... 3 Eligible Solutions... 3 FastTrack for Azure Process Overview...

More information

IT Operations Management Digital Transformation

IT Operations Management Digital Transformation Micro Focus IT Operations Management Digital Transformation IT Operations Management Digital Transformation A Business & Strategy Journey Contents Contents... 2 Introduction... 3 Product Team Objectives...

More information

Copyright 2014, Oracle and/or its affiliates. All rights reserved.

Copyright 2014, Oracle and/or its affiliates. All rights reserved. Exploring Oracle Service Bus 12c CON7857 Robert Wunderlich, Sr. Principal Product Manager Simone Geib, Director, Product Management Oracle Fusion Middleware Product Management October 1, 2014 Safe Harbor

More information

RELEASING HIGH-QUALITY APPLICATIONS AND INFRASTRUCTURE FASTER WHITE PAPER OCTOBER 2017

RELEASING HIGH-QUALITY APPLICATIONS AND INFRASTRUCTURE FASTER WHITE PAPER OCTOBER 2017 RELEASING HIGH-QUALITY APPLICATIONS AND INFRASTRUCTURE FASTER WITH vrealize CODE STREAM WHITE PAPER OCTOBER 2017 Table of Contents Abstract 3 The Need for Speed 3 How to Accelerate Application Release

More information

Fostering Business Consumption With Automation & Orchestration Of IT Services. Antoine Acklin Head of Consulting, Australia & New Zealand

Fostering Business Consumption With Automation & Orchestration Of IT Services. Antoine Acklin Head of Consulting, Australia & New Zealand Fostering Business Consumption With Automation & Orchestration Of IT Services Antoine Acklin Head of Consulting, Australia & New Zealand 1 IT AS A SERVICE 62% 70% BUSINESS LEADERS IT LEADERS Business leaders

More information

IBM Hybrid Cloud OPEN Labs

IBM Hybrid Cloud OPEN Labs IBM Hybrid Cloud OPEN Labs IBM Hybrid Cloud OPEN Labs event This slide deck serves as a flyer for the IBM Hybrid Cloud OPEN Labs event. It provides the necessary information about the event. It includes

More information

INTRODUCTION TO R FOR DATA SCIENCE WITH R FOR DATA SCIENCE DATA SCIENCE ESSENTIALS INTRODUCTION TO PYTHON FOR DATA SCIENCE. Azure Machine Learning

INTRODUCTION TO R FOR DATA SCIENCE WITH R FOR DATA SCIENCE DATA SCIENCE ESSENTIALS INTRODUCTION TO PYTHON FOR DATA SCIENCE. Azure Machine Learning Data Science Track WITH EXCEL INTRODUCTION TO R FOR DATA SCIENCE PROGRAMMING WITH R FOR DATA SCIENCE APPLIED MACHINE LEARNING SCENARIOS HDInsight Certificate of DATA SCIENCE ORIENTATION QUERYING DATA WITH

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

DevOps Implementation Boot Camp (ICP-FDO)

DevOps Implementation Boot Camp (ICP-FDO) DevOps Implementation Boot Camp (ICP-FDO) DevOps100; 3 days, Instructor-led Course Description This three-day DevOps Implementation training class is loaded with practical real-world tools and techniques.

More information

HP Software EMEA Performance Tour Zurich, Switzerland September 18

HP Software EMEA Performance Tour Zurich, Switzerland September 18 HP Software EMEA Performance Tour 2013 Zurich, Switzerland September 18 Continuous Delivery Accelerating Application Release Christian Dinten, Sen. Principal Solution Consultant September 18, 2013 DevOps:

More information

IT Service Management for DevOps

IT Service Management for DevOps IT Service Management Reference Architecture Series IT Service Management for DevOps Version number: 1.0 Final as of: 23 Nov 2015 Classification: Public Printed on: 28 Jan 2016 Author(s): Co-Author(s)

More information

Dell IT Proven: Cloud Native Applications at Your Service

Dell IT Proven: Cloud Native Applications at Your Service Dell IT Proven: Cloud Native Applications at Your Service Raj Markala, Sr. Manager, Cloud Platforms, Dell IT Ian Cheasty, Principle Developer, Dell IT Agenda 1 Cloud Native Agenda 2 Pivotal Cloud Foundry

More information

Building a. Digital Marketplace of Commercially Ready Services

Building a. Digital Marketplace of Commercially Ready Services Building a Digital Marketplace of Commercially Ready Services Getting Started Many service providers have focused their virtualization efforts initially on the high growth B2B market as they strive to

More information

DEVOPS FUNDAMENTALS - MOCK EXAM

DEVOPS FUNDAMENTALS - MOCK EXAM DEVOPS FUNDAMENTALS - MOCK EXAM V1.2 - July 2016 2016 - DevOps Agile Skills Association All rights reserved. No part of this publication may be published, reproduced, copied or stored in a data processing

More information

DevOps. DevOps Continuous Feedback. Plan. Develop/ Test. Operate. Deploy.

DevOps. DevOps Continuous Feedback. Plan. Develop/ Test. Operate. Deploy. Plan Operate Feedback Develop/ Test Deploy radovan.stas@sk.ibm.com Introduction Business Planning Collaborative Development Testing Release and Deployment Monitoring Customer Feedback and Optimization

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 Validation An Approach to Production Assurance in DevOps

Continuous Validation An Approach to Production Assurance in DevOps Continuous Validation An Approach to Production Assurance in DevOps Shailja Sehgal, Sr Principal Quality Engineer Karanam Ramadevi, Sr Principal Software Engineer Manhattan Associates Inc. EXECUTIVE SUMMARY

More information

How Cisco IT Developed a Self-Service Model for Build and Deploy

How Cisco IT Developed a Self-Service Model for Build and Deploy Cisco IT Case Study Self-Service Build and Deploy How Cisco IT Developed a Self-Service Model for Build and Deploy Automating application delivery speeds up the pace of innovation and saves 32 developer

More information

ORACLE SOA GOVERNANCE SOLUTION

ORACLE SOA GOVERNANCE SOLUTION ORACLE SOA GOVERNANCE SOLUTION KEY FEATURES AND BENEFITS TAKE CONTROL OF YOUR SOA. MAXIMIZE ROI, SERVICE REUSE AND POLICY COMPLIANCE. FEATURES Automated discovery, mapping, and management of the service

More information

Transform Your Service Desk

Transform Your Service Desk Transform Your Service Desk The Atlassian Approach to IT Service Management SCOTT DAVIS SOLUTIONS ENGINEER @JHABITEICI Challenges facing IT Teams What does this mean for your IT team? Agile DevOps Virtualization

More information