SlideShare a Scribd company logo
© 2013 IBM Corporation
Enabling Continuous Delivery:
the IBM solution
Roberto Pozzi
Rational Technical Sales & Solution
roberto_pozzi@it.ibm.com
© 2013 IBM Corporation
AGENDA
DevOps: contesto attuale e necessità
DevOps: diversi path di adozione
Software Lifecycle & Deployment Automation
2
© 2013 IBM Corporation3
Software delivery is critical to success
3
86%
of companies believe software delivery
is important or critical
25%
leverage software delivery effectively today
But only
Source: “The Software Edge: How effective software development drives competitive advantage,” IBM Institute of Business Value, March 2013
69%
outperform
those who don’’’’t
of those who
leverage software
delivery today
© 2013 IBM Corporation
Market shifts require a new approach to software delivery
Mobile
Cloud
Intelligent/
Connected
Systems
Social
Big Data
Instrumented
Products
Drive the need for agility
Technology Trends
Evolving Customer Expectations
Changing Business Environment
Multi-sourcing Supply Chain
4
© 2013 IBM Corporation
Challenges
Costly, error
prone processes
Risk of
instability
Slow
deployments
Success requires the ability to manage the expanded lifecycle
and software supply chain
Operations/ProductionDevelopment/TestCustomers Business Owners
5
© 2013 IBM Corporation
Embrace a DevOps Approach
An enterprise capability for continuous software delivery that enables clients
to seize market opportunities and reduce time to customer feedback
DevOps Lifecycle
Continuous Innovation, Feedback and Improvements
Operations/ProductionDevelopment/TestCustomers Business Owners
6
© 2013 IBM Corporation
AGENDA
DevOps: contesto attuale e necessità
DevOps: diversi path di adozione
Software Lifecycle & Deployment Automation
7
© 2013 IBM Corporation
DevOps Adoption Paths
DevOps Foundation
Open Lifecycle and Service Management Integration Platform
OSLC
Ecosystem
BestPractices
Monitor and Optimize
Plan and Measure Develop and Test Release and Deploy
DevOps Lifecycle
Continuous Innovation, Feedback and Improvements
Operations/ProductionDevelopment/TestCustomers Business Owners
8
© 2013 IBM Corporation
Develop
and Test
Collaborative Development
Link Systems of
Record to Systems
of Engagement
Bridge Mainframe
and Mobile Skills
Continuous Delivery
Open Lifecycle and Service Management Integration Platform
9
IBM Rational solution for Collaborative Lifecycle Management
IBM Rational Lifecycle Integration Adapters
- CA Clarity and direct Rational Requirements Composer to HPQC synchronizer
IBM Rational Developer Family including RAD and Worklight Studio
IBM Enterprise COBOL for z/OS
© 2013 IBM Corporation
SOA / REST Third-party
Services
Mainframe
Applications
Databases
Mobile Application
Server
Mainframe Test
Environment
Multiplatform Application Testing
Develop
and Test
Continuous Testing
Multichannel, multi-tiered
test execution
Virtualized services
remove test bottlenecks
Comprehensive test
automation solution
10
IBM Rational Test Workbench
IBM Rational Test Virtualization Server
IBM Rational Performance Test Server
IBM Rational Quality Manager
IBM Rational Development and Test Environment for System z
© 2013 IBM Corporation
Release
and Deploy
Continuous Release and Deployment
IBM SmartCloud Orchestrator
11
UrbanCode Deploy and Release
IBM SmartCloud Orchestrator
© 2013 IBM Corporation
AGENDA
DevOps: contesto attuale e necessità
DevOps: diversi path di adozione
Software Lifecycle & Deployment Automation
12
© 2013 IBM Corporation
DevOps Adoption Paths
DevOps Foundation
Open Lifecycle and Service Management Integration Platform
OSLC
Ecosystem
BestPractices
Monitor and Optimize
Plan and Measure Develop and Test Release and Deploy
DevOps Lifecycle
Continuous Innovation, Feedback and Improvements
Operations/ProductionDevelopment/TestCustomers Business Owners
13
© 2013 IBM Corporation
Patterns of challenges
Differences in dev and
ops environments cause
failures
Greater demand for faster
and more frequent
releases
Manual (tribal) processes
for release lack
repeatability/speed
Lack of feedback and quality
metric leads to missed
service level targets
Daily
Build
Release
Who did
this last
time?
Dave
Dave’s
not here
man
Dev
Prod
© 2013 IBM Corporation
Adoption approaches
Track and Plan activities
Version source and
configurations
Automate as many manual
processes as possible
Test user function
Audit and Monitor system and
customer satisfaction
Dashboard results in highly
visible and easy to read graphs
Application Artifacts
Application
Code
Application
Code
Instrumentation
and
Configuration
Instrumentation
and
Configuration
Runtime
Environment
Definition
Runtime
Environment
Definition
Dev Test
Ops
Version
Automate
Test
Track and
Plan
Audit and
Monitor
Dashboard
© 2013 IBM Corporation
Application Release Management
Cloud Provisioning
Application Deployment Automation
Reference Architecture
Collaborative Lifecycle
Management
Continuous
Integration
• Track Activities
• Ticketing
• Version Management
• Artifacts traceability
• Real-time planning
• Coding
• Unit testing
• SW Quality check
• Automate build
• Track build content
Deployment
• Automate Deployment
• Track environment content
Quality Management
• Test planning
• Test environment provisioning
• Integration Test
• Test Virtualization
Line of
Business
Demand Mgmt &
Analisi
Release Management
• Plan
• Organize
• Track
© 2013 IBM Corporation17
Application Release Management
Cloud Provisioning
Application Deployment Automation
Reference Architecture
Rational Team Concert
Rational Application Developer
Rational Developer for Z
Rational BuildForge
IBM Urbancode Deploy
Rational Quality Manager
Rational Test Workbench
Rational Test Virtualization Server
Line of
Business
IBM Urbancode Release
Rational Focal Point
Rational Requirements Composer
© 2013 IBM Corporation
DevOps Adoption Paths
Development and Test
DevOps Foundation
Open Lifecycle and Service Management Integration Platform
OSLC
Ecosystem
BestPractices
Monitor and Optimize
Plan and Measure Develop and Test Release and Deploy
DevOps Lifecycle
Continuous Innovation, Feedback and Improvements
Operations/ProductionDevelopment/TestCustomers Business Owners
18
© 2013 IBM Corporation19
Application Release Management
Cloud Provisioning
Application Deployment Automation
Reference Architecture
Develop and Test
Rational Team Concert
Rational Application Developer
Rational Developer for Z
Rational BuildForge
Rational Quality Manager
Rational Test Workbench
Rational Test Virtualization Server
Line of
Business
© 2013 IBM Corporation
Rational Team Concert – Functional Overview
© 2013 IBM Corporation
Work items
21
Predefined, custom
and personal
queries
Subscribe to work
items you're
interested in
Query results
Integrated
discussion
threads
Understands
and persists
work item’s
relationship to
SCM and build
artifacts
© 2013 IBM Corporation22 The Value of Continuous Integration
Continuous Integration Concepts
Build System
Commited level
Temp level
Commited level
Temp level
Head level
Build output
Build ouput
Build output
(a) Maintain a code repository
Source Code Repository
(d) Automate the
build
Automated test
Automated test
Automated test
Team
(b) Everyone commits
every day
(c) Every commit (mainline too)
should be built
(e) Keep the build fast
• (g) Make it easy to get the
latest deliverables
• (h) Everyone can see the
results of the latest build
(j) Test in a clone of the
production environment
(i) Automate
deployment
Production like Systems
(k) Make your Build
self testing
© 2013 IBM Corporation
Continuous Integration Concepts
Build System
Commited level
Temp level
Commited level
Temp level
Head level
Build output
Build ouput
Build output
(a) Maintain a code repository
Source Code Repository
(d) Automate the
build
Automated test
Automated test
Automated test
(b) Everyone commits
every day
(c) Every commit (mainline too)
should be built
(e) Keep the build fast
• (g) Make it easy to get the
latest deliverables
• (h) Everyone can see the
results of the latest build
(j) Test in a clone of the
production environment
(i) Automate
deployment
Production like Systems
(k) Make your Build
self testing
23 The Value of Continuous Integration
Team
© 2013 IBM Corporation
Advanced source code management
Easily suspend and
resume work
Reproduce the exact
workspace of any build
Work in parallel
without making
branch copies
© 2013 IBM Corporation25
Team of Team Stream
Team Streams
Developer Streams
Work in different promotion levels imposing quality gates
© 2013 IBM Corporation
Find anti-patterns
and lame code
Over 200 Java rules
with quick fixes
Highly extensible
RAD uniquely helps with Static Analysis
© 2013 IBM Corporation
–Find bad code or test suite gaps
–Use coverage statistics to manage
risk, quality, and investment
–Dynamically reset coverage
statistics at WAS launch
–Integration with Rational Team
Concert:
• prevent checking in of code
with missing or poor results
• open work items directly from
undesirable coverage results
RAD
RTC client
RAD
RTC client
Coverage results on
the latest build are
sketchy. I’ll open a
bug, and may
enable check-in
advisor.
Oooh – A bug! I’ll
import the results,
study them in the
Java editor, and
resolve the issue.
Team Lead
Continuous
builds
Developer
Check-in
advisor
RAD uniquely helps with Code Coverage Analysis
© 2013 IBM Corporation
Automating Quality checks
28
RTC allows to control software quality by imposing and automating quality checks, as an
example:
– Require JUnit Test execution before releasing in a “Committed Level” Stream
– Prohibit release in a “Committed Level” Stream if Test Code Coverage is under a certain
level
© 2013 IBM Corporation29 The Value of Continuous Integration
Continuous Integration Concepts
Build System
Commited level
Temp level
Commited level
Temp level
Head level
Build output
Build ouput
Build output
(a) Maintain a code repository
Source Code Repository
(d) Automate the
build
Automated test
Automated test
Automated test
Team
(b) Everyone commits
every day
(c) Every commit (mainline too)
should be built
(e) Keep the build fast
• (g) Make it easy to get the
latest deliverables
• (h) Everyone can see the
results of the latest build
(j) Test in a clone of the
production environment
(i) Automate
deployment
Production like Systems
(k) Make your Build
self testing
(f) Make your Build
self testing
© 2013 IBM Corporation
© 2008 IBM Corporation© 2008 IBM Corporation
Builds – Extensible Continuous Integration
Run personal builds
to check your
changes before
sharing them with
the team
Create build servers Identify work items
and change sets that
went into the build
Historical view
of the build
queue with
status
Even reconstruct a
work space from a
failed build!
© 2013 IBM Corporation
DevOps Adoption Paths
Release and Deploy
DevOps Foundation
Open Lifecycle and Service Management Integration Platform
OSLC
Ecosystem
BestPractices
Monitor and Optimize
Plan and Measure Develop and Test Release and Deploy
DevOps Lifecycle
Continuous Innovation, Feedback and Improvements
Operations/ProductionDevelopment/TestCustomers Business Owners
31
© 2013 IBM Corporation32
Application Release Management
Cloud Provisioning
Application Deployment Automation
Reference Architecture
Release and Deploy
Rational BuildForge
IBM Urbancode Deploy
Line of
Business
IBM Urbancode Release
© 2013 IBM Corporation
IBM Urbancode Deploy
Automating deployment of applications across dev, test, and production environments
33
IBM UrbanCode Deploy
Application
Deployment
Automation
© 2013 IBM Corporation
Application – Component Model
Components
– Tiers or services
Environments
– Target servers
– Servers have roles
– Environment Specific Configuration
Processes
– Coordinates Component processes
34
© 2013 IBM Corporation
IBM Urbancode Deploy configuration settings
35
© 2013 IBM Corporation
IBM Urbancode Deploy process designer
36
© 2013 IBM Corporation
Snapshots – A Version of the App
Creating a Snapshot
Component Versions
1
1
2
2
3
3
321Web
Mid. Code
DB
Snapshot
3
2
1
Mid. Config 1 2 3 3
Snapshot Deployment
ENVSnapshot
3
2
1
WEB HOST
MID HOST
DB HOST
2
1
1
3
2
X
3 3 1
Contents of environments that pass tests
• contain deployable version and configuration
Deployments are based on deltas
They help with:
Automation, Audit, and Visibility
37
© 2013 IBM Corporation
IBM Urbancode Deploy environment inventory
38
Manage application components and
versions
Manage environment configuration from
dev/test through production
38
Compliance: audit trails quality gates
Easy to use process designer
Inventory: what is where
© 2013 IBM Corporation
Application Lifecycle Management Integrations
For Continuous Delivery and end-to-end release planning
With Rational Build Forge
39
IBM UrbanCode DeployRational Build Forge
Source
config type
Why This Matters
Combine build and release
automation with application
deployment automation
How? Automatically
publish built artifacts to
IBM UrbanCode Deploy
Key Benefits
End-to-end delivery process
How? Leverages both
tools in the way they
were designed to
operate.
IBM UrbanCode
Deploy v6.0
© 2013 IBM Corporation
Integration Scenario
© 2013 IBM Corporation
IBM Urbancode Deploy works in heterogeneous environments
Deployment Sources
Build servers
Source control tools
Maven repositories
IBM Integrations
RTC / ClearCase / Synergy
WebSphere Application Server
MQ
Message Broker
Other Java Platforms
WebLogic, Tomcat, Jboss, etc
Quality & Change Management
QualityCenter
Remedy
ServiceNow
Microsoft Platform
IIS
SharePoint & Biztalk
Infrastructure
Public / Private Cloud
Load Balancers
DataBases
41
© 2013 IBM Corporation42 4242
© Copyright IBM Corporation 2012. All rights reserved. The information contained in these materials is provided for informational purposes only, and is provided AS IS without warranty of any
kind, express or implied. IBM shall not be responsible for any damages arising out of the use of, or otherwise related to, these materials. Nothing contained in these materials is intended to, nor
shall have the effect of, creating any warranties or representations from IBM or its suppliers or licensors, or altering the terms and conditions of the applicable license agreement governing the use
of IBM software. References in these materials to IBM products, programs, or services do not imply that they will be available in all countries in which IBM operates. Product release dates and/or
capabilities referenced in these materials may change at any time at IBM’s sole discretion based on market opportunities or other factors, and are not intended to be a commitment to future product
or feature availability in any way. IBM, the IBM logo, Rational, the Rational logo, Telelogic, the Telelogic logo, and other IBM products and services are trademarks of the International Business
Machines Corporation, in the United States, other countries or both. Other company, product, or service names may be trademarks or service marks of others.
Thank You
Merci
Grazie
Gracias
Obrigado
Danke
Japanese
English
French
Russian
German Italian
Spanish
Brazilian / Portuguese
Arabic
Traditional Chinese
Simplified Chinese
Hindi
Tamil
Thai
Korean
TakTak
Danish
TackTackSwedish
AčiūAčiū
Lithuanian

More Related Content

What's hot (20)

PDF
DevOps for Enterprise Systems Overview
Rosalind Radcliffe
 
PDF
DTS-1778 Understanding DevOps - IBM InterConnect Session
Sanjeev Sharma
 
PDF
IBM DevOps Announcements - June 2014
IBM Rational software
 
PPTX
DevOps 101 - IBM Impact 2014
Sanjeev Sharma
 
PDF
Leading DevOps Application Release and Deployment - Best Practices for Organi...
IBM UrbanCode Products
 
PPTX
Continuous Delivery in the Enterprise
IBM UrbanCode Products
 
PPT
IBM Innovate 2013 Session: DevOps 101
Sanjeev Sharma
 
PPTX
Mobile to Mainframe - the Challenges of Enterprise DevOps Adoption
Sanjeev Sharma
 
PPTX
Continuous Delivery Maturity Model
IBM UrbanCode Products
 
PDF
Using Lean Thinking to identify and address Delivery Pipeline bottlenecks
Sanjeev Sharma
 
PDF
DevOps for the Mobile Enterprise: Test and Deploy
Rosalind Radcliffe
 
PPTX
Creating a DevOps Team that Isn't Evil
IBM UrbanCode Products
 
PPT
DevOps101 (version 2)
Sanjeev Sharma
 
PPTX
Urban code - DevOps - cost reduction
Chris Sparshott
 
PPTX
How IBM Scaled DevOps: The IBM Marketplace and Continuous Improvement
Dev_Events
 
PDF
A DevOps adoption playbook- achieving business value at scale
Sanjeev Sharma
 
PDF
Leading the Transformation: Applying DevOps and Agile Principles at Scale
IBM UrbanCode Products
 
PDF
Adopting DevOps for 2-Speed IT
IBM UrbanCode Products
 
PDF
DevOps Thinking for the Line of Business
Sanjeev Sharma
 
PPTX
DevOps evolution architecting the modern software factory - cloud expo east 2017
Anand Akela
 
DevOps for Enterprise Systems Overview
Rosalind Radcliffe
 
DTS-1778 Understanding DevOps - IBM InterConnect Session
Sanjeev Sharma
 
IBM DevOps Announcements - June 2014
IBM Rational software
 
DevOps 101 - IBM Impact 2014
Sanjeev Sharma
 
Leading DevOps Application Release and Deployment - Best Practices for Organi...
IBM UrbanCode Products
 
Continuous Delivery in the Enterprise
IBM UrbanCode Products
 
IBM Innovate 2013 Session: DevOps 101
Sanjeev Sharma
 
Mobile to Mainframe - the Challenges of Enterprise DevOps Adoption
Sanjeev Sharma
 
Continuous Delivery Maturity Model
IBM UrbanCode Products
 
Using Lean Thinking to identify and address Delivery Pipeline bottlenecks
Sanjeev Sharma
 
DevOps for the Mobile Enterprise: Test and Deploy
Rosalind Radcliffe
 
Creating a DevOps Team that Isn't Evil
IBM UrbanCode Products
 
DevOps101 (version 2)
Sanjeev Sharma
 
Urban code - DevOps - cost reduction
Chris Sparshott
 
How IBM Scaled DevOps: The IBM Marketplace and Continuous Improvement
Dev_Events
 
A DevOps adoption playbook- achieving business value at scale
Sanjeev Sharma
 
Leading the Transformation: Applying DevOps and Agile Principles at Scale
IBM UrbanCode Products
 
Adopting DevOps for 2-Speed IT
IBM UrbanCode Products
 
DevOps Thinking for the Line of Business
Sanjeev Sharma
 
DevOps evolution architecting the modern software factory - cloud expo east 2017
Anand Akela
 

Viewers also liked (20)

PPTX
DevOps and Continuous Delivery Reference Architectures (including Nexus and o...
Sonatype
 
PDF
IBM BlueMix Architecture and Deep Dive (Powered by CloudFoundry)
Animesh Singh
 
PDF
DevOps: A Culture Transformation, More than Technology
CA Technologies
 
PDF
Continuous Delivery with Jenkins Enterprise and IBM UrbanCode Deploy
IBM UrbanCode Products
 
PPTX
DevOps Q&A
Richard Jenny
 
PPT
Nabauspc2011
CSIRO National AI Centre
 
PDF
Helping Organizations Realize the Value of DevOps with Continuous Software De...
IBM UrbanCode Products
 
PDF
1613 it service management in sap solution manager, value beyond it
jamal jalilpour
 
PPTX
Lean Software Development
Cristian Andreica
 
PDF
Intro to IBM Bluemix DevOps Services, a Workshop with a Cloudant twist
Lauren Hayward Schaefer
 
PPTX
Our Journey To Continuous Delivery
Robert Mircea
 
PDF
The journey to Continuous Delivery
Claudio Sanchez
 
PPTX
Bluemix DevOps Services
Paula Peña (She, Her, Hers)
 
PDF
Bluemix DevOps Meetup
Kyle Brown
 
PDF
Service Management Solution Framework (SMSF)
Malcolm Ryder
 
PDF
Achieving Scalability and Speed with Softlayer
IBM Software India
 
PDF
Continuous Delivery in the Enterprise - with IBM UrbanCode
IBM UrbanCode Products
 
PPTX
Microservices and IBM Bluemix meetup presentation
Carlos Ferreira
 
PPT
Innovate 2014 - DevOps Technical Strategy
Daniel Berg
 
PPTX
Improving Software Delivery with DevOps & Software Defined Environments | The...
IBM UrbanCode Products
 
DevOps and Continuous Delivery Reference Architectures (including Nexus and o...
Sonatype
 
IBM BlueMix Architecture and Deep Dive (Powered by CloudFoundry)
Animesh Singh
 
DevOps: A Culture Transformation, More than Technology
CA Technologies
 
Continuous Delivery with Jenkins Enterprise and IBM UrbanCode Deploy
IBM UrbanCode Products
 
DevOps Q&A
Richard Jenny
 
Helping Organizations Realize the Value of DevOps with Continuous Software De...
IBM UrbanCode Products
 
1613 it service management in sap solution manager, value beyond it
jamal jalilpour
 
Lean Software Development
Cristian Andreica
 
Intro to IBM Bluemix DevOps Services, a Workshop with a Cloudant twist
Lauren Hayward Schaefer
 
Our Journey To Continuous Delivery
Robert Mircea
 
The journey to Continuous Delivery
Claudio Sanchez
 
Bluemix DevOps Services
Paula Peña (She, Her, Hers)
 
Bluemix DevOps Meetup
Kyle Brown
 
Service Management Solution Framework (SMSF)
Malcolm Ryder
 
Achieving Scalability and Speed with Softlayer
IBM Software India
 
Continuous Delivery in the Enterprise - with IBM UrbanCode
IBM UrbanCode Products
 
Microservices and IBM Bluemix meetup presentation
Carlos Ferreira
 
Innovate 2014 - DevOps Technical Strategy
Daniel Berg
 
Improving Software Delivery with DevOps & Software Defined Environments | The...
IBM UrbanCode Products
 
Ad

Similar to IBM DevOps Enabling continuous integration & delivery (20)

PPTX
From Continuous Integration to DevOps - Japan Innovate 2013
Sanjeev Sharma
 
PDF
Lessons Learned from Large Scale Adoption of DevOps for IBM z Systems Software
DevOps for Enterprise Systems
 
PPT
6.11.2013 - 2013 - Continuous Delivery - Testing for Agile Through Continuo...
IBM Rational
 
PPTX
6.13.2013 2013 - Software, System, & IT Architecture - Good Design is Good Bu...
IBM Rational
 
PDF
DevOps @ Enterprise - Lessons from the trenches
Marcelo Sousa Ancelmo
 
PPTX
Gartner EA Architecting for DevOps and Hybrid Cloud
Rosalind Radcliffe
 
PDF
How NBCUniversal Adopted DevOps
Sanjeev Sharma
 
PDF
CampDevOps keynote - DevOps: Using 'Lean' to eliminate Bottlenecks
Sanjeev Sharma
 
PPTX
Cloud With DevOps Enabling Rapid Business Development
Sam Garforth
 
PPTX
Accelerate Software Delivery with DevOps
Alan Kan
 
PDF
Ibm innovate ci for system z
Rosalind Radcliffe
 
PPT
Dops 1033 dev-ops_review_final
Daniel Berg
 
PDF
LSU Nordic 2015 - Agile development on system z
Flemming Petersen
 
PDF
DevOps for the Mobile Enterprise: Build and Connect
Rosalind Radcliffe
 
PDF
DevOps in the Hybrid Cloud
Richard Irving
 
PDF
DevOps adoption in the enterprise
Sanjeev Sharma
 
PPT
How to Build a DevOps Toolchain
IBM UrbanCode Products
 
PDF
Introduction to IBM UrbanCode Deploy and Release
Rob Cuddy
 
PPTX
Devops transformation in the Rational Collaborative Lifecycle Organization
Robbie Minshall
 
PPT
Webcast Automação Implantação de Aplicações (DevOps)
Felipe Freire
 
From Continuous Integration to DevOps - Japan Innovate 2013
Sanjeev Sharma
 
Lessons Learned from Large Scale Adoption of DevOps for IBM z Systems Software
DevOps for Enterprise Systems
 
6.11.2013 - 2013 - Continuous Delivery - Testing for Agile Through Continuo...
IBM Rational
 
6.13.2013 2013 - Software, System, & IT Architecture - Good Design is Good Bu...
IBM Rational
 
DevOps @ Enterprise - Lessons from the trenches
Marcelo Sousa Ancelmo
 
Gartner EA Architecting for DevOps and Hybrid Cloud
Rosalind Radcliffe
 
How NBCUniversal Adopted DevOps
Sanjeev Sharma
 
CampDevOps keynote - DevOps: Using 'Lean' to eliminate Bottlenecks
Sanjeev Sharma
 
Cloud With DevOps Enabling Rapid Business Development
Sam Garforth
 
Accelerate Software Delivery with DevOps
Alan Kan
 
Ibm innovate ci for system z
Rosalind Radcliffe
 
Dops 1033 dev-ops_review_final
Daniel Berg
 
LSU Nordic 2015 - Agile development on system z
Flemming Petersen
 
DevOps for the Mobile Enterprise: Build and Connect
Rosalind Radcliffe
 
DevOps in the Hybrid Cloud
Richard Irving
 
DevOps adoption in the enterprise
Sanjeev Sharma
 
How to Build a DevOps Toolchain
IBM UrbanCode Products
 
Introduction to IBM UrbanCode Deploy and Release
Rob Cuddy
 
Devops transformation in the Rational Collaborative Lifecycle Organization
Robbie Minshall
 
Webcast Automação Implantação de Aplicações (DevOps)
Felipe Freire
 
Ad

More from Roberto Pozzi (7)

PPTX
IBM Technical Days - Bluemix-2_final
Roberto Pozzi
 
PPTX
Hybrid Cloud with IBM Bluemix
Roberto Pozzi
 
PPT
Ibm bluemix r pozzi
Roberto Pozzi
 
PPT
IBM Bluemix @Codemotion
Roberto Pozzi
 
PPTX
Your PaaS to DevOps
Roberto Pozzi
 
PPT
Developing for Hybrid Cloud with Bluemix
Roberto Pozzi
 
PDF
Ibm rational mobile
Roberto Pozzi
 
IBM Technical Days - Bluemix-2_final
Roberto Pozzi
 
Hybrid Cloud with IBM Bluemix
Roberto Pozzi
 
Ibm bluemix r pozzi
Roberto Pozzi
 
IBM Bluemix @Codemotion
Roberto Pozzi
 
Your PaaS to DevOps
Roberto Pozzi
 
Developing for Hybrid Cloud with Bluemix
Roberto Pozzi
 
Ibm rational mobile
Roberto Pozzi
 

Recently uploaded (20)

PPTX
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit Team
 
PDF
AI Agents in the Cloud: The Rise of Agentic Cloud Architecture
Lilly Gracia
 
PDF
“Squinting Vision Pipelines: Detecting and Correcting Errors in Vision Models...
Edge AI and Vision Alliance
 
PDF
Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
PDF
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
PPTX
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
PDF
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
PDF
CIFDAQ Market Wrap for the week of 4th July 2025
CIFDAQ
 
PPTX
Agentforce World Tour Toronto '25 - MCP with MuleSoft
Alexandra N. Martinez
 
PDF
“Voice Interfaces on a Budget: Building Real-time Speech Recognition on Low-c...
Edge AI and Vision Alliance
 
PDF
Staying Human in a Machine- Accelerated World
Catalin Jora
 
DOCX
Python coding for beginners !! Start now!#
Rajni Bhardwaj Grover
 
PDF
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
PDF
Future-Proof or Fall Behind? 10 Tech Trends You Can’t Afford to Ignore in 2025
DIGITALCONFEX
 
PDF
SIZING YOUR AIR CONDITIONER---A PRACTICAL GUIDE.pdf
Muhammad Rizwan Akram
 
PPTX
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
PPT
Ericsson LTE presentation SEMINAR 2010.ppt
npat3
 
PDF
Automating Feature Enrichment and Station Creation in Natural Gas Utility Net...
Safe Software
 
PDF
Kit-Works Team Study_20250627_한달만에만든사내서비스키링(양다윗).pdf
Wonjun Hwang
 
PPTX
MuleSoft MCP Support (Model Context Protocol) and Use Case Demo
shyamraj55
 
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit Team
 
AI Agents in the Cloud: The Rise of Agentic Cloud Architecture
Lilly Gracia
 
“Squinting Vision Pipelines: Detecting and Correcting Errors in Vision Models...
Edge AI and Vision Alliance
 
Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
CIFDAQ Market Wrap for the week of 4th July 2025
CIFDAQ
 
Agentforce World Tour Toronto '25 - MCP with MuleSoft
Alexandra N. Martinez
 
“Voice Interfaces on a Budget: Building Real-time Speech Recognition on Low-c...
Edge AI and Vision Alliance
 
Staying Human in a Machine- Accelerated World
Catalin Jora
 
Python coding for beginners !! Start now!#
Rajni Bhardwaj Grover
 
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
Future-Proof or Fall Behind? 10 Tech Trends You Can’t Afford to Ignore in 2025
DIGITALCONFEX
 
SIZING YOUR AIR CONDITIONER---A PRACTICAL GUIDE.pdf
Muhammad Rizwan Akram
 
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
Ericsson LTE presentation SEMINAR 2010.ppt
npat3
 
Automating Feature Enrichment and Station Creation in Natural Gas Utility Net...
Safe Software
 
Kit-Works Team Study_20250627_한달만에만든사내서비스키링(양다윗).pdf
Wonjun Hwang
 
MuleSoft MCP Support (Model Context Protocol) and Use Case Demo
shyamraj55
 

IBM DevOps Enabling continuous integration & delivery

  • 1. © 2013 IBM Corporation Enabling Continuous Delivery: the IBM solution Roberto Pozzi Rational Technical Sales & Solution [email protected]
  • 2. © 2013 IBM Corporation AGENDA DevOps: contesto attuale e necessità DevOps: diversi path di adozione Software Lifecycle & Deployment Automation 2
  • 3. © 2013 IBM Corporation3 Software delivery is critical to success 3 86% of companies believe software delivery is important or critical 25% leverage software delivery effectively today But only Source: “The Software Edge: How effective software development drives competitive advantage,” IBM Institute of Business Value, March 2013 69% outperform those who don’’’’t of those who leverage software delivery today
  • 4. © 2013 IBM Corporation Market shifts require a new approach to software delivery Mobile Cloud Intelligent/ Connected Systems Social Big Data Instrumented Products Drive the need for agility Technology Trends Evolving Customer Expectations Changing Business Environment Multi-sourcing Supply Chain 4
  • 5. © 2013 IBM Corporation Challenges Costly, error prone processes Risk of instability Slow deployments Success requires the ability to manage the expanded lifecycle and software supply chain Operations/ProductionDevelopment/TestCustomers Business Owners 5
  • 6. © 2013 IBM Corporation Embrace a DevOps Approach An enterprise capability for continuous software delivery that enables clients to seize market opportunities and reduce time to customer feedback DevOps Lifecycle Continuous Innovation, Feedback and Improvements Operations/ProductionDevelopment/TestCustomers Business Owners 6
  • 7. © 2013 IBM Corporation AGENDA DevOps: contesto attuale e necessità DevOps: diversi path di adozione Software Lifecycle & Deployment Automation 7
  • 8. © 2013 IBM Corporation DevOps Adoption Paths DevOps Foundation Open Lifecycle and Service Management Integration Platform OSLC Ecosystem BestPractices Monitor and Optimize Plan and Measure Develop and Test Release and Deploy DevOps Lifecycle Continuous Innovation, Feedback and Improvements Operations/ProductionDevelopment/TestCustomers Business Owners 8
  • 9. © 2013 IBM Corporation Develop and Test Collaborative Development Link Systems of Record to Systems of Engagement Bridge Mainframe and Mobile Skills Continuous Delivery Open Lifecycle and Service Management Integration Platform 9 IBM Rational solution for Collaborative Lifecycle Management IBM Rational Lifecycle Integration Adapters - CA Clarity and direct Rational Requirements Composer to HPQC synchronizer IBM Rational Developer Family including RAD and Worklight Studio IBM Enterprise COBOL for z/OS
  • 10. © 2013 IBM Corporation SOA / REST Third-party Services Mainframe Applications Databases Mobile Application Server Mainframe Test Environment Multiplatform Application Testing Develop and Test Continuous Testing Multichannel, multi-tiered test execution Virtualized services remove test bottlenecks Comprehensive test automation solution 10 IBM Rational Test Workbench IBM Rational Test Virtualization Server IBM Rational Performance Test Server IBM Rational Quality Manager IBM Rational Development and Test Environment for System z
  • 11. © 2013 IBM Corporation Release and Deploy Continuous Release and Deployment IBM SmartCloud Orchestrator 11 UrbanCode Deploy and Release IBM SmartCloud Orchestrator
  • 12. © 2013 IBM Corporation AGENDA DevOps: contesto attuale e necessità DevOps: diversi path di adozione Software Lifecycle & Deployment Automation 12
  • 13. © 2013 IBM Corporation DevOps Adoption Paths DevOps Foundation Open Lifecycle and Service Management Integration Platform OSLC Ecosystem BestPractices Monitor and Optimize Plan and Measure Develop and Test Release and Deploy DevOps Lifecycle Continuous Innovation, Feedback and Improvements Operations/ProductionDevelopment/TestCustomers Business Owners 13
  • 14. © 2013 IBM Corporation Patterns of challenges Differences in dev and ops environments cause failures Greater demand for faster and more frequent releases Manual (tribal) processes for release lack repeatability/speed Lack of feedback and quality metric leads to missed service level targets Daily Build Release Who did this last time? Dave Dave’s not here man Dev Prod
  • 15. © 2013 IBM Corporation Adoption approaches Track and Plan activities Version source and configurations Automate as many manual processes as possible Test user function Audit and Monitor system and customer satisfaction Dashboard results in highly visible and easy to read graphs Application Artifacts Application Code Application Code Instrumentation and Configuration Instrumentation and Configuration Runtime Environment Definition Runtime Environment Definition Dev Test Ops Version Automate Test Track and Plan Audit and Monitor Dashboard
  • 16. © 2013 IBM Corporation Application Release Management Cloud Provisioning Application Deployment Automation Reference Architecture Collaborative Lifecycle Management Continuous Integration • Track Activities • Ticketing • Version Management • Artifacts traceability • Real-time planning • Coding • Unit testing • SW Quality check • Automate build • Track build content Deployment • Automate Deployment • Track environment content Quality Management • Test planning • Test environment provisioning • Integration Test • Test Virtualization Line of Business Demand Mgmt & Analisi Release Management • Plan • Organize • Track
  • 17. © 2013 IBM Corporation17 Application Release Management Cloud Provisioning Application Deployment Automation Reference Architecture Rational Team Concert Rational Application Developer Rational Developer for Z Rational BuildForge IBM Urbancode Deploy Rational Quality Manager Rational Test Workbench Rational Test Virtualization Server Line of Business IBM Urbancode Release Rational Focal Point Rational Requirements Composer
  • 18. © 2013 IBM Corporation DevOps Adoption Paths Development and Test DevOps Foundation Open Lifecycle and Service Management Integration Platform OSLC Ecosystem BestPractices Monitor and Optimize Plan and Measure Develop and Test Release and Deploy DevOps Lifecycle Continuous Innovation, Feedback and Improvements Operations/ProductionDevelopment/TestCustomers Business Owners 18
  • 19. © 2013 IBM Corporation19 Application Release Management Cloud Provisioning Application Deployment Automation Reference Architecture Develop and Test Rational Team Concert Rational Application Developer Rational Developer for Z Rational BuildForge Rational Quality Manager Rational Test Workbench Rational Test Virtualization Server Line of Business
  • 20. © 2013 IBM Corporation Rational Team Concert – Functional Overview
  • 21. © 2013 IBM Corporation Work items 21 Predefined, custom and personal queries Subscribe to work items you're interested in Query results Integrated discussion threads Understands and persists work item’s relationship to SCM and build artifacts
  • 22. © 2013 IBM Corporation22 The Value of Continuous Integration Continuous Integration Concepts Build System Commited level Temp level Commited level Temp level Head level Build output Build ouput Build output (a) Maintain a code repository Source Code Repository (d) Automate the build Automated test Automated test Automated test Team (b) Everyone commits every day (c) Every commit (mainline too) should be built (e) Keep the build fast • (g) Make it easy to get the latest deliverables • (h) Everyone can see the results of the latest build (j) Test in a clone of the production environment (i) Automate deployment Production like Systems (k) Make your Build self testing
  • 23. © 2013 IBM Corporation Continuous Integration Concepts Build System Commited level Temp level Commited level Temp level Head level Build output Build ouput Build output (a) Maintain a code repository Source Code Repository (d) Automate the build Automated test Automated test Automated test (b) Everyone commits every day (c) Every commit (mainline too) should be built (e) Keep the build fast • (g) Make it easy to get the latest deliverables • (h) Everyone can see the results of the latest build (j) Test in a clone of the production environment (i) Automate deployment Production like Systems (k) Make your Build self testing 23 The Value of Continuous Integration Team
  • 24. © 2013 IBM Corporation Advanced source code management Easily suspend and resume work Reproduce the exact workspace of any build Work in parallel without making branch copies
  • 25. © 2013 IBM Corporation25 Team of Team Stream Team Streams Developer Streams Work in different promotion levels imposing quality gates
  • 26. © 2013 IBM Corporation Find anti-patterns and lame code Over 200 Java rules with quick fixes Highly extensible RAD uniquely helps with Static Analysis
  • 27. © 2013 IBM Corporation –Find bad code or test suite gaps –Use coverage statistics to manage risk, quality, and investment –Dynamically reset coverage statistics at WAS launch –Integration with Rational Team Concert: • prevent checking in of code with missing or poor results • open work items directly from undesirable coverage results RAD RTC client RAD RTC client Coverage results on the latest build are sketchy. I’ll open a bug, and may enable check-in advisor. Oooh – A bug! I’ll import the results, study them in the Java editor, and resolve the issue. Team Lead Continuous builds Developer Check-in advisor RAD uniquely helps with Code Coverage Analysis
  • 28. © 2013 IBM Corporation Automating Quality checks 28 RTC allows to control software quality by imposing and automating quality checks, as an example: – Require JUnit Test execution before releasing in a “Committed Level” Stream – Prohibit release in a “Committed Level” Stream if Test Code Coverage is under a certain level
  • 29. © 2013 IBM Corporation29 The Value of Continuous Integration Continuous Integration Concepts Build System Commited level Temp level Commited level Temp level Head level Build output Build ouput Build output (a) Maintain a code repository Source Code Repository (d) Automate the build Automated test Automated test Automated test Team (b) Everyone commits every day (c) Every commit (mainline too) should be built (e) Keep the build fast • (g) Make it easy to get the latest deliverables • (h) Everyone can see the results of the latest build (j) Test in a clone of the production environment (i) Automate deployment Production like Systems (k) Make your Build self testing (f) Make your Build self testing
  • 30. © 2013 IBM Corporation © 2008 IBM Corporation© 2008 IBM Corporation Builds – Extensible Continuous Integration Run personal builds to check your changes before sharing them with the team Create build servers Identify work items and change sets that went into the build Historical view of the build queue with status Even reconstruct a work space from a failed build!
  • 31. © 2013 IBM Corporation DevOps Adoption Paths Release and Deploy DevOps Foundation Open Lifecycle and Service Management Integration Platform OSLC Ecosystem BestPractices Monitor and Optimize Plan and Measure Develop and Test Release and Deploy DevOps Lifecycle Continuous Innovation, Feedback and Improvements Operations/ProductionDevelopment/TestCustomers Business Owners 31
  • 32. © 2013 IBM Corporation32 Application Release Management Cloud Provisioning Application Deployment Automation Reference Architecture Release and Deploy Rational BuildForge IBM Urbancode Deploy Line of Business IBM Urbancode Release
  • 33. © 2013 IBM Corporation IBM Urbancode Deploy Automating deployment of applications across dev, test, and production environments 33 IBM UrbanCode Deploy Application Deployment Automation
  • 34. © 2013 IBM Corporation Application – Component Model Components – Tiers or services Environments – Target servers – Servers have roles – Environment Specific Configuration Processes – Coordinates Component processes 34
  • 35. © 2013 IBM Corporation IBM Urbancode Deploy configuration settings 35
  • 36. © 2013 IBM Corporation IBM Urbancode Deploy process designer 36
  • 37. © 2013 IBM Corporation Snapshots – A Version of the App Creating a Snapshot Component Versions 1 1 2 2 3 3 321Web Mid. Code DB Snapshot 3 2 1 Mid. Config 1 2 3 3 Snapshot Deployment ENVSnapshot 3 2 1 WEB HOST MID HOST DB HOST 2 1 1 3 2 X 3 3 1 Contents of environments that pass tests • contain deployable version and configuration Deployments are based on deltas They help with: Automation, Audit, and Visibility 37
  • 38. © 2013 IBM Corporation IBM Urbancode Deploy environment inventory 38 Manage application components and versions Manage environment configuration from dev/test through production 38 Compliance: audit trails quality gates Easy to use process designer Inventory: what is where
  • 39. © 2013 IBM Corporation Application Lifecycle Management Integrations For Continuous Delivery and end-to-end release planning With Rational Build Forge 39 IBM UrbanCode DeployRational Build Forge Source config type Why This Matters Combine build and release automation with application deployment automation How? Automatically publish built artifacts to IBM UrbanCode Deploy Key Benefits End-to-end delivery process How? Leverages both tools in the way they were designed to operate. IBM UrbanCode Deploy v6.0
  • 40. © 2013 IBM Corporation Integration Scenario
  • 41. © 2013 IBM Corporation IBM Urbancode Deploy works in heterogeneous environments Deployment Sources Build servers Source control tools Maven repositories IBM Integrations RTC / ClearCase / Synergy WebSphere Application Server MQ Message Broker Other Java Platforms WebLogic, Tomcat, Jboss, etc Quality & Change Management QualityCenter Remedy ServiceNow Microsoft Platform IIS SharePoint & Biztalk Infrastructure Public / Private Cloud Load Balancers DataBases 41
  • 42. © 2013 IBM Corporation42 4242 © Copyright IBM Corporation 2012. All rights reserved. The information contained in these materials is provided for informational purposes only, and is provided AS IS without warranty of any kind, express or implied. IBM shall not be responsible for any damages arising out of the use of, or otherwise related to, these materials. Nothing contained in these materials is intended to, nor shall have the effect of, creating any warranties or representations from IBM or its suppliers or licensors, or altering the terms and conditions of the applicable license agreement governing the use of IBM software. References in these materials to IBM products, programs, or services do not imply that they will be available in all countries in which IBM operates. Product release dates and/or capabilities referenced in these materials may change at any time at IBM’s sole discretion based on market opportunities or other factors, and are not intended to be a commitment to future product or feature availability in any way. IBM, the IBM logo, Rational, the Rational logo, Telelogic, the Telelogic logo, and other IBM products and services are trademarks of the International Business Machines Corporation, in the United States, other countries or both. Other company, product, or service names may be trademarks or service marks of others. Thank You Merci Grazie Gracias Obrigado Danke Japanese English French Russian German Italian Spanish Brazilian / Portuguese Arabic Traditional Chinese Simplified Chinese Hindi Tamil Thai Korean TakTak Danish TackTackSwedish AčiūAčiū Lithuanian