SlideShare a Scribd company logo
1 of 45
CONNECT WITH US:
IT: Customized to Your Advantage
Thriving DevOps at Broadcast
Music Inc. DOD-2238
Growing from nothing to world class.
Public | Copyright © 2014 Prolifics
Greg Hodgkinson – Prolifics, Global
Director of Lifecycle Tools and Methodology
Jim Harvey - Broadcast Music Inc., Sr. Dir.
of Quality Assurance and Release
Management
CONNECT WITH US:
What attendees will learn
 What has made DevOps thrive at Broadcast Music
Inc.?
 What are the conditions and driving forces behind a
thriving DevOps practice?
 What does this thriving practice look like?
 Who is involved, what tools are they using, how have
they benefitting from these tools?
 What are they achieving?
 How is DevOps making a difference to the business?
2
CONNECT WITH US:
IT: Customized to Your Advantage
Introductions
Public | Copyright © 2014 Prolifics
CONNECT WITH US:
Who Are We Making Happy?
4
Everyone!
(that listens to music)
CONNECT WITH US:
Speaker Introduction
5
JIM HARVEY
Senior Director of Quality Assurance and Release Management
Broadcast Music Inc.
Jim Harvey is the Senior Director of Quality Assurance and Release
Management for Broadcast Music Inc. (BMI).
He has over 16 years’ experience in Software Development. Jim is currently
evolving the Software Development Life Cycle
at BMI as it relates to Requirements Management, Software Testing and Change
Control management.
GREG HODGKINSON
Director of Lifecycle Tools and Methodology
Prolifics
Greg has 20 years of experience in assisting customers achieve success by
optimizing their teams. Optimizations include adopting agile practices, DevOps
tools and practices, and SOA techniques.
He is very much a practitioner with responsibility for successful delivery at a
number of leading companies. He presents on DevOps and agile SOA
approaches at major IBM events, has co-authored a Redbook on SOA solutions,
and contributes to DeveloperWorks.
CONNECT WITH US:
Broadcast Music Inc. at a Glance
 Broadcast Music, Inc. - 1939
 Performing Rights Organization
(PRO) - Pay public performance
royalties
 Operate on a non-profit-making
basis
 7 locations: Nashville, New York,
Los Angeles, Atlanta, Miami, Puerto
Rico, London
 600 employees, 7.5 million works,
over 500,000 songwriters and
composers
6
CONNECT WITH US:
The Performers
7
Israel Kamakawiwoʻole
Louis Armstrong
Judy Garland
CONNECT WITH US:
The Writers
8
“What a wonderful world” George David
Weiss
Bob
Thiele
“Somewhere over the rainbow”
1939
1967
CONNECT WITH US:
2016: The Digital Music Ecosystem
 Over 500 digital music
services worldwide
 Offer consumers the
opportunity to legally access
up to 26 million songs
 Challenge: Stay relevant
and competitive?
9
CONNECT WITH US:
Prolifics at a Glance
10
5-Years Compound
Annual Growth Rate
19%
Employees
Worldwide
1,500
Global Presence
United States, United Kingdom, Germany, India
20+Technology
Accelerators
550+
Technical
Certifications
Over 10 Technology and Solutions
Awards since 2009 including
Business Agility, Customer Integration
and Digital Experience, the first ever
Beacon Laureate for Business Agility
Over 160 global customers
are currently Fortune
1000 companies
Best-in-class architects and
specialty experts:
BPM, Integration, Digital Experience,
Security, Testing, Business Analytics
and Enterprise Content Management
End-to-End Project Expertise
Rate of Repeat Engagements*
91%
Years in
Business
35+
Offices
14
Awards
Technology Expertise
Fortune 1000
*based on % revenue Source – December 2013 internal revenue metrics
CONNECT WITH US:
IT: Customized to Your Advantage
Challenge and
Success
11/14/2016 11
CONNECT WITH US:
Why the need for DevOps at BMI?
 Rapidly innovating music
industry
 Means BMI needs rapid
innovation themselves
 New music services => new
integrations
 New offerings = > new
systems
 Explosion of artists =>
increased need for scale
==========================
=
Net: Need to deliver a lot of
software innovation, quickly.
12
CONNECT WITH US:
The BMI Transformation
 Over a period of 4-5 years BMI have fundamentally changed
their ability to deliver software innovation.
13
New Approaches New Runtime Platforms New Development Tools
Agile
BPM
SOA
DevOps
IBM BPM
IBM WebSphere Portal
IBM ODM
WebSphere DataPower
IBM Integration Bus
WebSphere ESB
IBM CastIron
IBM DataStage
Oracle
IBM WSRR
Focal Point
DOORS NG
Rational Software Arch.
Rational Team Concert
Rational Quality Mgr.
IBM UrbanCode Deploy
CONNECT WITH US:
How Did They Change (Successfully)
So Fast?
 They key to this rapid transformation: Good processes and
tools!
14
To be successful with these…
…required that they be successful with these.
In a nutshell: all the things that helped them be efficient!
DevOps especially relevant.
CONNECT WITH US:
Adding Agile and RTC
 First challenge: Herding the
cats!
 Scrum
 Structure for teams
 Focus of sprints
 Course correction
 Simple – get going quickly!
 RTC
 Progress visible
 Keeps everyone on same page
 Easy configuration
management
 Opportunity for integrated
builds
15
CONNECT WITH US:
Toe in the Water: Continuous Integration
 Opportunity: Integrated
builds for quality feedback
loop
 Continuous integration of
WESB apps
 Java apps easy, start tackling
newly adopted WESB
 Developed build machine
plugin to automate builds of
WESB ears
 Used in CI cycles: immediate
feedback for devs (learning
new tech)
 Little effort -> lots of value
16
CONNECT WITH US:
Obvious Next Step: Automated Deploys
 Challenge: Delays to get
changes into test
 Continuous deployment of
WESB apps
 Added automated deployment
of WESB ears to plugin
 Either on demand, or as soon
as ready
 No more waiting; testers
testing earlier
 Reduced delays mean more
testing done; quality increases
17
CONNECT WITH US:
Expand Across Enterprise Architecture
 Opportunity: Success
breeds success
 Full-stack build and deploy
 Made use of Prolifics
investment
 Common framework
 Leveraged common steps
 Already had plugins for IIB
and Portal
 Expanded to all app types
 Integrated stack no longer held
back by slowest individual
release pipeline
18
CONNECT WITH US:
Added Database Deployments
 Challenge: But what about
the data?
 New plugin for automating
deploy of schema updates
 Implemented using same
framework and standards as
apps for simplicity
 DBAs place scripts into source
control
 Automation picks up and
upgrades schema
 Works across all environments
19
CONNECT WITH US:
Added Publishing of Services
 Challenge: And what about
the service registry?
 New plugin to publish to
WSRR
 Again, same framework and
standards leveraged for
simplicity
 Uploads WSDLs, XSDs, and
other file changes
 Updates version and other
metadata
 Consistent across all
environments
 One less thing to remember to
do
20
*Bad luck Brian
CONNECT WITH US:
Ramping up on Automated Deployment
 Challenge: Push button
deployments – too many buttons!
 Purpose-built deployment
engine: UrbanCode Deploy
 Wrap existing deployment
automation as UCD plugins -
quickly and painless move
 Orchestration
 Cross-tier deployments simple
 Easier to elaborate deploys of
individual components too
 Snapshots of complex apps
simple
 Conditional gates on
environments
21
CONNECT WITH US:
Integrated Automated Testing
 Opportunity: Include existing
automated tests
 Plugin to wrap testing tool(s)
 Tests moved into source control
 Builds pull out tests and execute
them automatically
 Can then
 Trigger when you need,
 Schedule,
 Or include as part of
build/deploy/test process
 Lots more value from test scripts
 Regression testing
 Smoke testing
22
CONNECT WITH US:
Dockerising Build Agents
 Challenge: Build
infrastructure inflexible time
sink
 Created Docker images of
all build agent
configurations
 Install build agent software
 Install automation
 Install supporting software – in
some cases this is
considerable
 Easier to isolate build agents
 Easier to spin up new agents
 Easier to refactor infrastructure
23
CONNECT WITH US:
Next: Automated Provisioning of
Environments
 Challenge: Full set of test
environments takes up a lot
of tin
 Create Docker images for
all test environment
configurations
 Saves time – also allows new
behaviors
 Spin up new environments on
demand
 Stand-up/tear-down as part of
test automation
 Much better usage of tin –
easier to share across projects
and teams
24
CONNECT WITH US:
Beyond That: Into the Future
 Opportunity: What else can
we do with this automation?
 Think big for the future!
 Increasingly hands-free
automation
 Self scaling environments
 Detect shortage
 Provision new environment
 Lay on top app and config
 Self healing environments
 Detect issue
 Provision different version
 Apply known fix
25
CONNECT WITH US:
IT: Customized to Your Advantage
Our Approach
11/14/2016 26
CONNECT WITH US:
Practice Agility!
 The key to getting started and keeping going.
27
Some might… We did…
Start by envisioning a big
program of work.
Started simple – Then build on initial
success, now into 4th year of continued
improvement – best multi-year projects are
based on a small success.
Static delivery plan
Good principles of agility – Do something,
course correct, adapt to changing needs,
focus on strategic plan but still keep agility to
respond to immediate need
Fix-it-all in first 6 months
Pick an area to improve - Don’t “boil the
ocean”. We started by just fixing Continuous
Integration.
CONNECT WITH US:
Focus on Practices and Benefits!
 Focus on what is important.
28
Some might… We did…
Just focus on putting
in place new tools and
technologies.
Consider the practices – We thought
through what it is we’re trying to do and
chose the right tools and technologies
to support.
Get caught up in
“what is hot in
DevOps”.
Focus on benefit – As we intended on
keeping resource/budget small, we had
to make sure that everything we did
gave “best bang for buck”.
Practices
& Benefits
CONNECT WITH US:
Cross Boundaries!
 Important to keep eyes open to wider opportunities.
29
Some might… We did…
Stick with the areas
they are
comfortable with
e.g. Java.
Cover it all! - Thrived on figuring out how
to automate assembly and deploy of the
trickier areas e.g. database, repository-
based dev, service registries. Ensure that
all parts of the app are included.
Just focus on
developers and
operations teams.
Consider all involved teams – Any role
that is involved in releasing apps,
including DBAs, testers.
CONNECT WITH US:
Keep Efficient!
 DevOps sounds like it needs a big team.
30
Some might… We did…
Go it alone, or
outsource it all.
Best of both worlds – Prolifics involvement allows
BMI to focus on writing and testing apps, while
BMI release engineering team has still had direct
control of app releases.
Create a big team to
solve a big problem.
Small as possible - Achieved almost unbelievable
levels of efficiency with team of just 2.5 FTEs
(and one of those is a manager). Low cost,
disproportionate benefits.
Either do no training,
or overcommit to
training.
Pragmatic value-driven training - Train by
example, support with JIT workshops and Wiki-
based documentation.
CONNECT WITH US:
Leverage Expertise!
 Working with a partner has allowed BMI to make much
more progress.
31
Some might… We did…
“Not invented here!”
– lets build our own
automation.
Reuse! - Leveraged automation from the
Prolifics DevOps Labs. Huge difference in
how much has been achieved as well as
level of quality.
Give us 6 months
and we’ll have our
own automation
development
capability.
Engage specialists - Prolifics DevOps
labs efficiencies have allowed us to be
responsive to BMIs needs – we’ve
created the engine.
CONNECT WITH US:
IT: Customized to Your Advantage
What Does Success Look Like?
Public | Copyright © 2014 Prolifics
CONNECT WITH US:
Planning and Prioritizing Work
 Apply agility to planning
 Start from backlog
 Release plans track what we’re
currently working on
 Thrice weekly touchpoints
 Focus on prioritizing:
 Hot current issues
 Hot opportunities for
improvement
 Strategic improvements
 Constantly maximizing value!
33
CONNECT WITH US:
Prototyping New Automation
 Uncover risk, uncover opportunity
 Seek to understand before we
automate
 What are artifacts? Where do
artifacts live? What are APIs/tools?
 Approach
 Do it manually. Then automate
manually – command-line. Then
script automation
 Examples!
 Involve experts and teams - Demo
and get feedback
34
DeveloperWorks Knowledge Center
Samples Try it all out!
CONNECT WITH US:
Implement Automation in RTC
 Great automation development support
 Configuration management of automation
and example apps
 Inject automation (with changes) into
example build workspace
 Build engine to do test runs – attach logs,
perform activity logging
 Link up development work to plan items in
release plan
 Record of progress, issues, solutions
 JBE simple automation engine – use Ant
as standard
35
CONNECT WITH US:
Architect for Ease of Maintenance and
Extensibility
 Well factored plugin model
 Ant-based core
 Standard assembly and deploy steps atomic
steps
 Additional atomic steps e.g. stop app,
undeploy app, set default app, etc.
 Composite steps are mini-processes
 Reusable utilities in common
 Package up libs where appropriate
 Helper scripts where appropriate
 Interface with APIs and tools appropriate to
target platform
 Version to handle upgrades of target
platforms
36
APIs and Tools
Target Platform
Core Automation Plugin
build.xml
libs
scripts
Atomic
•assembleApp
•deployApp
•etc.
Composite
•assembleAndDeployApp
common.xml
CONNECT WITH US:
Wrap Plugins for UrbanCode Deploy
 Port deploy automations to
enterprise deployment platform
 Simple set of wrapper files around
proven automation
 Benefits
 Keep orchestration (deploy
processes) flexible
 One button deploys for multi-
component, multi-tier apps
 Snapshot whole app and move
through environments
 Gates, approvals, etc.
37
UCD Plugin
Core Automation Plugin
build.xml
libs
scripts
Atomic
•assembleApp
•deployApp
•etc.
Composite
•assembleAndDeployApp
common.xml
plugin.xml
wrapper scripts.groovy
Atomic
• deployApp
• etc.
component template.json • component
processes
CONNECT WITH US:
Continuous Integration and Provisioning
of Plugins
 Practice what we preach – optimized
delivery of plugins
 Automate plugin assemble and deploy
 Core plugins and UCD plugins
 Reduce time-to-test
 Run in a continuous integration cycle to
detect issues early
 Combine with running of automation steps
to test working
 Feedback loop
 Snapshot plugins – promote to PROD
38
DEV/TEST PROD
DEV/TEST
Deploy
PROD
Deploy
DEV/TEST
Deploy
PROD
Deploy
JBE
UCD
Server
J
B
E
J
B
E
J
B
E
UCD
Server
CONNECT WITH US:
Containerize build agents
 Creating a flexible DevOps
infrastructure with Docker
 Build agent host installs take time
 Docker gives simple way of
 Codifying install process
 Shipping around “golden” images
 Starting/stopping as many instances
(containers) as you wish
 Keeping build machine stacks
isolated
 Provisioning new machines
“instantly”
 Prevent build machines from
clogging up with installs and
temporary files
39
Before:
After:
CONNECT WITH US:
IT: Customized to Your Advantage
How Has This Helped?
Public | Copyright © 2014 Prolifics
CONNECT WITH US:
What has been achieved?
 Automated assemble and
deploy across 10
technology platforms.
 Accelerated delivery
pipelines for 11+ application
development streams.
 Oversight of deployments
for all involved projects.
 Core Build/Release team of
2.5 FTEs
41
CONNECT WITH US:
What Benefits are Being Seen?
 Able to reinvest upwards of 10
resources into more valuable
activities.
 Delivery is sooner.
 Testers are able to test more.
 Quality of code delivered is higher.
 Visibility of delivery has increased.
 Outages due to deployment error
close to eliminated.
42
CONNECT WITH US:
Impact on the Business, Customers, and
Us?
 Able to keep up with exploding
number of music delivery channels.
 Able to deliver more features that
make it easier to do business.
 Giving a better and more reliable
quality of service to customers.
 Collected royalties result in a
healthier music industry, meaning
better music for all of us!
43
CONNECT WITH US:
Thank You
Your Feedback is Important!
Access the InterConnect 2016 Conference Attendee
Portal to complete your session surveys from your
smartphone,
laptop or conference kiosk.
CONNECT WITH US:
Contact Us
Public | Copyright © 2016 Prolifics 45
www.prolifics.com
+1 646 435 2470
greg.hodgkinson@prolifics.com

More Related Content

What's hot

DevOps - an Agile Perspective (at Scale)
DevOps - an Agile Perspective (at Scale)DevOps - an Agile Perspective (at Scale)
DevOps - an Agile Perspective (at Scale)Brad Appleton
 
Winning People to DevOps
Winning People to DevOpsWinning People to DevOps
Winning People to DevOpsMatthew Skelton
 
Agile Upstream and Downstream Webinar - English
Agile Upstream and Downstream Webinar - EnglishAgile Upstream and Downstream Webinar - English
Agile Upstream and Downstream Webinar - EnglishCollabNet
 
Hybrid Development Workshop Presentation (San Francisco)
Hybrid Development Workshop Presentation (San Francisco)Hybrid Development Workshop Presentation (San Francisco)
Hybrid Development Workshop Presentation (San Francisco)Brian Dawson
 
DOES16 London - Darren Hague - SAP’s DevOps Journey: From Building an App to ...
DOES16 London - Darren Hague - SAP’s DevOps Journey: From Building an App to ...DOES16 London - Darren Hague - SAP’s DevOps Journey: From Building an App to ...
DOES16 London - Darren Hague - SAP’s DevOps Journey: From Building an App to ...Gene Kim
 
What is DevOps?
What is DevOps?What is DevOps?
What is DevOps?jeckels
 
The DevOps Revolution And Beyond...
The DevOps Revolution And Beyond...The DevOps Revolution And Beyond...
The DevOps Revolution And Beyond...Chris Sterling
 
XebiaLabs Top Enterprise DevOps Lessons for 2016
XebiaLabs Top Enterprise DevOps Lessons for 2016XebiaLabs Top Enterprise DevOps Lessons for 2016
XebiaLabs Top Enterprise DevOps Lessons for 2016XebiaLabs
 
DevOps unraveled - Nyenrode masterclass on Agile Management
DevOps unraveled - Nyenrode masterclass on Agile ManagementDevOps unraveled - Nyenrode masterclass on Agile Management
DevOps unraveled - Nyenrode masterclass on Agile ManagementInspectie van het Onderwijs
 
Mainframe DevOps: A Zowe CLI-enabled Roadmap
Mainframe DevOps: A Zowe CLI-enabled RoadmapMainframe DevOps: A Zowe CLI-enabled Roadmap
Mainframe DevOps: A Zowe CLI-enabled RoadmapDevOps.com
 
What do the "Cool Kids" know about DevOps?
What do the "Cool Kids" know about DevOps?What do the "Cool Kids" know about DevOps?
What do the "Cool Kids" know about DevOps?Bill Holtshouser
 
DevOps- exec level briefing
DevOps-  exec level briefingDevOps-  exec level briefing
DevOps- exec level briefingRavi Tadwalkar
 
DEVNET-2015 DevOps In Depth - Damon Edwards on DevOps Kaizen: Building an Ent...
DEVNET-2015	DevOps In Depth - Damon Edwards on DevOps Kaizen: Building an Ent...DEVNET-2015	DevOps In Depth - Damon Edwards on DevOps Kaizen: Building an Ent...
DEVNET-2015 DevOps In Depth - Damon Edwards on DevOps Kaizen: Building an Ent...Cisco DevNet
 
DevOps Kaizen: Find and Fix What is Really Behind Your Problems
DevOps Kaizen: Find and Fix What is Really Behind Your ProblemsDevOps Kaizen: Find and Fix What is Really Behind Your Problems
DevOps Kaizen: Find and Fix What is Really Behind Your Problemsdev2ops
 

What's hot (20)

DevOps - an Agile Perspective (at Scale)
DevOps - an Agile Perspective (at Scale)DevOps - an Agile Perspective (at Scale)
DevOps - an Agile Perspective (at Scale)
 
Moving from Kanban to scrum
Moving from Kanban to scrumMoving from Kanban to scrum
Moving from Kanban to scrum
 
Winning People to DevOps
Winning People to DevOpsWinning People to DevOps
Winning People to DevOps
 
Agile Upstream and Downstream Webinar - English
Agile Upstream and Downstream Webinar - EnglishAgile Upstream and Downstream Webinar - English
Agile Upstream and Downstream Webinar - English
 
Hybrid Development Workshop Presentation (San Francisco)
Hybrid Development Workshop Presentation (San Francisco)Hybrid Development Workshop Presentation (San Francisco)
Hybrid Development Workshop Presentation (San Francisco)
 
DOES16 London - Darren Hague - SAP’s DevOps Journey: From Building an App to ...
DOES16 London - Darren Hague - SAP’s DevOps Journey: From Building an App to ...DOES16 London - Darren Hague - SAP’s DevOps Journey: From Building an App to ...
DOES16 London - Darren Hague - SAP’s DevOps Journey: From Building an App to ...
 
Dev ops from within
Dev ops from withinDev ops from within
Dev ops from within
 
What is DevOps?
What is DevOps?What is DevOps?
What is DevOps?
 
The DevOps Revolution And Beyond...
The DevOps Revolution And Beyond...The DevOps Revolution And Beyond...
The DevOps Revolution And Beyond...
 
devops-brochure
devops-brochuredevops-brochure
devops-brochure
 
XebiaLabs Top Enterprise DevOps Lessons for 2016
XebiaLabs Top Enterprise DevOps Lessons for 2016XebiaLabs Top Enterprise DevOps Lessons for 2016
XebiaLabs Top Enterprise DevOps Lessons for 2016
 
Why Even DevOp?
Why Even DevOp?Why Even DevOp?
Why Even DevOp?
 
DevOps unraveled - Nyenrode masterclass on Agile Management
DevOps unraveled - Nyenrode masterclass on Agile ManagementDevOps unraveled - Nyenrode masterclass on Agile Management
DevOps unraveled - Nyenrode masterclass on Agile Management
 
Mainframe DevOps: A Zowe CLI-enabled Roadmap
Mainframe DevOps: A Zowe CLI-enabled RoadmapMainframe DevOps: A Zowe CLI-enabled Roadmap
Mainframe DevOps: A Zowe CLI-enabled Roadmap
 
What do the "Cool Kids" know about DevOps?
What do the "Cool Kids" know about DevOps?What do the "Cool Kids" know about DevOps?
What do the "Cool Kids" know about DevOps?
 
DevOps- exec level briefing
DevOps-  exec level briefingDevOps-  exec level briefing
DevOps- exec level briefing
 
DEVNET-2015 DevOps In Depth - Damon Edwards on DevOps Kaizen: Building an Ent...
DEVNET-2015	DevOps In Depth - Damon Edwards on DevOps Kaizen: Building an Ent...DEVNET-2015	DevOps In Depth - Damon Edwards on DevOps Kaizen: Building an Ent...
DEVNET-2015 DevOps In Depth - Damon Edwards on DevOps Kaizen: Building an Ent...
 
Codifying Devops -The Devops Story
Codifying Devops -The Devops Story  Codifying Devops -The Devops Story
Codifying Devops -The Devops Story
 
DevOps Kaizen: Find and Fix What is Really Behind Your Problems
DevOps Kaizen: Find and Fix What is Really Behind Your ProblemsDevOps Kaizen: Find and Fix What is Really Behind Your Problems
DevOps Kaizen: Find and Fix What is Really Behind Your Problems
 
Forget about Agile
Forget about AgileForget about Agile
Forget about Agile
 

Viewers also liked

Broadcast Music Inc. Release Rockstars: Program-Wide DevOps Success with Urba...
Broadcast Music Inc. Release Rockstars: Program-Wide DevOps Success with Urba...Broadcast Music Inc. Release Rockstars: Program-Wide DevOps Success with Urba...
Broadcast Music Inc. Release Rockstars: Program-Wide DevOps Success with Urba...Prolifics
 
Overview of Blue Medora - New Relic Plugin for HP Blade Servers
Overview of Blue Medora - New Relic Plugin for HP Blade ServersOverview of Blue Medora - New Relic Plugin for HP Blade Servers
Overview of Blue Medora - New Relic Plugin for HP Blade ServersBlue Medora
 
Is your big data journey stalling? Take the Leap with Capgemini and Cloudera
Is your big data journey stalling? Take the Leap with Capgemini and ClouderaIs your big data journey stalling? Take the Leap with Capgemini and Cloudera
Is your big data journey stalling? Take the Leap with Capgemini and ClouderaCloudera, Inc.
 
How Cognizant's ZDLC solution is helping Data Lineage for compliance to Basel...
How Cognizant's ZDLC solution is helping Data Lineage for compliance to Basel...How Cognizant's ZDLC solution is helping Data Lineage for compliance to Basel...
How Cognizant's ZDLC solution is helping Data Lineage for compliance to Basel...Dr. Bippin Makoond
 
Oracle on premises and oracle cloud - how to coexist webinar
Oracle on premises and oracle cloud  - how to coexist webinarOracle on premises and oracle cloud  - how to coexist webinar
Oracle on premises and oracle cloud - how to coexist webinarPanaya
 
Panaya Test Center – Auf zu postmodernem ERP Testing
Panaya Test Center – Auf zu postmodernem ERP TestingPanaya Test Center – Auf zu postmodernem ERP Testing
Panaya Test Center – Auf zu postmodernem ERP TestingPanaya
 
The Role of the CTO in a Growing Organization
The Role of the CTO in a Growing OrganizationThe Role of the CTO in a Growing Organization
The Role of the CTO in a Growing OrganizationRoger Smith
 
The Role of CTO: A Rantifesto
The Role of CTO: A RantifestoThe Role of CTO: A Rantifesto
The Role of CTO: A RantifestoCamille Fournier
 
Prolifics Managed Services Offering
Prolifics Managed Services OfferingProlifics Managed Services Offering
Prolifics Managed Services Offeringvenkata burra
 
Sören Eickhoff, Informatica GmbH, "Informatica Intelligent Data Lake – Self S...
Sören Eickhoff, Informatica GmbH, "Informatica Intelligent Data Lake – Self S...Sören Eickhoff, Informatica GmbH, "Informatica Intelligent Data Lake – Self S...
Sören Eickhoff, Informatica GmbH, "Informatica Intelligent Data Lake – Self S...Dataconomy Media
 
AWS re:Invent 2016: FINRA in the Cloud: the Big Data Enterprise (ENT313)
AWS re:Invent 2016: FINRA in the Cloud: the Big Data Enterprise (ENT313)AWS re:Invent 2016: FINRA in the Cloud: the Big Data Enterprise (ENT313)
AWS re:Invent 2016: FINRA in the Cloud: the Big Data Enterprise (ENT313)Amazon Web Services
 
DevOps Thinking for the Line of Business
DevOps Thinking for the Line of BusinessDevOps Thinking for the Line of Business
DevOps Thinking for the Line of BusinessSanjeev Sharma
 
Cognizant's HCM Capabilities
Cognizant's HCM CapabilitiesCognizant's HCM Capabilities
Cognizant's HCM CapabilitiesArlene DeMita
 
IBM Hybrid Integration Platform
IBM Hybrid Integration PlatformIBM Hybrid Integration Platform
IBM Hybrid Integration PlatformRobert Nicholson
 
Capgemini Smart Analytics Solutions Platform for Banking
Capgemini Smart Analytics Solutions Platform for BankingCapgemini Smart Analytics Solutions Platform for Banking
Capgemini Smart Analytics Solutions Platform for BankingCapgemini
 
Comment améliorer les tests de flux transverses à vos applications métiers ?
Comment améliorer les tests de flux transverses à vos applications métiers ?Comment améliorer les tests de flux transverses à vos applications métiers ?
Comment améliorer les tests de flux transverses à vos applications métiers ?Panaya
 

Viewers also liked (20)

Broadcast Music Inc. Release Rockstars: Program-Wide DevOps Success with Urba...
Broadcast Music Inc. Release Rockstars: Program-Wide DevOps Success with Urba...Broadcast Music Inc. Release Rockstars: Program-Wide DevOps Success with Urba...
Broadcast Music Inc. Release Rockstars: Program-Wide DevOps Success with Urba...
 
Infosys
InfosysInfosys
Infosys
 
Overview of Blue Medora - New Relic Plugin for HP Blade Servers
Overview of Blue Medora - New Relic Plugin for HP Blade ServersOverview of Blue Medora - New Relic Plugin for HP Blade Servers
Overview of Blue Medora - New Relic Plugin for HP Blade Servers
 
The TCS Brand
The TCS BrandThe TCS Brand
The TCS Brand
 
Is your big data journey stalling? Take the Leap with Capgemini and Cloudera
Is your big data journey stalling? Take the Leap with Capgemini and ClouderaIs your big data journey stalling? Take the Leap with Capgemini and Cloudera
Is your big data journey stalling? Take the Leap with Capgemini and Cloudera
 
How Cognizant's ZDLC solution is helping Data Lineage for compliance to Basel...
How Cognizant's ZDLC solution is helping Data Lineage for compliance to Basel...How Cognizant's ZDLC solution is helping Data Lineage for compliance to Basel...
How Cognizant's ZDLC solution is helping Data Lineage for compliance to Basel...
 
Oracle on premises and oracle cloud - how to coexist webinar
Oracle on premises and oracle cloud  - how to coexist webinarOracle on premises and oracle cloud  - how to coexist webinar
Oracle on premises and oracle cloud - how to coexist webinar
 
Panaya Test Center – Auf zu postmodernem ERP Testing
Panaya Test Center – Auf zu postmodernem ERP TestingPanaya Test Center – Auf zu postmodernem ERP Testing
Panaya Test Center – Auf zu postmodernem ERP Testing
 
Startup CTO Role v3
Startup CTO Role v3Startup CTO Role v3
Startup CTO Role v3
 
The Role of the CTO in a Growing Organization
The Role of the CTO in a Growing OrganizationThe Role of the CTO in a Growing Organization
The Role of the CTO in a Growing Organization
 
The Role of CTO: A Rantifesto
The Role of CTO: A RantifestoThe Role of CTO: A Rantifesto
The Role of CTO: A Rantifesto
 
Prolifics Managed Services Offering
Prolifics Managed Services OfferingProlifics Managed Services Offering
Prolifics Managed Services Offering
 
Sören Eickhoff, Informatica GmbH, "Informatica Intelligent Data Lake – Self S...
Sören Eickhoff, Informatica GmbH, "Informatica Intelligent Data Lake – Self S...Sören Eickhoff, Informatica GmbH, "Informatica Intelligent Data Lake – Self S...
Sören Eickhoff, Informatica GmbH, "Informatica Intelligent Data Lake – Self S...
 
AWS re:Invent 2016: FINRA in the Cloud: the Big Data Enterprise (ENT313)
AWS re:Invent 2016: FINRA in the Cloud: the Big Data Enterprise (ENT313)AWS re:Invent 2016: FINRA in the Cloud: the Big Data Enterprise (ENT313)
AWS re:Invent 2016: FINRA in the Cloud: the Big Data Enterprise (ENT313)
 
DevOps Thinking for the Line of Business
DevOps Thinking for the Line of BusinessDevOps Thinking for the Line of Business
DevOps Thinking for the Line of Business
 
Infosys
InfosysInfosys
Infosys
 
Cognizant's HCM Capabilities
Cognizant's HCM CapabilitiesCognizant's HCM Capabilities
Cognizant's HCM Capabilities
 
IBM Hybrid Integration Platform
IBM Hybrid Integration PlatformIBM Hybrid Integration Platform
IBM Hybrid Integration Platform
 
Capgemini Smart Analytics Solutions Platform for Banking
Capgemini Smart Analytics Solutions Platform for BankingCapgemini Smart Analytics Solutions Platform for Banking
Capgemini Smart Analytics Solutions Platform for Banking
 
Comment améliorer les tests de flux transverses à vos applications métiers ?
Comment améliorer les tests de flux transverses à vos applications métiers ?Comment améliorer les tests de flux transverses à vos applications métiers ?
Comment améliorer les tests de flux transverses à vos applications métiers ?
 

Similar to IBM InterConnect 2016 Greg Hodgkinson 2238 Thriving DevOps at BMI (Prolifics)

An introduction to DevOps
An introduction to DevOpsAn introduction to DevOps
An introduction to DevOpsAndrea Tino
 
Introduction to DevOps slides.pdf
Introduction to DevOps slides.pdfIntroduction to DevOps slides.pdf
Introduction to DevOps slides.pdfBoreVishnusai
 
DevOps @ Enterprise - DevOps Meetup Zurich
DevOps @ Enterprise - DevOps Meetup ZurichDevOps @ Enterprise - DevOps Meetup Zurich
DevOps @ Enterprise - DevOps Meetup ZurichMarcelo Sousa Ancelmo
 
Scaling Software Delivery.pdf
Scaling Software Delivery.pdfScaling Software Delivery.pdf
Scaling Software Delivery.pdfTiffany Jachja
 
How to Use DevOps & APM to Release Better Software Faster
How to Use DevOps & APM to Release Better Software FasterHow to Use DevOps & APM to Release Better Software Faster
How to Use DevOps & APM to Release Better Software FasterDynatrace
 
Scale Continuous Deployment to Production with DeployHub and CloudBees
Scale Continuous Deployment to Production with DeployHub and CloudBeesScale Continuous Deployment to Production with DeployHub and CloudBees
Scale Continuous Deployment to Production with DeployHub and CloudBeesDevOps.com
 
Scale Continuous Deployment to Production with DeployHub and CloudBees
Scale Continuous Deployment to Production with DeployHub and CloudBeesScale Continuous Deployment to Production with DeployHub and CloudBees
Scale Continuous Deployment to Production with DeployHub and CloudBeesDeborah Schalm
 
Case Study: Practical tools and strategies for tackling legacy practices and ...
Case Study: Practical tools and strategies for tackling legacy practices and ...Case Study: Practical tools and strategies for tackling legacy practices and ...
Case Study: Practical tools and strategies for tackling legacy practices and ...Alejandro S.
 
More than Technology - The Culture of DevOps
More than Technology - The Culture of DevOpsMore than Technology - The Culture of DevOps
More than Technology - The Culture of DevOpsBob Sokol
 
2019 Accelerate State of DevOps Survey Results Are In
2019 Accelerate State of DevOps Survey Results Are In2019 Accelerate State of DevOps Survey Results Are In
2019 Accelerate State of DevOps Survey Results Are InDevOps.com
 
Measure and Accelerate Your Software Delivery
Measure and Accelerate Your Software DeliveryMeasure and Accelerate Your Software Delivery
Measure and Accelerate Your Software DeliveryAnand Chauhan
 
OpenEdge Character UI - Where to go?
OpenEdge Character UI - Where to go?OpenEdge Character UI - Where to go?
OpenEdge Character UI - Where to go?Gabriel Lucaciu
 
Introduction to DevOps slides-converted (1).pptx
Introduction to DevOps slides-converted (1).pptxIntroduction to DevOps slides-converted (1).pptx
Introduction to DevOps slides-converted (1).pptxaasssss1
 
Pivotal korea transformation_strategy_seminar_enterprise_dev_ops_20160630_v1.0
Pivotal korea transformation_strategy_seminar_enterprise_dev_ops_20160630_v1.0Pivotal korea transformation_strategy_seminar_enterprise_dev_ops_20160630_v1.0
Pivotal korea transformation_strategy_seminar_enterprise_dev_ops_20160630_v1.0minseok kim
 
Moving Towards Operability & Organising for Continuous Delivery
Moving Towards Operability & Organising for Continuous DeliveryMoving Towards Operability & Organising for Continuous Delivery
Moving Towards Operability & Organising for Continuous DeliveryEqual Experts
 
SD DevOps Meet-up - Exploring Quadrants of DevOps Maturity
SD DevOps Meet-up - Exploring Quadrants of DevOps MaturitySD DevOps Meet-up - Exploring Quadrants of DevOps Maturity
SD DevOps Meet-up - Exploring Quadrants of DevOps MaturityBrian Dawson
 
Business Value of CI, CD, & DevOpsSec: Scaling to Billion User Systems Using ...
Business Value of CI, CD, & DevOpsSec: Scaling to Billion User Systems Using ...Business Value of CI, CD, & DevOpsSec: Scaling to Billion User Systems Using ...
Business Value of CI, CD, & DevOpsSec: Scaling to Billion User Systems Using ...David Rico
 

Similar to IBM InterConnect 2016 Greg Hodgkinson 2238 Thriving DevOps at BMI (Prolifics) (20)

An introduction to DevOps
An introduction to DevOpsAn introduction to DevOps
An introduction to DevOps
 
Introduction to DevOps slides.pdf
Introduction to DevOps slides.pdfIntroduction to DevOps slides.pdf
Introduction to DevOps slides.pdf
 
A True Story of Why QA Loves DevOps
A True Story of Why QA Loves DevOpsA True Story of Why QA Loves DevOps
A True Story of Why QA Loves DevOps
 
DevOps101 (version 2)
DevOps101 (version 2)DevOps101 (version 2)
DevOps101 (version 2)
 
DevOps @ Enterprise - DevOps Meetup Zurich
DevOps @ Enterprise - DevOps Meetup ZurichDevOps @ Enterprise - DevOps Meetup Zurich
DevOps @ Enterprise - DevOps Meetup Zurich
 
Scaling Software Delivery.pdf
Scaling Software Delivery.pdfScaling Software Delivery.pdf
Scaling Software Delivery.pdf
 
How to Use DevOps & APM to Release Better Software Faster
How to Use DevOps & APM to Release Better Software FasterHow to Use DevOps & APM to Release Better Software Faster
How to Use DevOps & APM to Release Better Software Faster
 
Scale Continuous Deployment to Production with DeployHub and CloudBees
Scale Continuous Deployment to Production with DeployHub and CloudBeesScale Continuous Deployment to Production with DeployHub and CloudBees
Scale Continuous Deployment to Production with DeployHub and CloudBees
 
Scale Continuous Deployment to Production with DeployHub and CloudBees
Scale Continuous Deployment to Production with DeployHub and CloudBeesScale Continuous Deployment to Production with DeployHub and CloudBees
Scale Continuous Deployment to Production with DeployHub and CloudBees
 
Case Study: Practical tools and strategies for tackling legacy practices and ...
Case Study: Practical tools and strategies for tackling legacy practices and ...Case Study: Practical tools and strategies for tackling legacy practices and ...
Case Study: Practical tools and strategies for tackling legacy practices and ...
 
More than Technology - The Culture of DevOps
More than Technology - The Culture of DevOpsMore than Technology - The Culture of DevOps
More than Technology - The Culture of DevOps
 
Upmc tpdev5
Upmc tpdev5Upmc tpdev5
Upmc tpdev5
 
2019 Accelerate State of DevOps Survey Results Are In
2019 Accelerate State of DevOps Survey Results Are In2019 Accelerate State of DevOps Survey Results Are In
2019 Accelerate State of DevOps Survey Results Are In
 
Measure and Accelerate Your Software Delivery
Measure and Accelerate Your Software DeliveryMeasure and Accelerate Your Software Delivery
Measure and Accelerate Your Software Delivery
 
OpenEdge Character UI - Where to go?
OpenEdge Character UI - Where to go?OpenEdge Character UI - Where to go?
OpenEdge Character UI - Where to go?
 
Introduction to DevOps slides-converted (1).pptx
Introduction to DevOps slides-converted (1).pptxIntroduction to DevOps slides-converted (1).pptx
Introduction to DevOps slides-converted (1).pptx
 
Pivotal korea transformation_strategy_seminar_enterprise_dev_ops_20160630_v1.0
Pivotal korea transformation_strategy_seminar_enterprise_dev_ops_20160630_v1.0Pivotal korea transformation_strategy_seminar_enterprise_dev_ops_20160630_v1.0
Pivotal korea transformation_strategy_seminar_enterprise_dev_ops_20160630_v1.0
 
Moving Towards Operability & Organising for Continuous Delivery
Moving Towards Operability & Organising for Continuous DeliveryMoving Towards Operability & Organising for Continuous Delivery
Moving Towards Operability & Organising for Continuous Delivery
 
SD DevOps Meet-up - Exploring Quadrants of DevOps Maturity
SD DevOps Meet-up - Exploring Quadrants of DevOps MaturitySD DevOps Meet-up - Exploring Quadrants of DevOps Maturity
SD DevOps Meet-up - Exploring Quadrants of DevOps Maturity
 
Business Value of CI, CD, & DevOpsSec: Scaling to Billion User Systems Using ...
Business Value of CI, CD, & DevOpsSec: Scaling to Billion User Systems Using ...Business Value of CI, CD, & DevOpsSec: Scaling to Billion User Systems Using ...
Business Value of CI, CD, & DevOpsSec: Scaling to Billion User Systems Using ...
 

Recently uploaded

Introduction Computer Science - Software Design.pdf
Introduction Computer Science - Software Design.pdfIntroduction Computer Science - Software Design.pdf
Introduction Computer Science - Software Design.pdfFerryKemperman
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityNeo4j
 
Ahmed Motair CV April 2024 (Senior SW Developer)
Ahmed Motair CV April 2024 (Senior SW Developer)Ahmed Motair CV April 2024 (Senior SW Developer)
Ahmed Motair CV April 2024 (Senior SW Developer)Ahmed Mater
 
Unveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML DiagramsUnveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML DiagramsAhmed Mohamed
 
CRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. SalesforceCRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. SalesforceBrainSell Technologies
 
Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Andreas Granig
 
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...OnePlan Solutions
 
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio, Inc.
 
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...confluent
 
Folding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a seriesFolding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a seriesPhilip Schwarz
 
Buds n Tech IT Solutions: Top-Notch Web Services in Noida
Buds n Tech IT Solutions: Top-Notch Web Services in NoidaBuds n Tech IT Solutions: Top-Notch Web Services in Noida
Buds n Tech IT Solutions: Top-Notch Web Services in Noidabntitsolutionsrishis
 
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEBATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEOrtus Solutions, Corp
 
Software Project Health Check: Best Practices and Techniques for Your Product...
Software Project Health Check: Best Practices and Techniques for Your Product...Software Project Health Check: Best Practices and Techniques for Your Product...
Software Project Health Check: Best Practices and Techniques for Your Product...Velvetech LLC
 
Unveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New FeaturesUnveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New FeaturesŁukasz Chruściel
 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxTier1 app
 
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdfGOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdfAlina Yurenko
 
Cloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEECloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEEVICTOR MAESTRE RAMIREZ
 
Recruitment Management Software Benefits (Infographic)
Recruitment Management Software Benefits (Infographic)Recruitment Management Software Benefits (Infographic)
Recruitment Management Software Benefits (Infographic)Hr365.us smith
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...stazi3110
 

Recently uploaded (20)

Introduction Computer Science - Software Design.pdf
Introduction Computer Science - Software Design.pdfIntroduction Computer Science - Software Design.pdf
Introduction Computer Science - Software Design.pdf
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered Sustainability
 
Ahmed Motair CV April 2024 (Senior SW Developer)
Ahmed Motair CV April 2024 (Senior SW Developer)Ahmed Motair CV April 2024 (Senior SW Developer)
Ahmed Motair CV April 2024 (Senior SW Developer)
 
Unveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML DiagramsUnveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML Diagrams
 
CRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. SalesforceCRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. Salesforce
 
Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024
 
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
 
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
 
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
 
Folding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a seriesFolding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a series
 
Buds n Tech IT Solutions: Top-Notch Web Services in Noida
Buds n Tech IT Solutions: Top-Notch Web Services in NoidaBuds n Tech IT Solutions: Top-Notch Web Services in Noida
Buds n Tech IT Solutions: Top-Notch Web Services in Noida
 
2.pdf Ejercicios de programación competitiva
2.pdf Ejercicios de programación competitiva2.pdf Ejercicios de programación competitiva
2.pdf Ejercicios de programación competitiva
 
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEBATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
 
Software Project Health Check: Best Practices and Techniques for Your Product...
Software Project Health Check: Best Practices and Techniques for Your Product...Software Project Health Check: Best Practices and Techniques for Your Product...
Software Project Health Check: Best Practices and Techniques for Your Product...
 
Unveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New FeaturesUnveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New Features
 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
 
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdfGOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
 
Cloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEECloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEE
 
Recruitment Management Software Benefits (Infographic)
Recruitment Management Software Benefits (Infographic)Recruitment Management Software Benefits (Infographic)
Recruitment Management Software Benefits (Infographic)
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
 

IBM InterConnect 2016 Greg Hodgkinson 2238 Thriving DevOps at BMI (Prolifics)

  • 1. CONNECT WITH US: IT: Customized to Your Advantage Thriving DevOps at Broadcast Music Inc. DOD-2238 Growing from nothing to world class. Public | Copyright © 2014 Prolifics Greg Hodgkinson – Prolifics, Global Director of Lifecycle Tools and Methodology Jim Harvey - Broadcast Music Inc., Sr. Dir. of Quality Assurance and Release Management
  • 2. CONNECT WITH US: What attendees will learn  What has made DevOps thrive at Broadcast Music Inc.?  What are the conditions and driving forces behind a thriving DevOps practice?  What does this thriving practice look like?  Who is involved, what tools are they using, how have they benefitting from these tools?  What are they achieving?  How is DevOps making a difference to the business? 2
  • 3. CONNECT WITH US: IT: Customized to Your Advantage Introductions Public | Copyright © 2014 Prolifics
  • 4. CONNECT WITH US: Who Are We Making Happy? 4 Everyone! (that listens to music)
  • 5. CONNECT WITH US: Speaker Introduction 5 JIM HARVEY Senior Director of Quality Assurance and Release Management Broadcast Music Inc. Jim Harvey is the Senior Director of Quality Assurance and Release Management for Broadcast Music Inc. (BMI). He has over 16 years’ experience in Software Development. Jim is currently evolving the Software Development Life Cycle at BMI as it relates to Requirements Management, Software Testing and Change Control management. GREG HODGKINSON Director of Lifecycle Tools and Methodology Prolifics Greg has 20 years of experience in assisting customers achieve success by optimizing their teams. Optimizations include adopting agile practices, DevOps tools and practices, and SOA techniques. He is very much a practitioner with responsibility for successful delivery at a number of leading companies. He presents on DevOps and agile SOA approaches at major IBM events, has co-authored a Redbook on SOA solutions, and contributes to DeveloperWorks.
  • 6. CONNECT WITH US: Broadcast Music Inc. at a Glance  Broadcast Music, Inc. - 1939  Performing Rights Organization (PRO) - Pay public performance royalties  Operate on a non-profit-making basis  7 locations: Nashville, New York, Los Angeles, Atlanta, Miami, Puerto Rico, London  600 employees, 7.5 million works, over 500,000 songwriters and composers 6
  • 7. CONNECT WITH US: The Performers 7 Israel Kamakawiwoʻole Louis Armstrong Judy Garland
  • 8. CONNECT WITH US: The Writers 8 “What a wonderful world” George David Weiss Bob Thiele “Somewhere over the rainbow” 1939 1967
  • 9. CONNECT WITH US: 2016: The Digital Music Ecosystem  Over 500 digital music services worldwide  Offer consumers the opportunity to legally access up to 26 million songs  Challenge: Stay relevant and competitive? 9
  • 10. CONNECT WITH US: Prolifics at a Glance 10 5-Years Compound Annual Growth Rate 19% Employees Worldwide 1,500 Global Presence United States, United Kingdom, Germany, India 20+Technology Accelerators 550+ Technical Certifications Over 10 Technology and Solutions Awards since 2009 including Business Agility, Customer Integration and Digital Experience, the first ever Beacon Laureate for Business Agility Over 160 global customers are currently Fortune 1000 companies Best-in-class architects and specialty experts: BPM, Integration, Digital Experience, Security, Testing, Business Analytics and Enterprise Content Management End-to-End Project Expertise Rate of Repeat Engagements* 91% Years in Business 35+ Offices 14 Awards Technology Expertise Fortune 1000 *based on % revenue Source – December 2013 internal revenue metrics
  • 11. CONNECT WITH US: IT: Customized to Your Advantage Challenge and Success 11/14/2016 11
  • 12. CONNECT WITH US: Why the need for DevOps at BMI?  Rapidly innovating music industry  Means BMI needs rapid innovation themselves  New music services => new integrations  New offerings = > new systems  Explosion of artists => increased need for scale ========================== = Net: Need to deliver a lot of software innovation, quickly. 12
  • 13. CONNECT WITH US: The BMI Transformation  Over a period of 4-5 years BMI have fundamentally changed their ability to deliver software innovation. 13 New Approaches New Runtime Platforms New Development Tools Agile BPM SOA DevOps IBM BPM IBM WebSphere Portal IBM ODM WebSphere DataPower IBM Integration Bus WebSphere ESB IBM CastIron IBM DataStage Oracle IBM WSRR Focal Point DOORS NG Rational Software Arch. Rational Team Concert Rational Quality Mgr. IBM UrbanCode Deploy
  • 14. CONNECT WITH US: How Did They Change (Successfully) So Fast?  They key to this rapid transformation: Good processes and tools! 14 To be successful with these… …required that they be successful with these. In a nutshell: all the things that helped them be efficient! DevOps especially relevant.
  • 15. CONNECT WITH US: Adding Agile and RTC  First challenge: Herding the cats!  Scrum  Structure for teams  Focus of sprints  Course correction  Simple – get going quickly!  RTC  Progress visible  Keeps everyone on same page  Easy configuration management  Opportunity for integrated builds 15
  • 16. CONNECT WITH US: Toe in the Water: Continuous Integration  Opportunity: Integrated builds for quality feedback loop  Continuous integration of WESB apps  Java apps easy, start tackling newly adopted WESB  Developed build machine plugin to automate builds of WESB ears  Used in CI cycles: immediate feedback for devs (learning new tech)  Little effort -> lots of value 16
  • 17. CONNECT WITH US: Obvious Next Step: Automated Deploys  Challenge: Delays to get changes into test  Continuous deployment of WESB apps  Added automated deployment of WESB ears to plugin  Either on demand, or as soon as ready  No more waiting; testers testing earlier  Reduced delays mean more testing done; quality increases 17
  • 18. CONNECT WITH US: Expand Across Enterprise Architecture  Opportunity: Success breeds success  Full-stack build and deploy  Made use of Prolifics investment  Common framework  Leveraged common steps  Already had plugins for IIB and Portal  Expanded to all app types  Integrated stack no longer held back by slowest individual release pipeline 18
  • 19. CONNECT WITH US: Added Database Deployments  Challenge: But what about the data?  New plugin for automating deploy of schema updates  Implemented using same framework and standards as apps for simplicity  DBAs place scripts into source control  Automation picks up and upgrades schema  Works across all environments 19
  • 20. CONNECT WITH US: Added Publishing of Services  Challenge: And what about the service registry?  New plugin to publish to WSRR  Again, same framework and standards leveraged for simplicity  Uploads WSDLs, XSDs, and other file changes  Updates version and other metadata  Consistent across all environments  One less thing to remember to do 20 *Bad luck Brian
  • 21. CONNECT WITH US: Ramping up on Automated Deployment  Challenge: Push button deployments – too many buttons!  Purpose-built deployment engine: UrbanCode Deploy  Wrap existing deployment automation as UCD plugins - quickly and painless move  Orchestration  Cross-tier deployments simple  Easier to elaborate deploys of individual components too  Snapshots of complex apps simple  Conditional gates on environments 21
  • 22. CONNECT WITH US: Integrated Automated Testing  Opportunity: Include existing automated tests  Plugin to wrap testing tool(s)  Tests moved into source control  Builds pull out tests and execute them automatically  Can then  Trigger when you need,  Schedule,  Or include as part of build/deploy/test process  Lots more value from test scripts  Regression testing  Smoke testing 22
  • 23. CONNECT WITH US: Dockerising Build Agents  Challenge: Build infrastructure inflexible time sink  Created Docker images of all build agent configurations  Install build agent software  Install automation  Install supporting software – in some cases this is considerable  Easier to isolate build agents  Easier to spin up new agents  Easier to refactor infrastructure 23
  • 24. CONNECT WITH US: Next: Automated Provisioning of Environments  Challenge: Full set of test environments takes up a lot of tin  Create Docker images for all test environment configurations  Saves time – also allows new behaviors  Spin up new environments on demand  Stand-up/tear-down as part of test automation  Much better usage of tin – easier to share across projects and teams 24
  • 25. CONNECT WITH US: Beyond That: Into the Future  Opportunity: What else can we do with this automation?  Think big for the future!  Increasingly hands-free automation  Self scaling environments  Detect shortage  Provision new environment  Lay on top app and config  Self healing environments  Detect issue  Provision different version  Apply known fix 25
  • 26. CONNECT WITH US: IT: Customized to Your Advantage Our Approach 11/14/2016 26
  • 27. CONNECT WITH US: Practice Agility!  The key to getting started and keeping going. 27 Some might… We did… Start by envisioning a big program of work. Started simple – Then build on initial success, now into 4th year of continued improvement – best multi-year projects are based on a small success. Static delivery plan Good principles of agility – Do something, course correct, adapt to changing needs, focus on strategic plan but still keep agility to respond to immediate need Fix-it-all in first 6 months Pick an area to improve - Don’t “boil the ocean”. We started by just fixing Continuous Integration.
  • 28. CONNECT WITH US: Focus on Practices and Benefits!  Focus on what is important. 28 Some might… We did… Just focus on putting in place new tools and technologies. Consider the practices – We thought through what it is we’re trying to do and chose the right tools and technologies to support. Get caught up in “what is hot in DevOps”. Focus on benefit – As we intended on keeping resource/budget small, we had to make sure that everything we did gave “best bang for buck”. Practices & Benefits
  • 29. CONNECT WITH US: Cross Boundaries!  Important to keep eyes open to wider opportunities. 29 Some might… We did… Stick with the areas they are comfortable with e.g. Java. Cover it all! - Thrived on figuring out how to automate assembly and deploy of the trickier areas e.g. database, repository- based dev, service registries. Ensure that all parts of the app are included. Just focus on developers and operations teams. Consider all involved teams – Any role that is involved in releasing apps, including DBAs, testers.
  • 30. CONNECT WITH US: Keep Efficient!  DevOps sounds like it needs a big team. 30 Some might… We did… Go it alone, or outsource it all. Best of both worlds – Prolifics involvement allows BMI to focus on writing and testing apps, while BMI release engineering team has still had direct control of app releases. Create a big team to solve a big problem. Small as possible - Achieved almost unbelievable levels of efficiency with team of just 2.5 FTEs (and one of those is a manager). Low cost, disproportionate benefits. Either do no training, or overcommit to training. Pragmatic value-driven training - Train by example, support with JIT workshops and Wiki- based documentation.
  • 31. CONNECT WITH US: Leverage Expertise!  Working with a partner has allowed BMI to make much more progress. 31 Some might… We did… “Not invented here!” – lets build our own automation. Reuse! - Leveraged automation from the Prolifics DevOps Labs. Huge difference in how much has been achieved as well as level of quality. Give us 6 months and we’ll have our own automation development capability. Engage specialists - Prolifics DevOps labs efficiencies have allowed us to be responsive to BMIs needs – we’ve created the engine.
  • 32. CONNECT WITH US: IT: Customized to Your Advantage What Does Success Look Like? Public | Copyright © 2014 Prolifics
  • 33. CONNECT WITH US: Planning and Prioritizing Work  Apply agility to planning  Start from backlog  Release plans track what we’re currently working on  Thrice weekly touchpoints  Focus on prioritizing:  Hot current issues  Hot opportunities for improvement  Strategic improvements  Constantly maximizing value! 33
  • 34. CONNECT WITH US: Prototyping New Automation  Uncover risk, uncover opportunity  Seek to understand before we automate  What are artifacts? Where do artifacts live? What are APIs/tools?  Approach  Do it manually. Then automate manually – command-line. Then script automation  Examples!  Involve experts and teams - Demo and get feedback 34 DeveloperWorks Knowledge Center Samples Try it all out!
  • 35. CONNECT WITH US: Implement Automation in RTC  Great automation development support  Configuration management of automation and example apps  Inject automation (with changes) into example build workspace  Build engine to do test runs – attach logs, perform activity logging  Link up development work to plan items in release plan  Record of progress, issues, solutions  JBE simple automation engine – use Ant as standard 35
  • 36. CONNECT WITH US: Architect for Ease of Maintenance and Extensibility  Well factored plugin model  Ant-based core  Standard assembly and deploy steps atomic steps  Additional atomic steps e.g. stop app, undeploy app, set default app, etc.  Composite steps are mini-processes  Reusable utilities in common  Package up libs where appropriate  Helper scripts where appropriate  Interface with APIs and tools appropriate to target platform  Version to handle upgrades of target platforms 36 APIs and Tools Target Platform Core Automation Plugin build.xml libs scripts Atomic •assembleApp •deployApp •etc. Composite •assembleAndDeployApp common.xml
  • 37. CONNECT WITH US: Wrap Plugins for UrbanCode Deploy  Port deploy automations to enterprise deployment platform  Simple set of wrapper files around proven automation  Benefits  Keep orchestration (deploy processes) flexible  One button deploys for multi- component, multi-tier apps  Snapshot whole app and move through environments  Gates, approvals, etc. 37 UCD Plugin Core Automation Plugin build.xml libs scripts Atomic •assembleApp •deployApp •etc. Composite •assembleAndDeployApp common.xml plugin.xml wrapper scripts.groovy Atomic • deployApp • etc. component template.json • component processes
  • 38. CONNECT WITH US: Continuous Integration and Provisioning of Plugins  Practice what we preach – optimized delivery of plugins  Automate plugin assemble and deploy  Core plugins and UCD plugins  Reduce time-to-test  Run in a continuous integration cycle to detect issues early  Combine with running of automation steps to test working  Feedback loop  Snapshot plugins – promote to PROD 38 DEV/TEST PROD DEV/TEST Deploy PROD Deploy DEV/TEST Deploy PROD Deploy JBE UCD Server J B E J B E J B E UCD Server
  • 39. CONNECT WITH US: Containerize build agents  Creating a flexible DevOps infrastructure with Docker  Build agent host installs take time  Docker gives simple way of  Codifying install process  Shipping around “golden” images  Starting/stopping as many instances (containers) as you wish  Keeping build machine stacks isolated  Provisioning new machines “instantly”  Prevent build machines from clogging up with installs and temporary files 39 Before: After:
  • 40. CONNECT WITH US: IT: Customized to Your Advantage How Has This Helped? Public | Copyright © 2014 Prolifics
  • 41. CONNECT WITH US: What has been achieved?  Automated assemble and deploy across 10 technology platforms.  Accelerated delivery pipelines for 11+ application development streams.  Oversight of deployments for all involved projects.  Core Build/Release team of 2.5 FTEs 41
  • 42. CONNECT WITH US: What Benefits are Being Seen?  Able to reinvest upwards of 10 resources into more valuable activities.  Delivery is sooner.  Testers are able to test more.  Quality of code delivered is higher.  Visibility of delivery has increased.  Outages due to deployment error close to eliminated. 42
  • 43. CONNECT WITH US: Impact on the Business, Customers, and Us?  Able to keep up with exploding number of music delivery channels.  Able to deliver more features that make it easier to do business.  Giving a better and more reliable quality of service to customers.  Collected royalties result in a healthier music industry, meaning better music for all of us! 43
  • 44. CONNECT WITH US: Thank You Your Feedback is Important! Access the InterConnect 2016 Conference Attendee Portal to complete your session surveys from your smartphone, laptop or conference kiosk.
  • 45. CONNECT WITH US: Contact Us Public | Copyright © 2016 Prolifics 45 www.prolifics.com +1 646 435 2470 greg.hodgkinson@prolifics.com