SlideShare a Scribd company logo
1 of 59
Download to read offline
© 2015 IBM Corporation
IBM z Systems
© 2015 IBM Corporation
RDz Lunch and Learn Series - "Making the dinosaur dance" -
Modernizing Development and Deployment using RDz, RTC
and UrbanCode Deploy
With Chris Trobridge (IBM), Sean Babineau (IBM)
© 2015 IBM Corporation
IBM z Systems
Information is confidential and must not be shared or redistributed without permission
from IBM. Plans are based on best information available and may change in future.
DISCLAIMER
© Copyright IBM Corporation 2015. All rights reserved.
IBM’s statements regarding its plans, directions, and intent are subject to change or
withdrawal without notice at IBM’s sole discretion.
Information regarding potential future products is intended to outline our general product
direction and it should not be relied on in making a purchasing decision.
The information mentioned regarding potential future products is not a commitment,
promise, or legal obligation to deliver any material, code or functionality. Information about
potential future products may not be incorporated into any contract. The development,
release, and timing of any future features or functionality described for our products
remains at our sole discretion.
Performance is based on measurements and projections using standard IBM
benchmarks in a controlled environment. The actual throughput or performance that any
user will experience will vary depending upon many factors, including considerations
such as the amount of multiprogramming in the user’s job stream, the I/O configuration,
the storage configuration, and the workload processed. Therefore, no assurance can be
given that an individual user will achieve results similar to those stated here.
© 2015 IBM Corporation
IBM z Systems
Agenda
 Overview of IBM DevOps Solution
 RDz –> RTC -> UC
 What’s New with IBM DevOps Solution
 SAFe
 Hierarchical Components
 Build enhancements
 UC Integration
 DEMO
PLEASE ASK QUESTIONS ANY TIME
© 2015 IBM Corporation
IBM z Systems
Agenda
 Overview of IBM DevOps Solution
 RDz –> RTC -> UC
 What’s New with IBM DevOps Solution
 SAFe
 Hierarchical Components
 Build enhancements
 UC Integration
 DEMO
PLEASE ASK QUESTIONS ANY TIME
© 2015 IBM Corporation
IBM z Systems
DevOps for z Systems Customers
Traditional and
Agile PlanningTraceability
Creation and Build
Project
Manager
LOB
Manager
Analyst Tester
Simple Deployment
Developers
Program
Manager
Operations Team
• Enable and manage the transition of large scale traditional development to
modern DevOps practices
• Optimize and integrate mainframe development to control and eliminate
multi-speed IT
• Centralized source code, automated build integrated testing and
automated deployment
• Dashboards, reporting , traceability and compliance for large scale
regulated multi-platform organizations
• Integrating mainframe development into cloud and hybrid scenarios
Core Products supporting capabilities:
• Rational Developer for System z
• Rational Team Concert
• Urban Code Deploy/Release
DEV OPSSTAKE-
HOLDERS
Orchestrated
Deployment
Collaboration
MGT
Consumers
© 2015 IBM Corporation
IBM z Systems
BUILD TYPES
 User
 RDz Build – Translates RTC build instructions into JCL
 Use : Developer ‘s initial build
 Personal
 RTC Dependency build for the individual developer
 Use : To propagate a change for testing
 Team
 RTC Dependency build in stream
 Use : Integration and production builds
 Simulation
 Dependency analysis without compilation
 Use : build dependencies without overhead of compilation
© 2015 IBM Corporation
IBM z Systems
Deployment – Which deployment?
 RTC Integrated Deployment
 Simple linear deployment process
 Small number of targets
 UrbanCode Deployment
 UC Deploy offers
 Complex deployment process (multi-path, conditional and gated processes)
 On-demand, scheduled and triggered execution
 UC Release
 Orchestration across applications/platforms
 Visibility
Complex
© 2015 IBM Corporation
IBM z Systems
Agenda
 Overview of IBM DevOps Solution
 RDz –> RTC -> UC
 What’s New with IBM DevOps Solution
 SAFe
 Hierarchical Components
 Build enhancements
 UC Integration
 DEMO
PLEASE ASK QUESTIONS ANY TIME
© 2015 IBM Corporation
IBM z Systems
9
RTC Product Roadmap
RTC 6.0
• UrbanCode Deploy package integration
• Strategic Reuse
• RTC SCM for the Enterprise
• Subset management
• ISPF SRCHFOR/Share Like
• ISPF repository compare
• Build/promotion usability
• Subset editor
• Tracking and Planning
• Quick planner “Found in”
• Performance
• UI usability
• Ranking in hierarchical plans
• Aggregated change notifications
• SAFe
RTC 5.0.2
• Quick Planner - for agile teams who work in
a fast and fluid pace
• Full link history for audits and compliance
• Graphical Reporting
• Quality improvements
• ISPF client preview build/check-in history
• Translator variables
• Sequential file support
• Build/promote/deploy housekeeping
• Planning performance improvements
RTC next
• ISPF Client build subsets
• Metadata collection
• Usability
• Security/Compliance
• Customer RFEs
© 2015 IBM Corporation
IBM z Systems
Scaled Agile Framework™ Big Picture
© 2015 IBM Corporation
IBM z Systems
SAFe™ - The engine inside IBM’s Collaborative DevOps
IBM’s support for the Scaled Agile Framework © (SAFe™)
Scale lean and agile principles to the enterprise by
establishing a SAFe-based environment with fit-for-purpose
dashboards and reports, supporting the team, program
and portfolio levels in heterogeneous environments.
 Get up and running quickly with out-of-the-box
infrastructure to lead a SAFe project
 Improve agility and predictability with role-
based dashboards for visibility to continuously
measure progress and adjust planning in real
time to meet business goals
 Simplify change to culture and process with
quick and easy access to SAFe best-practices
Operate Develop/
Test
Deploy
Steer
DevOps
Continuous
Feedback
IBM SAFe solution includes content donated by
Scan to learn
more about
IBM’s support
for SAFe.
11
© 2015 IBM Corporation
IBM z Systems
Strategic Reuse : Component Hierarchies
Why do we need component hierarchies?
 RTC SCM already has components
 Components organize software artifacts into reusable units
 files and change set history information
 Reuse is at the level of components/streams
 Common software in its own component can be reused in many streams
 in a stream are modifiable
This is good!
© 2015 IBM Corporation
IBM z Systems
What does it mean to have component hierarchies?
 Components will be shown as a tree rather than a flat list
 Users will need to look at the only subset of components they work on and use
 Collapse/ignore subtrees that are not interesting
 Users can easily operate on an entire subtree of components, for example:
 Adding a component would also add its subcomponents
 Creating a baseline would baseline the whole subtree
 Comparing two components would compare their subcomponents as well
© 2015 IBM Corporation
IBM z Systems
How will hierarchy relationships be managed?
 Each component can have a list of subcomponents
 In a stream or workspace, the list is used to organize components into tree structures
 The subcomponent list is optional
 If no subcomponent lists exist, components are shown as a flat list, as always
 The list does not point to a specific version of a component
 It points to the “version of” that component in the local stream or workspace
displayed as
© 2015 IBM Corporation
IBM z Systems
About reuse in Team Concert
 A component can be used in many streams
 A component can be reused multiple places in a hierarchy
 Circular dependencies will be detected to avoid issues
 A component and its subcomponents are used as a unit
 Adding a subcomponent will add its full subtree
© 2015 IBM Corporation
IBM z Systems
Hierarchy operations
 Some examples of operations available on a hierarchy:
 Add subcomponent – would add a component and its subtree
 Remove subcomponent – would remove a subcomponent and its subtree
 Create baseline – would baseline the component and its subtree
 Replace baseline – would replace the baseline for the component and its subtree
 Compare – would compare the components and their subtrees
 Load component – load a component and all its subcomponents…
 This also enables quickly finding all the places a component is reused within
a stream. Some use cases:
 Before upgrading a shared component to a new version, find all the programs that
depend on it, so you’d know what would need to be updated and retested
 After finding a defect in a shared component, find all the programs that may be
affected
© 2015 IBM Corporation
IBM z Systems
RTC for the Enterprise : Build Map Editor
The Build Map editor is reorganized. The input and output sections
are displayed on separate tabs, so that you can find useful
information more easily.
© 2015 IBM Corporation
IBM z Systems
RTC for the Enterprise : Build Result editor
The Build Result Editor has been completely reworked to improve usability
New front page
New preferences page
New format
New filters
New icons
© 2015 IBM Corporation
IBM z Systems
RTC for the Enterprise : Dependency build and promotion
Personal builds are prevented from using the wrong build workspace
A new precondition prevents you from requesting a personal dependency build that uses a wrong build workspace.
© 2015 IBM Corporation
IBM z Systems
UrbanCode Deploy:
Press a button, a complex app is deployed to an environment
Inventory System
© 2015 IBM Corporation
IBM z Systems
Fit with Rational Team Concert
Team Concert:
RTC provides a good source control system, an automated build tool,
and work item tracking. It does a great job of helping developers
collaborate and make the changes that will need deploying.
Key Integrations:
• RTC Can automatically push new builds to UrbanCode Deploy
• UrbanCode Release can aggregate work-item information from
many projects into summary views showing how complete the
larger release effort is, and which applications to worry about.
Story:
RTC is helping your developers with Agile and continuous integration
(build). That will mean more stuff flowing downstream to release
teams. They will need better tools to keep up.
© 2015 IBM Corporation
IBM z Systems
But for Mainframe Applications….
 Application size and complexity mean only changes are
deployed to highly dependent operating environments
 Unique deployment targets
 High volume of small deployments
RTC understands what needs to be in a deployment and how it
needs to be deployed
SO……….
© 2015 IBM Corporation
IBM z Systems
RTC for the Enterprise : UrbanCode Deploy Integration
RTC can now be used to directly generate z/OS packages that are
deployable from IBM UrbanCode Deploy
The packages can be built from Work Items and will only contain changed items.
RTC ensures the completeness and integrity of the packages and registers them with UrbanCode
RTC passes deployment information for the packages to UrbanCode Deploy
© 2015 IBM Corporation
IBM z Systems
RTC Packaging for UrbanCode Deploy
 RTC can now package build results (e.g. for work items) into Urban
Code Deploy component versions to be deployed.
© 2015 IBM Corporation
IBM z Systems
Build outputs can be set to deploy types…
 Your language definition’s translators can specify deployment types on the
outputs they generate during a build…
RTC Packaging for UrbanCode Deploy
© 2015 IBM Corporation
IBM z Systems
…and deployTypes can direct UCD actions
 And UrbanCode Deploy processes can use these deploy types to determine and execute
special actions at deploy time…
Filter
Execute
RTC Packaging for UrbanCode Deploy
© 2015 IBM Corporation
IBM z Systems
UrbanCode Release: Manage Related Applications
Quick Qualifying Question: When you release, do you do just one app or
do you coordinate changes to several?
Customer Portal
Inventory System
Customer Accounts
Credit Services
Planning is complex
Development work must be coordinated
across teams. Release schedules aligned.
Development is complex.
Interfaces understood, developed &
configured appropriately. Environments
composed & connected.
Testing complex.
Are the correct versions of all applications in
my environment? In which application did
the bug occur? Is the bug a code issue or
misconfiguration of the multi-application
environment?
Change Management is
complex.
If we pull an application from the Release
what will what other applications or projects
will be affected?
and dozens or hundreds more…
© 2015 IBM Corporation
IBM z Systems
UCD Basics
 Applications are made of Components
 Applications and Components have Processes
 A Component Process is a fine-grained series of user-defined steps that operate on
the component’s artefacts
 An Application Process orchestrates the order that component processes will be put
onto the deployment target. Application processes can run manually, automatically on
a trigger condition, or on a user-defined schedule.
 Application Environments are typically for different uses of the application usually but
not always different stages of the development lifecycle (Dev, System Testing, QA,
Production.....). Environments have Resources defined to them
 Resources represent deployment targets . Each resource tracks which versions of
various components are currently deployed to it.
 The Calendar is used to view deployment history and plan upcoming deployments. It
can also schedule recurring deployments that will kick off automatically.
4/16/15
© 2015 IBM Corporation
IBM z Systems
A further selected glossary of RTC and UCD terms
June, 2015
© 2015 IBM Corporation
IBM z Systems
Glossary of general RTC build terms: (link)
 Build Definition: An object that defines a build, such as a weekly project-wide integration
build. This links to all necessary information to run a build – e.g. build workspace, build
engine(s), the list of build results, etc.
 Build Engine: The representation of a build system that runs on a dedicated server.
 Stream: In source control management, a repository object that includes one or more
components. Streams are typically used to integrate the work that is stored in repository
workspaces. Team members deliver their changes to the stream and accept changes from
other team members into their repository workspaces from the stream.
 Repository Workspace: A repository object that includes one or more components.
Repository workspaces are typically used by individual team members to contain their
changes in progress. Team members deliver their changes from their repository
workspace to the stream and accept changes from other team members into their
repository workspace from the stream. Every repository workspace has an owner, and only
the owner can make changes in the workspace. See also workspace.
 Build workspace: A repository workspace which is dedicated to building; it contains the
configuration (i.e. state) of the source being built.
 Build request: An instance of a request to process a build, executed from a build
definition through a build agent, producing built outputs reported in a build result.
 Build result: A consolidated record of activities, logs and reports generated from a build
request.
© 2015 IBM Corporation
IBM z Systems
Glossary of RTC-EE Dependency Build terms
 Data set Definition: A Jazz model object that describes a data set on z/OS and is stored
in the Rational Team Concert Jazz repository. If the data set already exists, the data set
definition must specify just the data set name. If the data set is new, the data set definition
must specify both the name of the data set, and the characteristics of the data set, such as
record format. Every data set that a build process references must correspond to a data
set definition.
 Language Definition: A Jazz model object that serially connects the translators used to
build an artifact. The association of a language definition to an artifact provides instructions
for how the artifact should be built.
 Source Code Data: Metadata, dependency properties, and other user-defined data that
are created and updated periodically by running scanners against the source code. The
data can be queried, edited, and used to analyze the impact of potential changes. Source
code data is used by dependency builds to determine which dependant artifacts have
changed and therefore require that buildable files be rebuilt.
 System Definitions: A collective term referring to a group of definitions in Rational Team
Concert, including IBM i libraries, z/OS data set definitions, language definitions, and
translators.
 Translator: A Jazz model object that describes a single build step in which a translator
executable program is invoked with the required inputs and outputs. Inputs and outputs are
the same as z/OS data sets or IBM i libraries, so a translator must reference multiple data
set or library definitions.
© 2015 IBM Corporation
IBM z Systems
Glossary of UrbanCode Deploy terms: (link)
 Application: One or more computer programs or software components that provide a
function in direct support of a specific business process or processes.
 Component*: A representation of deployable items and the user-defined processes that
operate on them, usually by deploying them.
 Environment: A user-defined collection of resources that hosts an application.
 Process: Automated tasks that run on agents. See generic processes, component
processes, and application processes. See also application process, component
process, generic process.
 Resource: A user-defined construct that is based on the architectural model of IBM
UrbanCode Deploy. A resource represents a deployment target.
 Resource inventory: A list 0f all of the components that are deployed to an agent
resource. See alsocomponent inventory.
 Snapshot*: A collection of specific versions of components. Typically, a snapshot
represents a set of component versions that are known to work together.
 Version: A group of resources that represent a particular version of a component. See
also full version, incremental version.
 *Note: RTC also has Components, which are an atomically versionable (baseline-able)
set of source, as opposed to UCD’s atomically deployable Component. RTC also has
Snapshots, which are a collection of source baselines, as opposed to a collection of
versions. RTC’s terms : source configurations, UCD’s : deployable units
© 2015 IBM Corporation
IBM z Systems
www.ibm.com/software/rational
© 2015 IBM Corporation
IBM z Systems
www.ibm.com/software/rational
© 2015 IBM Corporation
IBM z Systems
© 2015 IBM Corporation
IBM z Systems
4/16/15
© 2015 IBM Corporation
IBM z Systems
RTC Build (in general)
Build EngineStream
RTC repository Build host
Build
workspace
Build
Definition
Build
Request
Build
result
Source
Source
Buildable
source
Source
Built
executables
Programs
© 2015 IBM Corporation
IBM z Systems
RTC Build (in general)
Build EngineStream
RTC repository Build host
Build
workspace
Build
Definition
Build
Request
Build
Result
Source
Source
Buildable
source
Source
Built
executables
Programs
(2) Accept
Changes
(1) Request
Build
(3) Load source changes
(4) Build
Report results
Incoming
changes
© 2015 IBM Corporation
IBM z Systems
Glossary of general RTC build terms: (link)
 Build Definition: An object that defines a build, such as a weekly project-wide integration
build. This links to all necessary information to run a build – e.g. build workspace, build
engine(s), the list of build results, etc.
 Build Engine: The representation of a build system that runs on a dedicated server.
 Stream: In source control management, a repository object that includes one or more
components. Streams are typically used to integrate the work that is stored in repository
workspaces. Team members deliver their changes to the stream and accept changes from
other team members into their repository workspaces from the stream.
 Repository Workspace: A repository object that includes one or more components.
Repository workspaces are typically used by individual team members to contain their
changes in progress. Team members deliver their changes from their repository
workspace to the stream and accept changes from other team members into their
repository workspace from the stream. Every repository workspace has an owner, and only
the owner can make changes in the workspace. See also workspace.
 Build workspace: A repository workspace which is dedicated to building; it contains the
configuration (i.e. state) of the source being built.
 Build request: An instance of a request to process a build, executed from a build
definition through a build agent, producing built outputs reported in a build result.
 Build result: A consolidated record of activities, logs and reports generated from a build
request.
© 2015 IBM Corporation
IBM z Systems
RTC repository
RTC-EE Dependency Build has additional System Definitions
Data set
Definition
Defines physical
attributes of
resources used in
build: e.g. reclen,
compiler location,
zFolders
Language
Definition
Classifies source
members to a
type of buildable
object, & lists the
translators to
build with.
Translator
A build command.
Defines inputs &
outputs from data
set definitions
These configure what buildable resources are, and how to build them
© 2015 IBM Corporation
IBM z Systems
RTC repository
RTC-EE Dependency Build
Scanners
Language-dependent
scanners find &
update dependency
relationships
Build Maps
Representation of
the outputs which
are already built
Incoming
Changesets
New source
changes that
haven’t been built
System
Definitions
How to build
outputs from
inputs
Source Code
Data
Repository of
dependency
relationships What needs to be
loaded?
What needs to be
rebuilt?
How to build it?
Dep
Build
Build Engine
Buildable
source
Source
Built
executables
Programs
Load what’s
needed
Build what’s
needed
© 2015 IBM Corporation
IBM z Systems
RTC-EE: UrbanCode packaging integration
June, 2015
Sean Babineau, Rational Team Concert – Enterprise Extensions
babineau@ca.ibm.com
© 2015 IBM Corporation
IBM z Systems
Overview
 UCD z/OS packaging from RTC before RTC 6.0
 Continuous Integration model – build and deploy in series
 You can call a post-build process:
 Which collects the list of new outputs generated from that build, and generate a
UCD package manifest from this
 Invokes the UCD command-line interface on the host to generate and register
this package as a UCD component version
 Or, you can script a manifest and invoke UCD’s command interface (BUZTOOL rexx
or shell script)
 This package can then be deployed to z/OS environments configured in UCD
 With RTC 6.0 (and UCD 6.1.1.*)
 RTC-EE packaging model – build changes, deploy on demand
 package at work item scope
 and/or filter by object name/timestamp
© 2015 IBM Corporation
IBM z Systems
RTC-UCD integration before RTC 6.0
DRTCBLD.rex
buildReport.xml
Post-build
Command
Build Def Buildreportparser.js
Buztool.sh
Ucd_shiplist.xml
*.SBUZEXEC(BUZTOOL)
UCD package repo
(in USS)
UCD pkg
UCD client
UCD server UCD version
RTC post-build command executes a REXX exec to parse build outputs and create package from it
© 2015 IBM Corporation
IBM z Systems
UCD shiplist
 A UCD shiplist is required input to tell BUZTOOL what
resources to package
 This can be manually edited XML file on the host, passed to
BUZTOOL
 Or it can be generated (the DRTCBLD post-build process generates
this from build output)
© 2015 IBM Corporation
IBM z Systems
UCD shiplist example
<?xml version="1.0"?>
<manifest type="MANIFEST_SHIPLIST">
<container name="TONY.MORT.RTCDEV.LOAD" type="PDS"
deployType="CICS_LOAD">
<resource name="JKEMORT" type="PDSMember" />
<resource name="JKECMORT" type="PDSMember" />
</container>
<container name="TONY.MORT.RTCDEV.DBRM" type="PDS">
<resource name="JKECMORT" type="PDSMember"
deployType="DBRM"/>
</container>
</manifest>
• This is an example shiplist used for creating UCD packages:
© 2015 IBM Corporation
IBM z Systems
RTC-EE 6.0 - Packaging for UrbanCode Deploy integration
 RTC packaging knows where | when | what outputs were built
from RTC’s dependency build; it can exploit this knowledge for
determining packaging contents.
 UCD has a more sophisticated UI and framework for designing
deployment processes, executing deployment processes, and
keeping track of deployment states.
47
Package with
RTC’s intelligence
Packages are stored
in UrbanCode Deploy
Use UrbanCode Deploy
to execute and track
deployment of packages
© 2015 IBM Corporation
IBM z Systems
UCD packaging options
 Specify the necessary parameters to interface with UCD to create UCD deployable
packages
© 2015 IBM Corporation
IBM z Systems
Deployment type
 RTC-EE translator definitions: Specify Deployment types for outputs, which can be used by
UCD to filter deploy actions based on type.
© 2015 IBM Corporation
IBM z Systems
UCD z/OS component
© 2015 IBM Corporation
IBM z Systems
UCD component versions
© 2015 IBM Corporation
IBM z Systems
UCD version artifacts – i.e. package contents
© 2015 IBM Corporation
IBM z Systems
UCD z/OS deployment process example
A. Get package to destination
B. Deploy datasets from package
C. Filter members by deploy type
D. Iteratively bind the filtered list
© 2015 IBM Corporation
IBM z Systems
UCD process step using deploy type
Filter each member of deploy type
DBRM, and iterate the next
process step on the resulting list
© 2015 IBM Corporation
IBM z Systems
Strategic Reuse : Component Hierarchies
Why do we need component hierarchies?
 RTC SCM already has components
 Components organize software artifacts into reusable units
 files and change set history information
 Reuse is at the level of components/streams
 Common software in its own component can be reused in many streams
 in a stream are modifiable
This is good!
© 2015 IBM Corporation
IBM z Systems
What does it mean to have component hierarchies?
 Components will be shown as a tree rather than a flat list
 Users will need to look at the only subset of components they work on and use
 Collapse/ignore subtrees that are not interesting
 Users can easily operate on an entire subtree of components, for example:
 Adding a component would also add its subcomponents
 Creating a baseline would baseline the whole subtree
 Comparing two components would compare their subcomponents as well
© 2015 IBM Corporation
IBM z Systems
How will hierarchy relationships be managed?
 Each component can have a list of subcomponents
 In a stream or workspace, the list is used to organize components into tree structures
 The subcomponent list is optional
 If no subcomponent lists exist, components are shown as a flat list, as always
 The list does not point to a specific version of a component
 It points to the “version of” that component in the local stream or workspace
displayed as
© 2015 IBM Corporation
IBM z Systems
About reuse in Team Concert
 A component can be used in many streams
 A component can be reused multiple places in a hierarchy
 Circular dependencies will be detected to avoid issues
 A component and its subcomponents are used as a unit
 Adding a subcomponent will add its full subtree
© 2015 IBM Corporation
IBM z Systems
Hierarchy operations
 Some examples of operations available on a hierarchy:
 Add subcomponent – would add a component and its subtree
 Remove subcomponent – would remove a subcomponent and its subtree
 Create baseline – would baseline the component and its subtree
 Replace baseline – would replace the baseline for the component and its subtree
 Compare – would compare the components and their subtrees
 Load component – load a component and all its subcomponents…
 This also enables quickly finding all the places a component is reused within
a stream. Some use cases:
 Before upgrading a shared component to a new version, find all the programs that
depend on it, so you’d know what would need to be updated and retested
 After finding a defect in a shared component, find all the programs that may be
affected

More Related Content

What's hot

Elevating Application Performance with the latest IBM COBOL offerings
Elevating Application Performance with the latest IBM COBOL offeringsElevating Application Performance with the latest IBM COBOL offerings
Elevating Application Performance with the latest IBM COBOL offeringsDevOps for Enterprise Systems
 
Enabling z Agility with DevOps and Enterprise Transformation
Enabling z Agility with DevOps and Enterprise TransformationEnabling z Agility with DevOps and Enterprise Transformation
Enabling z Agility with DevOps and Enterprise TransformationDevOps for Enterprise Systems
 
Lessons Learned from Large Scale Adoption of DevOps for IBM z Systems Software
Lessons Learned from Large Scale Adoption of DevOps for IBM z Systems SoftwareLessons Learned from Large Scale Adoption of DevOps for IBM z Systems Software
Lessons Learned from Large Scale Adoption of DevOps for IBM z Systems SoftwareDevOps for Enterprise Systems
 
Mainframe Application Testing both With and Without Live Data
Mainframe Application Testing both With and Without Live DataMainframe Application Testing both With and Without Live Data
Mainframe Application Testing both With and Without Live DataDevOps for Enterprise Systems
 
Software Factories in the Real World: How an IBM WebSphere Integration Factor...
Software Factories in the Real World: How an IBM WebSphere Integration Factor...Software Factories in the Real World: How an IBM WebSphere Integration Factor...
Software Factories in the Real World: How an IBM WebSphere Integration Factor...ghodgkinson
 
Mobile to mainframe - The Challenges and Best Practices of Enterprise DevOps
Mobile to mainframe - The Challenges and Best Practices of Enterprise DevOps Mobile to mainframe - The Challenges and Best Practices of Enterprise DevOps
Mobile to mainframe - The Challenges and Best Practices of Enterprise DevOps IBM UrbanCode Products
 
DevOps for Enterprise Systems : Innovate like a Startup
DevOps for Enterprise Systems : Innovate like a StartupDevOps for Enterprise Systems : Innovate like a Startup
DevOps for Enterprise Systems : Innovate like a StartupDevOps for Enterprise Systems
 
Webcast urbancodemobiltomainframe
Webcast urbancodemobiltomainframeWebcast urbancodemobiltomainframe
Webcast urbancodemobiltomainframeRosalind Radcliffe
 
RDZ for Cobol Programmers slides 7 14 Debugger deep dive final2
RDZ for Cobol Programmers slides 7 14 Debugger deep dive final2RDZ for Cobol Programmers slides 7 14 Debugger deep dive final2
RDZ for Cobol Programmers slides 7 14 Debugger deep dive final2Susan Yoskin
 
UrbanCode Deploy DevOps Best Practices
UrbanCode Deploy  DevOps Best PracticesUrbanCode Deploy  DevOps Best Practices
UrbanCode Deploy DevOps Best PracticesMichael Elder
 
Quantifying DevOps Adoption Empirically for Demonstrable ROI
Quantifying DevOps Adoption Empirically for Demonstrable ROIQuantifying DevOps Adoption Empirically for Demonstrable ROI
Quantifying DevOps Adoption Empirically for Demonstrable ROIDevOps for Enterprise Systems
 
DevOps for Mainframe for IBM Pulse Conference
DevOps for Mainframe for IBM Pulse ConferenceDevOps for Mainframe for IBM Pulse Conference
DevOps for Mainframe for IBM Pulse ConferenceRosalind Radcliffe
 
RDz for DevOps Webcast Series: Implementing Continuous Integration with RDz
RDz for DevOps Webcast Series: Implementing Continuous Integration with RDzRDz for DevOps Webcast Series: Implementing Continuous Integration with RDz
RDz for DevOps Webcast Series: Implementing Continuous Integration with RDzSusan Yoskin
 
Drinking our own champagne - z Systems Development and Test Environment V10
Drinking our own champagne - z Systems Development and Test Environment V10Drinking our own champagne - z Systems Development and Test Environment V10
Drinking our own champagne - z Systems Development and Test Environment V10DevOps for Enterprise Systems
 
Rational Development & Test for z Systems 9.5 Webinar with Rogers Communications
Rational Development & Test for z Systems 9.5 Webinar with Rogers CommunicationsRational Development & Test for z Systems 9.5 Webinar with Rogers Communications
Rational Development & Test for z Systems 9.5 Webinar with Rogers CommunicationsSherri Hanna
 
DMT-2467 Like the Features in Rational DOORS 9? Come Check Them Out in DOORS...
DMT-2467	Like the Features in Rational DOORS 9? Come Check Them Out in DOORS...DMT-2467	Like the Features in Rational DOORS 9? Come Check Them Out in DOORS...
DMT-2467 Like the Features in Rational DOORS 9? Come Check Them Out in DOORS...IBM Rational software
 
IBM UrbanCode Deploy Quick Start Service Offering
IBM UrbanCode Deploy Quick Start Service OfferingIBM UrbanCode Deploy Quick Start Service Offering
IBM UrbanCode Deploy Quick Start Service OfferingIBM Rational software
 
Shift Happens - Rapidly Rolling Forward During Production Failure
Shift Happens - Rapidly Rolling Forward During Production FailureShift Happens - Rapidly Rolling Forward During Production Failure
Shift Happens - Rapidly Rolling Forward During Production FailureIBM UrbanCode Products
 

What's hot (20)

Elevating Application Performance with the latest IBM COBOL offerings
Elevating Application Performance with the latest IBM COBOL offeringsElevating Application Performance with the latest IBM COBOL offerings
Elevating Application Performance with the latest IBM COBOL offerings
 
Enabling z Agility with DevOps and Enterprise Transformation
Enabling z Agility with DevOps and Enterprise TransformationEnabling z Agility with DevOps and Enterprise Transformation
Enabling z Agility with DevOps and Enterprise Transformation
 
Lessons Learned from Large Scale Adoption of DevOps for IBM z Systems Software
Lessons Learned from Large Scale Adoption of DevOps for IBM z Systems SoftwareLessons Learned from Large Scale Adoption of DevOps for IBM z Systems Software
Lessons Learned from Large Scale Adoption of DevOps for IBM z Systems Software
 
Mainframe Application Testing both With and Without Live Data
Mainframe Application Testing both With and Without Live DataMainframe Application Testing both With and Without Live Data
Mainframe Application Testing both With and Without Live Data
 
Software Factories in the Real World: How an IBM WebSphere Integration Factor...
Software Factories in the Real World: How an IBM WebSphere Integration Factor...Software Factories in the Real World: How an IBM WebSphere Integration Factor...
Software Factories in the Real World: How an IBM WebSphere Integration Factor...
 
Mobile to mainframe - The Challenges and Best Practices of Enterprise DevOps
Mobile to mainframe - The Challenges and Best Practices of Enterprise DevOps Mobile to mainframe - The Challenges and Best Practices of Enterprise DevOps
Mobile to mainframe - The Challenges and Best Practices of Enterprise DevOps
 
DevOps for Enterprise Systems : Innovate like a Startup
DevOps for Enterprise Systems : Innovate like a StartupDevOps for Enterprise Systems : Innovate like a Startup
DevOps for Enterprise Systems : Innovate like a Startup
 
Webcast urbancodemobiltomainframe
Webcast urbancodemobiltomainframeWebcast urbancodemobiltomainframe
Webcast urbancodemobiltomainframe
 
RDZ for Cobol Programmers slides 7 14 Debugger deep dive final2
RDZ for Cobol Programmers slides 7 14 Debugger deep dive final2RDZ for Cobol Programmers slides 7 14 Debugger deep dive final2
RDZ for Cobol Programmers slides 7 14 Debugger deep dive final2
 
UrbanCode Deploy DevOps Best Practices
UrbanCode Deploy  DevOps Best PracticesUrbanCode Deploy  DevOps Best Practices
UrbanCode Deploy DevOps Best Practices
 
Quantifying DevOps Adoption Empirically for Demonstrable ROI
Quantifying DevOps Adoption Empirically for Demonstrable ROIQuantifying DevOps Adoption Empirically for Demonstrable ROI
Quantifying DevOps Adoption Empirically for Demonstrable ROI
 
DevOps for Mainframe for IBM Pulse Conference
DevOps for Mainframe for IBM Pulse ConferenceDevOps for Mainframe for IBM Pulse Conference
DevOps for Mainframe for IBM Pulse Conference
 
RDz for DevOps Webcast Series: Implementing Continuous Integration with RDz
RDz for DevOps Webcast Series: Implementing Continuous Integration with RDzRDz for DevOps Webcast Series: Implementing Continuous Integration with RDz
RDz for DevOps Webcast Series: Implementing Continuous Integration with RDz
 
Drinking our own champagne - z Systems Development and Test Environment V10
Drinking our own champagne - z Systems Development and Test Environment V10Drinking our own champagne - z Systems Development and Test Environment V10
Drinking our own champagne - z Systems Development and Test Environment V10
 
Rational Development & Test for z Systems 9.5 Webinar with Rogers Communications
Rational Development & Test for z Systems 9.5 Webinar with Rogers CommunicationsRational Development & Test for z Systems 9.5 Webinar with Rogers Communications
Rational Development & Test for z Systems 9.5 Webinar with Rogers Communications
 
DMT-2467 Like the Features in Rational DOORS 9? Come Check Them Out in DOORS...
DMT-2467	Like the Features in Rational DOORS 9? Come Check Them Out in DOORS...DMT-2467	Like the Features in Rational DOORS 9? Come Check Them Out in DOORS...
DMT-2467 Like the Features in Rational DOORS 9? Come Check Them Out in DOORS...
 
IBM UrbanCode Deploy Quick Start Service Offering
IBM UrbanCode Deploy Quick Start Service OfferingIBM UrbanCode Deploy Quick Start Service Offering
IBM UrbanCode Deploy Quick Start Service Offering
 
Ibm innovate ci for system z
Ibm innovate ci for system zIbm innovate ci for system z
Ibm innovate ci for system z
 
Shift Happens - Rapidly Rolling Forward During Production Failure
Shift Happens - Rapidly Rolling Forward During Production FailureShift Happens - Rapidly Rolling Forward During Production Failure
Shift Happens - Rapidly Rolling Forward During Production Failure
 
Fundamentals of Deploy and Release
Fundamentals of Deploy and ReleaseFundamentals of Deploy and Release
Fundamentals of Deploy and Release
 

Viewers also liked

How to Balance System Speed and Risk for Multi-Platform Innovation
How to Balance System Speed and Risk for Multi-Platform InnovationHow to Balance System Speed and Risk for Multi-Platform Innovation
How to Balance System Speed and Risk for Multi-Platform InnovationClaudia Ring
 
RTC/CLM 5.0 Adoption Paths: Deploying in 16 Steps
 RTC/CLM 5.0 Adoption Paths: Deploying in 16 Steps RTC/CLM 5.0 Adoption Paths: Deploying in 16 Steps
RTC/CLM 5.0 Adoption Paths: Deploying in 16 StepsStéphane Leroy
 
Automating the build and deployment of legacy applications
Automating the build and deployment of legacy applicationsAutomating the build and deployment of legacy applications
Automating the build and deployment of legacy applicationsCachet Software Solutions Ltd
 
The Dark Side of Microservices
The Dark Side of MicroservicesThe Dark Side of Microservices
The Dark Side of MicroservicesNicolas Fränkel
 

Viewers also liked (6)

Rdz versie2 wc20120425
Rdz versie2 wc20120425Rdz versie2 wc20120425
Rdz versie2 wc20120425
 
How to Balance System Speed and Risk for Multi-Platform Innovation
How to Balance System Speed and Risk for Multi-Platform InnovationHow to Balance System Speed and Risk for Multi-Platform Innovation
How to Balance System Speed and Risk for Multi-Platform Innovation
 
RTC/CLM 5.0 Adoption Paths: Deploying in 16 Steps
 RTC/CLM 5.0 Adoption Paths: Deploying in 16 Steps RTC/CLM 5.0 Adoption Paths: Deploying in 16 Steps
RTC/CLM 5.0 Adoption Paths: Deploying in 16 Steps
 
Automating the build and deployment of legacy applications
Automating the build and deployment of legacy applicationsAutomating the build and deployment of legacy applications
Automating the build and deployment of legacy applications
 
2012 01-jenkins-udeploy
2012 01-jenkins-udeploy2012 01-jenkins-udeploy
2012 01-jenkins-udeploy
 
The Dark Side of Microservices
The Dark Side of MicroservicesThe Dark Side of Microservices
The Dark Side of Microservices
 

Similar to Making the Dinosaur Dance - RDz, RTC and UrbanCode Lunch and Learn slides

UrbanCode Deploy course and product overview slides
UrbanCode Deploy course and product overview slidesUrbanCode Deploy course and product overview slides
UrbanCode Deploy course and product overview slidesIBM Rational software
 
Dev ops for z
Dev ops for z Dev ops for z
Dev ops for z bamadhu
 
How NBCUniversal Adopted DevOps
How NBCUniversal Adopted DevOpsHow NBCUniversal Adopted DevOps
How NBCUniversal Adopted DevOpsSanjeev Sharma
 
RTC/CLM 2012 Adoption Paths : Deploying in 16 Steps
RTC/CLM 2012 Adoption Paths : Deploying in 16 StepsRTC/CLM 2012 Adoption Paths : Deploying in 16 Steps
RTC/CLM 2012 Adoption Paths : Deploying in 16 StepsStéphane Leroy
 
3158 - Cloud Infrastructure & It Optimization - Application Performance Manag...
3158 - Cloud Infrastructure & It Optimization - Application Performance Manag...3158 - Cloud Infrastructure & It Optimization - Application Performance Manag...
3158 - Cloud Infrastructure & It Optimization - Application Performance Manag...Sandeep Chellingi
 
CampDevOps keynote - DevOps: Using 'Lean' to eliminate Bottlenecks
CampDevOps keynote - DevOps: Using 'Lean' to eliminate BottlenecksCampDevOps keynote - DevOps: Using 'Lean' to eliminate Bottlenecks
CampDevOps keynote - DevOps: Using 'Lean' to eliminate BottlenecksSanjeev Sharma
 
LSU Nordic 2015 - Agile development on system z
LSU Nordic 2015 - Agile development on system zLSU Nordic 2015 - Agile development on system z
LSU Nordic 2015 - Agile development on system zFlemming Petersen
 
Continuous Application Delivery to WebSphere - Featuring IBM UrbanCode
Continuous Application Delivery to WebSphere - Featuring IBM UrbanCodeContinuous Application Delivery to WebSphere - Featuring IBM UrbanCode
Continuous Application Delivery to WebSphere - Featuring IBM UrbanCodeIBM UrbanCode Products
 
Helping Organizations Realize the Value of DevOps with Continuous Software De...
Helping Organizations Realize the Value of DevOps with Continuous Software De...Helping Organizations Realize the Value of DevOps with Continuous Software De...
Helping Organizations Realize the Value of DevOps with Continuous Software De...IBM UrbanCode Products
 
Webcast Automação Implantação de Aplicações (DevOps)
Webcast Automação Implantação de Aplicações (DevOps)Webcast Automação Implantação de Aplicações (DevOps)
Webcast Automação Implantação de Aplicações (DevOps)Felipe Freire
 
Elevate Your Continuous Delivery Strategy Above the Rolling Clouds (Interconn...
Elevate Your Continuous Delivery Strategy Above the Rolling Clouds (Interconn...Elevate Your Continuous Delivery Strategy Above the Rolling Clouds (Interconn...
Elevate Your Continuous Delivery Strategy Above the Rolling Clouds (Interconn...Michael Elder
 
S106 using ibm urban code deploy to deliver your apps to cics
S106 using ibm urban code deploy to deliver your apps to cicsS106 using ibm urban code deploy to deliver your apps to cics
S106 using ibm urban code deploy to deliver your apps to cicsnick_garrod
 
Is a Monolith Standing in the Way of Your Digital Transformation? Refactor fo...
Is a Monolith Standing in the Way of Your Digital Transformation? Refactor fo...Is a Monolith Standing in the Way of Your Digital Transformation? Refactor fo...
Is a Monolith Standing in the Way of Your Digital Transformation? Refactor fo...DevOps.com
 
Is a Monolith Standing in the Way of Your Digital Transformation? Refactor fo...
Is a Monolith Standing in the Way of Your Digital Transformation? Refactor fo...Is a Monolith Standing in the Way of Your Digital Transformation? Refactor fo...
Is a Monolith Standing in the Way of Your Digital Transformation? Refactor fo...Deborah Schalm
 
IBM Pulse session 2727: Continuous delivery -accelerated with DevOps
IBM Pulse session 2727: Continuous delivery -accelerated with DevOpsIBM Pulse session 2727: Continuous delivery -accelerated with DevOps
IBM Pulse session 2727: Continuous delivery -accelerated with DevOpsSanjeev Sharma
 
Mastering DevOps Automation: Webinar
Mastering DevOps Automation: WebinarMastering DevOps Automation: Webinar
Mastering DevOps Automation: WebinarClaudia Ring
 
IBM Cloud University 2017-IDPA009-IBM BPM Upgrade and Migration Made Easy
IBM Cloud University 2017-IDPA009-IBM BPM Upgrade and Migration Made EasyIBM Cloud University 2017-IDPA009-IBM BPM Upgrade and Migration Made Easy
IBM Cloud University 2017-IDPA009-IBM BPM Upgrade and Migration Made EasyBrian Petrini
 

Similar to Making the Dinosaur Dance - RDz, RTC and UrbanCode Lunch and Learn slides (20)

Overview
OverviewOverview
Overview
 
UrbanCode Deploy course and product overview slides
UrbanCode Deploy course and product overview slidesUrbanCode Deploy course and product overview slides
UrbanCode Deploy course and product overview slides
 
IBM Z for the Digital Enterprise - DevOps for Z
IBM Z for the Digital Enterprise - DevOps for Z IBM Z for the Digital Enterprise - DevOps for Z
IBM Z for the Digital Enterprise - DevOps for Z
 
Dev ops for z
Dev ops for z Dev ops for z
Dev ops for z
 
How NBCUniversal Adopted DevOps
How NBCUniversal Adopted DevOpsHow NBCUniversal Adopted DevOps
How NBCUniversal Adopted DevOps
 
Vision2015-CBS-1148-Final
Vision2015-CBS-1148-FinalVision2015-CBS-1148-Final
Vision2015-CBS-1148-Final
 
RTC/CLM 2012 Adoption Paths : Deploying in 16 Steps
RTC/CLM 2012 Adoption Paths : Deploying in 16 StepsRTC/CLM 2012 Adoption Paths : Deploying in 16 Steps
RTC/CLM 2012 Adoption Paths : Deploying in 16 Steps
 
3158 - Cloud Infrastructure & It Optimization - Application Performance Manag...
3158 - Cloud Infrastructure & It Optimization - Application Performance Manag...3158 - Cloud Infrastructure & It Optimization - Application Performance Manag...
3158 - Cloud Infrastructure & It Optimization - Application Performance Manag...
 
CampDevOps keynote - DevOps: Using 'Lean' to eliminate Bottlenecks
CampDevOps keynote - DevOps: Using 'Lean' to eliminate BottlenecksCampDevOps keynote - DevOps: Using 'Lean' to eliminate Bottlenecks
CampDevOps keynote - DevOps: Using 'Lean' to eliminate Bottlenecks
 
LSU Nordic 2015 - Agile development on system z
LSU Nordic 2015 - Agile development on system zLSU Nordic 2015 - Agile development on system z
LSU Nordic 2015 - Agile development on system z
 
Continuous Application Delivery to WebSphere - Featuring IBM UrbanCode
Continuous Application Delivery to WebSphere - Featuring IBM UrbanCodeContinuous Application Delivery to WebSphere - Featuring IBM UrbanCode
Continuous Application Delivery to WebSphere - Featuring IBM UrbanCode
 
Helping Organizations Realize the Value of DevOps with Continuous Software De...
Helping Organizations Realize the Value of DevOps with Continuous Software De...Helping Organizations Realize the Value of DevOps with Continuous Software De...
Helping Organizations Realize the Value of DevOps with Continuous Software De...
 
Webcast Automação Implantação de Aplicações (DevOps)
Webcast Automação Implantação de Aplicações (DevOps)Webcast Automação Implantação de Aplicações (DevOps)
Webcast Automação Implantação de Aplicações (DevOps)
 
Elevate Your Continuous Delivery Strategy Above the Rolling Clouds (Interconn...
Elevate Your Continuous Delivery Strategy Above the Rolling Clouds (Interconn...Elevate Your Continuous Delivery Strategy Above the Rolling Clouds (Interconn...
Elevate Your Continuous Delivery Strategy Above the Rolling Clouds (Interconn...
 
S106 using ibm urban code deploy to deliver your apps to cics
S106 using ibm urban code deploy to deliver your apps to cicsS106 using ibm urban code deploy to deliver your apps to cics
S106 using ibm urban code deploy to deliver your apps to cics
 
Is a Monolith Standing in the Way of Your Digital Transformation? Refactor fo...
Is a Monolith Standing in the Way of Your Digital Transformation? Refactor fo...Is a Monolith Standing in the Way of Your Digital Transformation? Refactor fo...
Is a Monolith Standing in the Way of Your Digital Transformation? Refactor fo...
 
Is a Monolith Standing in the Way of Your Digital Transformation? Refactor fo...
Is a Monolith Standing in the Way of Your Digital Transformation? Refactor fo...Is a Monolith Standing in the Way of Your Digital Transformation? Refactor fo...
Is a Monolith Standing in the Way of Your Digital Transformation? Refactor fo...
 
IBM Pulse session 2727: Continuous delivery -accelerated with DevOps
IBM Pulse session 2727: Continuous delivery -accelerated with DevOpsIBM Pulse session 2727: Continuous delivery -accelerated with DevOps
IBM Pulse session 2727: Continuous delivery -accelerated with DevOps
 
Mastering DevOps Automation: Webinar
Mastering DevOps Automation: WebinarMastering DevOps Automation: Webinar
Mastering DevOps Automation: Webinar
 
IBM Cloud University 2017-IDPA009-IBM BPM Upgrade and Migration Made Easy
IBM Cloud University 2017-IDPA009-IBM BPM Upgrade and Migration Made EasyIBM Cloud University 2017-IDPA009-IBM BPM Upgrade and Migration Made Easy
IBM Cloud University 2017-IDPA009-IBM BPM Upgrade and Migration Made Easy
 

Recently uploaded

Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Hyundai Motor Group
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 

Recently uploaded (20)

Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 

Making the Dinosaur Dance - RDz, RTC and UrbanCode Lunch and Learn slides

  • 1. © 2015 IBM Corporation IBM z Systems © 2015 IBM Corporation RDz Lunch and Learn Series - "Making the dinosaur dance" - Modernizing Development and Deployment using RDz, RTC and UrbanCode Deploy With Chris Trobridge (IBM), Sean Babineau (IBM)
  • 2. © 2015 IBM Corporation IBM z Systems Information is confidential and must not be shared or redistributed without permission from IBM. Plans are based on best information available and may change in future. DISCLAIMER © Copyright IBM Corporation 2015. All rights reserved. IBM’s statements regarding its plans, directions, and intent are subject to change or withdrawal without notice at IBM’s sole discretion. Information regarding potential future products is intended to outline our general product direction and it should not be relied on in making a purchasing decision. The information mentioned regarding potential future products is not a commitment, promise, or legal obligation to deliver any material, code or functionality. Information about potential future products may not be incorporated into any contract. The development, release, and timing of any future features or functionality described for our products remains at our sole discretion. Performance is based on measurements and projections using standard IBM benchmarks in a controlled environment. The actual throughput or performance that any user will experience will vary depending upon many factors, including considerations such as the amount of multiprogramming in the user’s job stream, the I/O configuration, the storage configuration, and the workload processed. Therefore, no assurance can be given that an individual user will achieve results similar to those stated here.
  • 3. © 2015 IBM Corporation IBM z Systems Agenda  Overview of IBM DevOps Solution  RDz –> RTC -> UC  What’s New with IBM DevOps Solution  SAFe  Hierarchical Components  Build enhancements  UC Integration  DEMO PLEASE ASK QUESTIONS ANY TIME
  • 4. © 2015 IBM Corporation IBM z Systems Agenda  Overview of IBM DevOps Solution  RDz –> RTC -> UC  What’s New with IBM DevOps Solution  SAFe  Hierarchical Components  Build enhancements  UC Integration  DEMO PLEASE ASK QUESTIONS ANY TIME
  • 5. © 2015 IBM Corporation IBM z Systems DevOps for z Systems Customers Traditional and Agile PlanningTraceability Creation and Build Project Manager LOB Manager Analyst Tester Simple Deployment Developers Program Manager Operations Team • Enable and manage the transition of large scale traditional development to modern DevOps practices • Optimize and integrate mainframe development to control and eliminate multi-speed IT • Centralized source code, automated build integrated testing and automated deployment • Dashboards, reporting , traceability and compliance for large scale regulated multi-platform organizations • Integrating mainframe development into cloud and hybrid scenarios Core Products supporting capabilities: • Rational Developer for System z • Rational Team Concert • Urban Code Deploy/Release DEV OPSSTAKE- HOLDERS Orchestrated Deployment Collaboration MGT Consumers
  • 6. © 2015 IBM Corporation IBM z Systems BUILD TYPES  User  RDz Build – Translates RTC build instructions into JCL  Use : Developer ‘s initial build  Personal  RTC Dependency build for the individual developer  Use : To propagate a change for testing  Team  RTC Dependency build in stream  Use : Integration and production builds  Simulation  Dependency analysis without compilation  Use : build dependencies without overhead of compilation
  • 7. © 2015 IBM Corporation IBM z Systems Deployment – Which deployment?  RTC Integrated Deployment  Simple linear deployment process  Small number of targets  UrbanCode Deployment  UC Deploy offers  Complex deployment process (multi-path, conditional and gated processes)  On-demand, scheduled and triggered execution  UC Release  Orchestration across applications/platforms  Visibility Complex
  • 8. © 2015 IBM Corporation IBM z Systems Agenda  Overview of IBM DevOps Solution  RDz –> RTC -> UC  What’s New with IBM DevOps Solution  SAFe  Hierarchical Components  Build enhancements  UC Integration  DEMO PLEASE ASK QUESTIONS ANY TIME
  • 9. © 2015 IBM Corporation IBM z Systems 9 RTC Product Roadmap RTC 6.0 • UrbanCode Deploy package integration • Strategic Reuse • RTC SCM for the Enterprise • Subset management • ISPF SRCHFOR/Share Like • ISPF repository compare • Build/promotion usability • Subset editor • Tracking and Planning • Quick planner “Found in” • Performance • UI usability • Ranking in hierarchical plans • Aggregated change notifications • SAFe RTC 5.0.2 • Quick Planner - for agile teams who work in a fast and fluid pace • Full link history for audits and compliance • Graphical Reporting • Quality improvements • ISPF client preview build/check-in history • Translator variables • Sequential file support • Build/promote/deploy housekeeping • Planning performance improvements RTC next • ISPF Client build subsets • Metadata collection • Usability • Security/Compliance • Customer RFEs
  • 10. © 2015 IBM Corporation IBM z Systems Scaled Agile Framework™ Big Picture
  • 11. © 2015 IBM Corporation IBM z Systems SAFe™ - The engine inside IBM’s Collaborative DevOps IBM’s support for the Scaled Agile Framework © (SAFe™) Scale lean and agile principles to the enterprise by establishing a SAFe-based environment with fit-for-purpose dashboards and reports, supporting the team, program and portfolio levels in heterogeneous environments.  Get up and running quickly with out-of-the-box infrastructure to lead a SAFe project  Improve agility and predictability with role- based dashboards for visibility to continuously measure progress and adjust planning in real time to meet business goals  Simplify change to culture and process with quick and easy access to SAFe best-practices Operate Develop/ Test Deploy Steer DevOps Continuous Feedback IBM SAFe solution includes content donated by Scan to learn more about IBM’s support for SAFe. 11
  • 12. © 2015 IBM Corporation IBM z Systems Strategic Reuse : Component Hierarchies Why do we need component hierarchies?  RTC SCM already has components  Components organize software artifacts into reusable units  files and change set history information  Reuse is at the level of components/streams  Common software in its own component can be reused in many streams  in a stream are modifiable This is good!
  • 13. © 2015 IBM Corporation IBM z Systems What does it mean to have component hierarchies?  Components will be shown as a tree rather than a flat list  Users will need to look at the only subset of components they work on and use  Collapse/ignore subtrees that are not interesting  Users can easily operate on an entire subtree of components, for example:  Adding a component would also add its subcomponents  Creating a baseline would baseline the whole subtree  Comparing two components would compare their subcomponents as well
  • 14. © 2015 IBM Corporation IBM z Systems How will hierarchy relationships be managed?  Each component can have a list of subcomponents  In a stream or workspace, the list is used to organize components into tree structures  The subcomponent list is optional  If no subcomponent lists exist, components are shown as a flat list, as always  The list does not point to a specific version of a component  It points to the “version of” that component in the local stream or workspace displayed as
  • 15. © 2015 IBM Corporation IBM z Systems About reuse in Team Concert  A component can be used in many streams  A component can be reused multiple places in a hierarchy  Circular dependencies will be detected to avoid issues  A component and its subcomponents are used as a unit  Adding a subcomponent will add its full subtree
  • 16. © 2015 IBM Corporation IBM z Systems Hierarchy operations  Some examples of operations available on a hierarchy:  Add subcomponent – would add a component and its subtree  Remove subcomponent – would remove a subcomponent and its subtree  Create baseline – would baseline the component and its subtree  Replace baseline – would replace the baseline for the component and its subtree  Compare – would compare the components and their subtrees  Load component – load a component and all its subcomponents…  This also enables quickly finding all the places a component is reused within a stream. Some use cases:  Before upgrading a shared component to a new version, find all the programs that depend on it, so you’d know what would need to be updated and retested  After finding a defect in a shared component, find all the programs that may be affected
  • 17. © 2015 IBM Corporation IBM z Systems RTC for the Enterprise : Build Map Editor The Build Map editor is reorganized. The input and output sections are displayed on separate tabs, so that you can find useful information more easily.
  • 18. © 2015 IBM Corporation IBM z Systems RTC for the Enterprise : Build Result editor The Build Result Editor has been completely reworked to improve usability New front page New preferences page New format New filters New icons
  • 19. © 2015 IBM Corporation IBM z Systems RTC for the Enterprise : Dependency build and promotion Personal builds are prevented from using the wrong build workspace A new precondition prevents you from requesting a personal dependency build that uses a wrong build workspace.
  • 20. © 2015 IBM Corporation IBM z Systems UrbanCode Deploy: Press a button, a complex app is deployed to an environment Inventory System
  • 21. © 2015 IBM Corporation IBM z Systems Fit with Rational Team Concert Team Concert: RTC provides a good source control system, an automated build tool, and work item tracking. It does a great job of helping developers collaborate and make the changes that will need deploying. Key Integrations: • RTC Can automatically push new builds to UrbanCode Deploy • UrbanCode Release can aggregate work-item information from many projects into summary views showing how complete the larger release effort is, and which applications to worry about. Story: RTC is helping your developers with Agile and continuous integration (build). That will mean more stuff flowing downstream to release teams. They will need better tools to keep up.
  • 22. © 2015 IBM Corporation IBM z Systems But for Mainframe Applications….  Application size and complexity mean only changes are deployed to highly dependent operating environments  Unique deployment targets  High volume of small deployments RTC understands what needs to be in a deployment and how it needs to be deployed SO……….
  • 23. © 2015 IBM Corporation IBM z Systems RTC for the Enterprise : UrbanCode Deploy Integration RTC can now be used to directly generate z/OS packages that are deployable from IBM UrbanCode Deploy The packages can be built from Work Items and will only contain changed items. RTC ensures the completeness and integrity of the packages and registers them with UrbanCode RTC passes deployment information for the packages to UrbanCode Deploy
  • 24. © 2015 IBM Corporation IBM z Systems RTC Packaging for UrbanCode Deploy  RTC can now package build results (e.g. for work items) into Urban Code Deploy component versions to be deployed.
  • 25. © 2015 IBM Corporation IBM z Systems Build outputs can be set to deploy types…  Your language definition’s translators can specify deployment types on the outputs they generate during a build… RTC Packaging for UrbanCode Deploy
  • 26. © 2015 IBM Corporation IBM z Systems …and deployTypes can direct UCD actions  And UrbanCode Deploy processes can use these deploy types to determine and execute special actions at deploy time… Filter Execute RTC Packaging for UrbanCode Deploy
  • 27. © 2015 IBM Corporation IBM z Systems UrbanCode Release: Manage Related Applications Quick Qualifying Question: When you release, do you do just one app or do you coordinate changes to several? Customer Portal Inventory System Customer Accounts Credit Services Planning is complex Development work must be coordinated across teams. Release schedules aligned. Development is complex. Interfaces understood, developed & configured appropriately. Environments composed & connected. Testing complex. Are the correct versions of all applications in my environment? In which application did the bug occur? Is the bug a code issue or misconfiguration of the multi-application environment? Change Management is complex. If we pull an application from the Release what will what other applications or projects will be affected? and dozens or hundreds more…
  • 28. © 2015 IBM Corporation IBM z Systems UCD Basics  Applications are made of Components  Applications and Components have Processes  A Component Process is a fine-grained series of user-defined steps that operate on the component’s artefacts  An Application Process orchestrates the order that component processes will be put onto the deployment target. Application processes can run manually, automatically on a trigger condition, or on a user-defined schedule.  Application Environments are typically for different uses of the application usually but not always different stages of the development lifecycle (Dev, System Testing, QA, Production.....). Environments have Resources defined to them  Resources represent deployment targets . Each resource tracks which versions of various components are currently deployed to it.  The Calendar is used to view deployment history and plan upcoming deployments. It can also schedule recurring deployments that will kick off automatically. 4/16/15
  • 29. © 2015 IBM Corporation IBM z Systems A further selected glossary of RTC and UCD terms June, 2015
  • 30. © 2015 IBM Corporation IBM z Systems Glossary of general RTC build terms: (link)  Build Definition: An object that defines a build, such as a weekly project-wide integration build. This links to all necessary information to run a build – e.g. build workspace, build engine(s), the list of build results, etc.  Build Engine: The representation of a build system that runs on a dedicated server.  Stream: In source control management, a repository object that includes one or more components. Streams are typically used to integrate the work that is stored in repository workspaces. Team members deliver their changes to the stream and accept changes from other team members into their repository workspaces from the stream.  Repository Workspace: A repository object that includes one or more components. Repository workspaces are typically used by individual team members to contain their changes in progress. Team members deliver their changes from their repository workspace to the stream and accept changes from other team members into their repository workspace from the stream. Every repository workspace has an owner, and only the owner can make changes in the workspace. See also workspace.  Build workspace: A repository workspace which is dedicated to building; it contains the configuration (i.e. state) of the source being built.  Build request: An instance of a request to process a build, executed from a build definition through a build agent, producing built outputs reported in a build result.  Build result: A consolidated record of activities, logs and reports generated from a build request.
  • 31. © 2015 IBM Corporation IBM z Systems Glossary of RTC-EE Dependency Build terms  Data set Definition: A Jazz model object that describes a data set on z/OS and is stored in the Rational Team Concert Jazz repository. If the data set already exists, the data set definition must specify just the data set name. If the data set is new, the data set definition must specify both the name of the data set, and the characteristics of the data set, such as record format. Every data set that a build process references must correspond to a data set definition.  Language Definition: A Jazz model object that serially connects the translators used to build an artifact. The association of a language definition to an artifact provides instructions for how the artifact should be built.  Source Code Data: Metadata, dependency properties, and other user-defined data that are created and updated periodically by running scanners against the source code. The data can be queried, edited, and used to analyze the impact of potential changes. Source code data is used by dependency builds to determine which dependant artifacts have changed and therefore require that buildable files be rebuilt.  System Definitions: A collective term referring to a group of definitions in Rational Team Concert, including IBM i libraries, z/OS data set definitions, language definitions, and translators.  Translator: A Jazz model object that describes a single build step in which a translator executable program is invoked with the required inputs and outputs. Inputs and outputs are the same as z/OS data sets or IBM i libraries, so a translator must reference multiple data set or library definitions.
  • 32. © 2015 IBM Corporation IBM z Systems Glossary of UrbanCode Deploy terms: (link)  Application: One or more computer programs or software components that provide a function in direct support of a specific business process or processes.  Component*: A representation of deployable items and the user-defined processes that operate on them, usually by deploying them.  Environment: A user-defined collection of resources that hosts an application.  Process: Automated tasks that run on agents. See generic processes, component processes, and application processes. See also application process, component process, generic process.  Resource: A user-defined construct that is based on the architectural model of IBM UrbanCode Deploy. A resource represents a deployment target.  Resource inventory: A list 0f all of the components that are deployed to an agent resource. See alsocomponent inventory.  Snapshot*: A collection of specific versions of components. Typically, a snapshot represents a set of component versions that are known to work together.  Version: A group of resources that represent a particular version of a component. See also full version, incremental version.  *Note: RTC also has Components, which are an atomically versionable (baseline-able) set of source, as opposed to UCD’s atomically deployable Component. RTC also has Snapshots, which are a collection of source baselines, as opposed to a collection of versions. RTC’s terms : source configurations, UCD’s : deployable units
  • 33. © 2015 IBM Corporation IBM z Systems www.ibm.com/software/rational
  • 34. © 2015 IBM Corporation IBM z Systems www.ibm.com/software/rational
  • 35. © 2015 IBM Corporation IBM z Systems
  • 36. © 2015 IBM Corporation IBM z Systems 4/16/15
  • 37. © 2015 IBM Corporation IBM z Systems RTC Build (in general) Build EngineStream RTC repository Build host Build workspace Build Definition Build Request Build result Source Source Buildable source Source Built executables Programs
  • 38. © 2015 IBM Corporation IBM z Systems RTC Build (in general) Build EngineStream RTC repository Build host Build workspace Build Definition Build Request Build Result Source Source Buildable source Source Built executables Programs (2) Accept Changes (1) Request Build (3) Load source changes (4) Build Report results Incoming changes
  • 39. © 2015 IBM Corporation IBM z Systems Glossary of general RTC build terms: (link)  Build Definition: An object that defines a build, such as a weekly project-wide integration build. This links to all necessary information to run a build – e.g. build workspace, build engine(s), the list of build results, etc.  Build Engine: The representation of a build system that runs on a dedicated server.  Stream: In source control management, a repository object that includes one or more components. Streams are typically used to integrate the work that is stored in repository workspaces. Team members deliver their changes to the stream and accept changes from other team members into their repository workspaces from the stream.  Repository Workspace: A repository object that includes one or more components. Repository workspaces are typically used by individual team members to contain their changes in progress. Team members deliver their changes from their repository workspace to the stream and accept changes from other team members into their repository workspace from the stream. Every repository workspace has an owner, and only the owner can make changes in the workspace. See also workspace.  Build workspace: A repository workspace which is dedicated to building; it contains the configuration (i.e. state) of the source being built.  Build request: An instance of a request to process a build, executed from a build definition through a build agent, producing built outputs reported in a build result.  Build result: A consolidated record of activities, logs and reports generated from a build request.
  • 40. © 2015 IBM Corporation IBM z Systems RTC repository RTC-EE Dependency Build has additional System Definitions Data set Definition Defines physical attributes of resources used in build: e.g. reclen, compiler location, zFolders Language Definition Classifies source members to a type of buildable object, & lists the translators to build with. Translator A build command. Defines inputs & outputs from data set definitions These configure what buildable resources are, and how to build them
  • 41. © 2015 IBM Corporation IBM z Systems RTC repository RTC-EE Dependency Build Scanners Language-dependent scanners find & update dependency relationships Build Maps Representation of the outputs which are already built Incoming Changesets New source changes that haven’t been built System Definitions How to build outputs from inputs Source Code Data Repository of dependency relationships What needs to be loaded? What needs to be rebuilt? How to build it? Dep Build Build Engine Buildable source Source Built executables Programs Load what’s needed Build what’s needed
  • 42. © 2015 IBM Corporation IBM z Systems RTC-EE: UrbanCode packaging integration June, 2015 Sean Babineau, Rational Team Concert – Enterprise Extensions babineau@ca.ibm.com
  • 43. © 2015 IBM Corporation IBM z Systems Overview  UCD z/OS packaging from RTC before RTC 6.0  Continuous Integration model – build and deploy in series  You can call a post-build process:  Which collects the list of new outputs generated from that build, and generate a UCD package manifest from this  Invokes the UCD command-line interface on the host to generate and register this package as a UCD component version  Or, you can script a manifest and invoke UCD’s command interface (BUZTOOL rexx or shell script)  This package can then be deployed to z/OS environments configured in UCD  With RTC 6.0 (and UCD 6.1.1.*)  RTC-EE packaging model – build changes, deploy on demand  package at work item scope  and/or filter by object name/timestamp
  • 44. © 2015 IBM Corporation IBM z Systems RTC-UCD integration before RTC 6.0 DRTCBLD.rex buildReport.xml Post-build Command Build Def Buildreportparser.js Buztool.sh Ucd_shiplist.xml *.SBUZEXEC(BUZTOOL) UCD package repo (in USS) UCD pkg UCD client UCD server UCD version RTC post-build command executes a REXX exec to parse build outputs and create package from it
  • 45. © 2015 IBM Corporation IBM z Systems UCD shiplist  A UCD shiplist is required input to tell BUZTOOL what resources to package  This can be manually edited XML file on the host, passed to BUZTOOL  Or it can be generated (the DRTCBLD post-build process generates this from build output)
  • 46. © 2015 IBM Corporation IBM z Systems UCD shiplist example <?xml version="1.0"?> <manifest type="MANIFEST_SHIPLIST"> <container name="TONY.MORT.RTCDEV.LOAD" type="PDS" deployType="CICS_LOAD"> <resource name="JKEMORT" type="PDSMember" /> <resource name="JKECMORT" type="PDSMember" /> </container> <container name="TONY.MORT.RTCDEV.DBRM" type="PDS"> <resource name="JKECMORT" type="PDSMember" deployType="DBRM"/> </container> </manifest> • This is an example shiplist used for creating UCD packages:
  • 47. © 2015 IBM Corporation IBM z Systems RTC-EE 6.0 - Packaging for UrbanCode Deploy integration  RTC packaging knows where | when | what outputs were built from RTC’s dependency build; it can exploit this knowledge for determining packaging contents.  UCD has a more sophisticated UI and framework for designing deployment processes, executing deployment processes, and keeping track of deployment states. 47 Package with RTC’s intelligence Packages are stored in UrbanCode Deploy Use UrbanCode Deploy to execute and track deployment of packages
  • 48. © 2015 IBM Corporation IBM z Systems UCD packaging options  Specify the necessary parameters to interface with UCD to create UCD deployable packages
  • 49. © 2015 IBM Corporation IBM z Systems Deployment type  RTC-EE translator definitions: Specify Deployment types for outputs, which can be used by UCD to filter deploy actions based on type.
  • 50. © 2015 IBM Corporation IBM z Systems UCD z/OS component
  • 51. © 2015 IBM Corporation IBM z Systems UCD component versions
  • 52. © 2015 IBM Corporation IBM z Systems UCD version artifacts – i.e. package contents
  • 53. © 2015 IBM Corporation IBM z Systems UCD z/OS deployment process example A. Get package to destination B. Deploy datasets from package C. Filter members by deploy type D. Iteratively bind the filtered list
  • 54. © 2015 IBM Corporation IBM z Systems UCD process step using deploy type Filter each member of deploy type DBRM, and iterate the next process step on the resulting list
  • 55. © 2015 IBM Corporation IBM z Systems Strategic Reuse : Component Hierarchies Why do we need component hierarchies?  RTC SCM already has components  Components organize software artifacts into reusable units  files and change set history information  Reuse is at the level of components/streams  Common software in its own component can be reused in many streams  in a stream are modifiable This is good!
  • 56. © 2015 IBM Corporation IBM z Systems What does it mean to have component hierarchies?  Components will be shown as a tree rather than a flat list  Users will need to look at the only subset of components they work on and use  Collapse/ignore subtrees that are not interesting  Users can easily operate on an entire subtree of components, for example:  Adding a component would also add its subcomponents  Creating a baseline would baseline the whole subtree  Comparing two components would compare their subcomponents as well
  • 57. © 2015 IBM Corporation IBM z Systems How will hierarchy relationships be managed?  Each component can have a list of subcomponents  In a stream or workspace, the list is used to organize components into tree structures  The subcomponent list is optional  If no subcomponent lists exist, components are shown as a flat list, as always  The list does not point to a specific version of a component  It points to the “version of” that component in the local stream or workspace displayed as
  • 58. © 2015 IBM Corporation IBM z Systems About reuse in Team Concert  A component can be used in many streams  A component can be reused multiple places in a hierarchy  Circular dependencies will be detected to avoid issues  A component and its subcomponents are used as a unit  Adding a subcomponent will add its full subtree
  • 59. © 2015 IBM Corporation IBM z Systems Hierarchy operations  Some examples of operations available on a hierarchy:  Add subcomponent – would add a component and its subtree  Remove subcomponent – would remove a subcomponent and its subtree  Create baseline – would baseline the component and its subtree  Replace baseline – would replace the baseline for the component and its subtree  Compare – would compare the components and their subtrees  Load component – load a component and all its subcomponents…  This also enables quickly finding all the places a component is reused within a stream. Some use cases:  Before upgrading a shared component to a new version, find all the programs that depend on it, so you’d know what would need to be updated and retested  After finding a defect in a shared component, find all the programs that may be affected