SlideShare ist ein Scribd-Unternehmen logo
1 von 58
© Copyright IBM Corporation 2015
Welcome to
Essentials of IBM UrbanCode Deploy
Our session will begin shortly
© Copyright IBM Corporation 2015
Essentials of IBM UrbanCode Deploy
Course code: QQ147
Course Overview
3 © Copyright IBM Corporation 2015
Intended audience
Primary audience:
 Users
 Configurators
 Producers
 Administrators
Secondary audience:
 Administrators
4 © Copyright IBM Corporation 2015
Course description
This course introduces IBM® Rational® Urban Code
Deploy
After completing this course you will know this information:
How UrbanCode Deploy solves customer problems
The workflow for a simple project
How key concepts and terms such as component, resource, processes are used in the product
How resources are organized and accessed
How to orchestrate deployments to different environments
You will also be able to complete these tasks:
Create a resource
Add agents to the base resource
Add a base resource to an application environment
Add component resources to the agents in the resource tree
Create components
Import artifacts from a build to create component versions
Identify the different kinds of component properties
Add components
Create component processes and add them to components
5 © Copyright IBM Corporation 2015
Course description continued
You will also learn how to complete these tasks:
Create an application and an environment
Create an application process
Update an application
Approve deployments
Examine the inventory and compliance for an environment and identify what
versions of components are installed in the environment
Schedule deployments
Execute a deployment
6 © Copyright IBM Corporation 2015
Course materials
Materials for this course:
 Slides
 Lab workbook
 Student workbook
 Lab environment setup instructions
 Videos
7 © Copyright IBM Corporation 2015
Course outline
Module 0: About this course
Module 1: Product overview
Module 2: Resources
Module 3: Components
Module 4: Applications
Module 5: Deployments
Module 6: Teams and roles
© Copyright IBM Corporation 2015
Essentials of IBM Urban Code Deploy
Course code: QQ147
UrbanCode Deploy product overview
9 © Copyright IBM Corporation 2015
Agenda
Solving customer problems
Key terminology
Workflow
Explore the user interface
10 © Copyright IBM Corporation 2015
Module objectives
In this module you learn about:
 Problems that UrbanCode Deploy helps to solve
 A workflow for a basic deployment
 The purpose of snapshots and inventory
 User interface navigation
 The UrbanCode Deploy topology
 Server and agent communication
11 © Copyright IBM Corporation 2015
Deployment and release problems are serious business
Costly, error prone
manual processes and
efforts to deliver software
throughout an enterprise
are pain points.
CHALLENGES
Upgrade risks arise because
of managing multiple
application configurations and
versions on servers.
Slow deployment
to development and test
environments leave teams
waiting and unproductive.
CHALLENGES
Operations and
Production
Development and
TestCustomers
Business
Owners
Knight Capital loses
$440 million because of
a misconfigured release
(in only 45 minutes).
A bad software upgrade
at RBS Bank left
millions unable to access
money for 4 days.
New Zealand’s biggest phone company,
Telecom, paid $2.7 million to
approximately 47,000 customers who
were overcharged after a software glitch.
12 © Copyright IBM Corporation 2015
What’s going wrong?
Differences in dev and
ops environments and
procedures cause
failures.
Time-to-market pressure
generates more frequent
releases.
Manual processes for
release lack repeatability
and speed.
Major releases take days;
hundreds of people and are
organized by spreadsheet.
Daily
build
Release
Who did
this last
time?
Dave…
Dave’s
not here,
man….
Dev
Prod
I’ll order
breakfast
13 © Copyright IBM Corporation 201513
Common application deployment problems
14 © Copyright IBM Corporation 2015
The UrbanCode Deploy solution
 Automated, consistent deployments and application
rollbacks
 Orchestration of changes on servers and tiers
 Configuration and security differences between
environments
 Clear visibility: What is deployed where and who
changed what
 Integration with middleware, provisioning, and service
virtualization
15 © Copyright IBM Corporation 2015
Accelerate
software delivery
Balance speed, cost,
quality, and risk
Reduce time to
customer feedback
People Process Technology
Develop/Test
Deploy
Operate
Steer
IBM DevOps architecture
Enterprise capability for continuous software delivery that enables clients to
seize market opportunities and reduce time for customer feedback.
15
DevOps Practices Self Assessment tool.
Blog that explains the Self Assessment tool: https://ibm.biz/BdRUbh
Direct link to the tool : https://ibm.biz/devops-practices-assessment
16 © Copyright IBM Corporation 2015
Urbancode Deploy focus areas in the DevOps process
17 © Copyright IBM Corporation 2015
Deployment definition
“Deployment” is the process of completing these actions:
 Selecting component versions from a repository.
 Moving those components to one or more targets, such as a web server.
 Completing the required tasks for bringing those pieces of the application
online.
– For example, a deployment might remove the previous version from an
application server, install a new version, and then start the new version.
18 © Copyright IBM Corporation 2015
UrbanCode Deploy
Deployment is the process of moving software through
various preproduction stages to final production.
What refers to the deployable items: binary files, static content,
middleware updates, database changes and configurations, and
anything else that is associated with the software that IBM
UrbanCode Deploy delivers to targets.
How refers to combining deployable items with processes to
create components and designing applications that coordinate
and orchestrate multicomponent deployments.
Where refers to the target's hosts and environments.
19 © Copyright IBM Corporation 2015
Intuitive and scalable model-driven deployment
Composite applications
Components
Reusable workflows
Environment
management
SIT
PROD
The “What”
The “How”
The “Where”
Deployment
automation
19
20 © Copyright IBM Corporation 2015
Application model
Reliably capture application content and configuration
settings with versions and traceability.
The “What”
21 © Copyright IBM Corporation 2015
Application environments
21
Define where components are deployed and capture
configuration settings per deployment environment for
an application.
The “Where”
22 © Copyright IBM Corporation 2015
Deploy the application
- Orchestrate the deployment of many components.
- Represent deploy-time dependencies
Deploy the component
- Create a fully automated workflow
to be executed on target servers
Use a drag-and-drop workflow designer.
Precisely control of execution flow.
Use hundreds of integration steps are provided
Create custom steps.
Deployment processes The “How”
23 © Copyright IBM Corporation 2015
The continuous delivery pipeline
24 © Copyright IBM Corporation 2015
Before any
deployments to
production, manual
approvals are
required.
The exact combination of
component versions which
passed tests is captured in a
snapshot.
On build completion, the
latest artifacts are
published to UrbanCode
Deploy and deployed to
a development or SIT
environment.
After deployment,
automated tests are
started. If they pass,
we mark the tested
versions as such.
Putting it all together: Continuous delivery
25 © Copyright IBM Corporation 2015
Installation elements
UrbanCode Deploy server
 The main server provides a web interface for administration and user
operations.
 The server manages authentication and authorization for users (LDAP
integration is available too).
 The server orchestrates integrations with other elements: agents, other IBM
software, or third-party software.
Agents
 Are installed on each deployment target.
 Communicate with the UrbanCode Deploy Server to receive file transfers
and initiate operations on local computers to install and initiate the
application pieces.
– Local operations are accomplished with “plug-ins.”
– Agents include Groovy libraries for running plug-ins, but plug-ins can be
written in any language or format that provides execution capability on
the local computer.
Relay server (optional)
26 © Copyright IBM Corporation 2015
Welcome to UrbanCode deploy
Represent
deployable
items and the
processes to
deploy them
Orchestrate
component
deployments
Add
properties to
applications,
components,
and
environments
Are generic
processes
that run
outside the
context of
components
and
applications
Represent a
deployment
target
Shows
scheduled
deployments
27 © Copyright IBM Corporation 2015
Web applications
Web applications are made of multiple pieces:
 They are often created by many different groups, including third parties.
 They are updated on separate schedules and have different version
numbers.
 They are installed on multiple pieces of hardware at run time.
Application user
Web servers App servers Database servers
Page designers Programmers
Database architects
Web pages
Data
structures
Note: You can use UrbanCode Deploy for any kind of application code
distribution, but web applications provide the best illustration of its value.
28 © Copyright IBM Corporation 2015
Architecture and environment before the lab exercise
The lab is set up with one agent and two-servers as deployment targets.
29 © Copyright IBM Corporation 2015
A basic workflow
1. Create a base resource.
2. Add an agent to your base resource.
3. Create a component.
4. Add versions to your components.
5. Add component processes to your components.
6. Create an application.
7. Add components to your application.
8. Create application processes.
9. Create application environments.
10. Add a base resource to the application environment.
11. Add to the agents in resource tree component resources for
each component that is used in your application
12. In the application environment click Run Process
30 © Copyright IBM Corporation 2015
Architecture and environment for the JPetStore lab exercise
After the lab is complete the components have deployed as
shown below:
31 © Copyright IBM Corporation 2015
Different groups use different component versions
Editors might use the latest version that exists.
QA uses a combination of old and new components.
 QA tests “candidate” application releases to make sure they work together without
errors.
 Multiple combinations of versions might be in various test stages.
Production uses only versions that are proven to work together without errors.
Development
systems
Production
systems
QA
systems
v1 v1v1
v4 v2v3
v6 v2v4
32 © Copyright IBM Corporation 2015
IBM UrbanCode Deploy
UrbanCode Deploy gives engineers a way to quickly
manage what pieces go where.
Development
environment
Production
environment
QA
environment
v1 v1v1
v4 v2v3
v6 v2v4
IBM
UrbanCode
Deploy
Build or release
engineer
33 © Copyright IBM Corporation 2015
UrbanCode Deploy topology
34 © Copyright IBM Corporation 2015
The UrbanCode Deploy key elements
UrbanCode Deploy maintains these elements to represent
deployment activities and artifacts:
 Components: The pieces of your application that are being deployed.
 Applications: The collection of components that are deployed together.
 Resource: The target of a deployment; a computer where an agent is
installed.
 Environments: A collection of resources (computers) where an application
is hosted.
 Snapshots: A collection of specific versions of components.
 Processes: A list of steps that operate on a component. These steps
include moving a component to a target environment and acting on that
environment to initiate the running application.
 Plug-ins provide basic functions and provide an extension point for
integration with other software.
35 © Copyright IBM Corporation 2015
Get visibility and automated control of your application
deployment process.
• Manage application
components and versions.
• Manage configurations
among all environments.
• Offer secure “self-service”
capabilities.
• Increase transparency.
• Ensure governance and
compliance.
UrbanCode Deploy automation benefits
36 © Copyright IBM Corporation 2015
Inventory
Inventory shows what versions
are “where”:
Environments and
resources
Resources (deployment
targets) support different
scenarios.
When did the component get
there?
What used to be there?
How do things differ?
37 © Copyright IBM Corporation 2015
Snapshots
Creating a Snapshot
Component Versions
1
1
2
2
3
3
321Web
Mid. Code
DB
Snapshot
3
2
1
Mid. Config 1 2 3 3
Snapshot Deployment
ENVSnapshot
3
2
1
WEB HOST
MID HOST
DB HOST
2
1
1
3
2
X
3 3 1
• Create a snapshot after testing
• Snapshots contain deployable components and configuration
• Deployment changes are tracked by default
Snapshots help in these areas:
 Automation, audits, and visibility
38 © Copyright IBM Corporation 2015
Components, applications, and snapshots
Fix bugs
Add features
Remove obsolete functions
v1
v4
v1
v1
v2
v2
v2
v3
v3
v4 v5 v6
39 © Copyright IBM Corporation 2015
Resources, environments, processes
Resources - Resources are assigned to environments.
A resource represents a logical deployment target that
typically resolves to an agent. The agent does the
work.
Environments – may have multiple servers, logical and
physical deployment target
Processes – Executed by applications on components
40 © Copyright IBM Corporation 2015
Process editor
A graphical editor in which to
construct elemental processes to
complete operations on resources.
A drag-and-drop interface to create
process flows.
Web based and accessible through
the UrbanCode Deploy server.
Parameter-based logic, which is
highly customizable.
Ability to write customized
procedures and plug-ins.
41 © Copyright IBM Corporation 2015
Representation model review questions:
What is a component?
What is a resource?
What is a snapshot?
What is deployed to an environment?
What are processes packaged with and what are
they executed by?
42 © Copyright IBM Corporation 2015
Simple deployment demonstration
Let’s take a look at an example of a simple deployment
of the JPetStore application.
43 © Copyright IBM Corporation 2015
Model elements in the web user interface
44 © Copyright IBM Corporation 2015
Use tabs to access model elements
Access the structural elements by using the tabs.
45 © Copyright IBM Corporation 2015
Model structure is reflected in the navigation
Click the Applications tab to see a list of
applications under management…
Click the name of an application to drill down into
the details.
46 © Copyright IBM Corporation 2015
Drilling down into an application
Subtabs provide functions that are in context with
what you are viewing.
47 © Copyright IBM Corporation 2015
Navigating back
With the breadcrumb, you can navigate back up
the hierarchy.
48 © Copyright IBM Corporation 2015
The Process editor
With the Process editor, you can drag processes
to create logical workflows from many prebuilt
operations.
49 © Copyright IBM Corporation 2015
Results are logged
In the web user interface, you can
see the results of an attempt to
deploy components into
environments.
50 © Copyright IBM Corporation 2015
Artifact repositories versus software configuration management
Artifact repositories:
 Locations where creators of deployable components are deposited and
distributed to many types of users
Software configuration management (RTC or GIT) systems:
 Locations where source code is deposited by and distributed to developers
Similarities:
 Both use content-addressable storage to contain and distribute data.
 Both maintain a notion of “versions” of the elements that they hold.
 Both require credentials for access.
51 © Copyright IBM Corporation 2015
The continuous delivery pipeline
52 © Copyright IBM Corporation 2015
Agents
Light-weight processes that are
installed on every deployment target
(resource).
Provide two-way communication with
the UrbanCode server
 Stateless (resilient to network outages)
 Can be secured by using SSL
Built on Java (requires JVM 1.7 or
later)
53 © Copyright IBM Corporation 2015
Agent
Agent processes: Monitor and worker
Monitor
Worker
(JMS)
Installed as
a service
Multi-
threaded
Plug-in
Run-
time Non-JMS
HTTP
Resource
An agent consists of a
worker process and
a monitor process.
54 © Copyright IBM Corporation 2015
Server-agent communication
Most agent communication is via JMS (bi-directional).
Some activities use HTTP, however (one-directional
from agent to server):
 Posting logs
 Transmitting test results
 Posting files to CodeStation
Agents
UrbanCode Deploy server
HTTP:8080
HTTPS:8443
JMS:7918
HTTP / REST
JMS Channel*
*The agent polls for items in the queue to initiate communication.
55 © Copyright IBM Corporation 2015
Agents and the relay server
In simple configurations, agents communicate directly
with the UrbanCode server.
In more complex situations, direct communication
becomes inefficient or impossible:
 The number of agents increase from tens to hundreds to
thousands.
 Network topology becomes complex.
 Agent-server communication crosses firewalls with port
restrictions.
Agent relay servers resolve this issue.
56 © Copyright IBM Corporation 2015
Topology example with an UrbanCode Deploy relay server
Agents
HTTP or REST
JMS channel
Primary server
Relay server
QA department network
Development department network
Relay server
57 © Copyright IBM Corporation 2015
Resources
• See the material posted on the Urban Code Release
and Deploy learning circle – learning circle link
58 © Copyright IBM Corporation 2015
Module summary
In this module you learned about:
 Problems that UrbanCode Deploy helps to solve
 A workflow for a basic deployment
The purpose of snapshots and inventory
 User interface navigation
 The UrbanCode Deploy topology
 Server and agent communication

Weitere ähnliche Inhalte

Was ist angesagt?

Was ist angesagt? (20)

Intro to git and git hub
Intro to git and git hubIntro to git and git hub
Intro to git and git hub
 
Git & GitLab
Git & GitLabGit & GitLab
Git & GitLab
 
Intro to Git and GitHub
Intro to Git and GitHubIntro to Git and GitHub
Intro to Git and GitHub
 
Starting with Git & GitHub
Starting with Git & GitHubStarting with Git & GitHub
Starting with Git & GitHub
 
DevOps - A Gentle Introduction
DevOps - A Gentle IntroductionDevOps - A Gentle Introduction
DevOps - A Gentle Introduction
 
Git basics to advance with diagrams
Git basics to advance with diagramsGit basics to advance with diagrams
Git basics to advance with diagrams
 
Build CICD Pipeline for Container Presentation Slides
Build CICD Pipeline for Container Presentation SlidesBuild CICD Pipeline for Container Presentation Slides
Build CICD Pipeline for Container Presentation Slides
 
Git - Basic Crash Course
Git - Basic Crash CourseGit - Basic Crash Course
Git - Basic Crash Course
 
Github
GithubGithub
Github
 
Introduction to Gitlab
Introduction to GitlabIntroduction to Gitlab
Introduction to Gitlab
 
Git and Github
Git and GithubGit and Github
Git and Github
 
Jenkins tutorial
Jenkins tutorialJenkins tutorial
Jenkins tutorial
 
Git and git flow
Git and git flowGit and git flow
Git and git flow
 
Docker 101: Introduction to Docker
Docker 101: Introduction to DockerDocker 101: Introduction to Docker
Docker 101: Introduction to Docker
 
CI and CD with Jenkins
CI and CD with JenkinsCI and CD with Jenkins
CI and CD with Jenkins
 
git and github
git and githubgit and github
git and github
 
Git 101: Git and GitHub for Beginners
Git 101: Git and GitHub for Beginners Git 101: Git and GitHub for Beginners
Git 101: Git and GitHub for Beginners
 
Introduction To Git
Introduction To GitIntroduction To Git
Introduction To Git
 
Git
GitGit
Git
 
Git and GitHub workflows
Git and GitHub workflowsGit and GitHub workflows
Git and GitHub workflows
 

Andere mochten auch

Product Overview: The New IBM UrbanCode Deploy 6.0
Product Overview: The New IBM UrbanCode Deploy 6.0Product Overview: The New IBM UrbanCode Deploy 6.0
Product Overview: The New IBM UrbanCode Deploy 6.0IBM UrbanCode Products
 
Continuous Delivery with Jenkins Enterprise and IBM UrbanCode Deploy
Continuous Delivery with Jenkins Enterprise and IBM UrbanCode DeployContinuous Delivery with Jenkins Enterprise and IBM UrbanCode Deploy
Continuous Delivery with Jenkins Enterprise and IBM UrbanCode DeployIBM UrbanCode Products
 
Deploying to and Configuring WebSphere Application Server with UrbanCode Deploy
Deploying to and Configuring WebSphere Application Server with UrbanCode DeployDeploying to and Configuring WebSphere Application Server with UrbanCode Deploy
Deploying to and Configuring WebSphere Application Server with UrbanCode DeployIBM DevOps
 
UrbanCode Deploy and Docker Containers Connect the Dots
UrbanCode Deploy and Docker Containers Connect the DotsUrbanCode Deploy and Docker Containers Connect the Dots
UrbanCode Deploy and Docker Containers Connect the DotsIBM UrbanCode Products
 
Urban code - DevOps - cost reduction
Urban code - DevOps - cost reductionUrban code - DevOps - cost reduction
Urban code - DevOps - cost reductionChris Sparshott
 
Factors to consider when starting a brand-new requirements management project...
Factors to consider when starting a brand-new requirements management project...Factors to consider when starting a brand-new requirements management project...
Factors to consider when starting a brand-new requirements management project...IBM Rational software
 
Module 3: Working with Jazz Source Control
Module 3: Working with Jazz Source ControlModule 3: Working with Jazz Source Control
Module 3: Working with Jazz Source ControlIBM Rational software
 
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
 
The Next Generation of Continuous Delivery
The Next Generation of Continuous DeliveryThe Next Generation of Continuous Delivery
The Next Generation of Continuous DeliveryIBM UrbanCode Products
 
Assisted deployment services offering overview
Assisted deployment services offering overviewAssisted deployment services offering overview
Assisted deployment services offering overviewIBM 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
 
Token Deployment Services Offerings from Rational Lab Services
Token Deployment Services Offerings from Rational Lab ServicesToken Deployment Services Offerings from Rational Lab Services
Token Deployment Services Offerings from Rational Lab ServicesIBM Rational software
 
IBM Rational Developer for System z Quick Start Sales Presentation
IBM Rational Developer for System z Quick Start Sales PresentationIBM Rational Developer for System z Quick Start Sales Presentation
IBM Rational Developer for System z Quick Start Sales PresentationIBM Rational software
 

Andere mochten auch (20)

Product Overview: The New IBM UrbanCode Deploy 6.0
Product Overview: The New IBM UrbanCode Deploy 6.0Product Overview: The New IBM UrbanCode Deploy 6.0
Product Overview: The New IBM UrbanCode Deploy 6.0
 
Fundamentals of Deploy and Release
Fundamentals of Deploy and ReleaseFundamentals of Deploy and Release
Fundamentals of Deploy and Release
 
UCD components
UCD components UCD components
UCD components
 
Continuous Delivery with Jenkins Enterprise and IBM UrbanCode Deploy
Continuous Delivery with Jenkins Enterprise and IBM UrbanCode DeployContinuous Delivery with Jenkins Enterprise and IBM UrbanCode Deploy
Continuous Delivery with Jenkins Enterprise and IBM UrbanCode Deploy
 
Deploying to and Configuring WebSphere Application Server with UrbanCode Deploy
Deploying to and Configuring WebSphere Application Server with UrbanCode DeployDeploying to and Configuring WebSphere Application Server with UrbanCode Deploy
Deploying to and Configuring WebSphere Application Server with UrbanCode Deploy
 
UrbanCode Deploy and Docker Containers Connect the Dots
UrbanCode Deploy and Docker Containers Connect the DotsUrbanCode Deploy and Docker Containers Connect the Dots
UrbanCode Deploy and Docker Containers Connect the Dots
 
Urban code - DevOps - cost reduction
Urban code - DevOps - cost reductionUrban code - DevOps - cost reduction
Urban code - DevOps - cost reduction
 
Deployment module slides
Deployment module slidesDeployment module slides
Deployment module slides
 
Security
SecuritySecurity
Security
 
Factors to consider when starting a brand-new requirements management project...
Factors to consider when starting a brand-new requirements management project...Factors to consider when starting a brand-new requirements management project...
Factors to consider when starting a brand-new requirements management project...
 
Module 3: Working with Jazz Source Control
Module 3: Working with Jazz Source ControlModule 3: Working with Jazz Source Control
Module 3: Working with Jazz Source Control
 
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...
 
2012 01-jenkins-udeploy
2012 01-jenkins-udeploy2012 01-jenkins-udeploy
2012 01-jenkins-udeploy
 
The Next Generation of Continuous Delivery
The Next Generation of Continuous DeliveryThe Next Generation of Continuous Delivery
The Next Generation of Continuous Delivery
 
Assisted deployment services offering overview
Assisted deployment services offering overviewAssisted deployment services offering overview
Assisted deployment services offering overview
 
Application slides
Application slidesApplication slides
Application slides
 
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
 
Token Deployment Services Offerings from Rational Lab Services
Token Deployment Services Offerings from Rational Lab ServicesToken Deployment Services Offerings from Rational Lab Services
Token Deployment Services Offerings from Rational Lab Services
 
IBM Rational Developer for System z Quick Start Sales Presentation
IBM Rational Developer for System z Quick Start Sales PresentationIBM Rational Developer for System z Quick Start Sales Presentation
IBM Rational Developer for System z Quick Start Sales Presentation
 
RELM Overview
RELM OverviewRELM Overview
RELM Overview
 

Ähnlich wie UrbanCode Deploy course and product overview slides

Webcast urbancodemobiltomainframe
Webcast urbancodemobiltomainframeWebcast urbancodemobiltomainframe
Webcast urbancodemobiltomainframeRosalind Radcliffe
 
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
 
How NBCUniversal Adopted DevOps
How NBCUniversal Adopted DevOpsHow NBCUniversal Adopted DevOps
How NBCUniversal Adopted DevOpsSanjeev Sharma
 
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
 
Get Mapped: Using Value Stream Mapping to Create a DevOps Adoption Roadmap
Get Mapped: Using Value Stream Mapping to Create a DevOps Adoption RoadmapGet Mapped: Using Value Stream Mapping to Create a DevOps Adoption Roadmap
Get Mapped: Using Value Stream Mapping to Create a DevOps Adoption RoadmapIBM UrbanCode Products
 
DTS-1778 Understanding DevOps - IBM InterConnect Session
DTS-1778 Understanding DevOps - IBM InterConnect SessionDTS-1778 Understanding DevOps - IBM InterConnect Session
DTS-1778 Understanding DevOps - IBM InterConnect SessionSanjeev Sharma
 
Optimize your CI/CD with GitLab and AWS
Optimize your CI/CD with GitLab and AWSOptimize your CI/CD with GitLab and AWS
Optimize your CI/CD with GitLab and AWSDevOps.com
 
IBM DevOps Enabling continuous integration & delivery
IBM DevOps Enabling continuous integration & deliveryIBM DevOps Enabling continuous integration & delivery
IBM DevOps Enabling continuous integration & deliveryRoberto Pozzi
 
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
 
Deployment Automation for Hybrid Cloud and Multi-Platform Environments
Deployment Automation for Hybrid Cloud and Multi-Platform EnvironmentsDeployment Automation for Hybrid Cloud and Multi-Platform Environments
Deployment Automation for Hybrid Cloud and Multi-Platform EnvironmentsIBM UrbanCode Products
 
Integrations, UI Enhancements and Cloud – See What’s New with IBM UrbanCode D...
Integrations, UI Enhancements and Cloud – See What’s New with IBM UrbanCode D...Integrations, UI Enhancements and Cloud – See What’s New with IBM UrbanCode D...
Integrations, UI Enhancements and Cloud – See What’s New with IBM UrbanCode D...IBM UrbanCode Products
 
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
 
Applying DevOps, PaaS and cloud for better citizen service outcomes - IBM Fe...
Applying DevOps, PaaS and cloud for better citizen service  outcomes - IBM Fe...Applying DevOps, PaaS and cloud for better citizen service  outcomes - IBM Fe...
Applying DevOps, PaaS and cloud for better citizen service outcomes - IBM Fe...Sanjeev Sharma
 
Making the Dinosaur Dance - RDz, RTC and UrbanCode Lunch and Learn slides
Making the Dinosaur Dance - RDz, RTC and UrbanCode Lunch and Learn slidesMaking the Dinosaur Dance - RDz, RTC and UrbanCode Lunch and Learn slides
Making the Dinosaur Dance - RDz, RTC and UrbanCode Lunch and Learn slidesSusan Yoskin
 
DevOps adoption in the enterprise
DevOps adoption in the enterpriseDevOps adoption in the enterprise
DevOps adoption in the enterpriseSanjeev Sharma
 
The new developer experience
The new developer experienceThe new developer experience
The new developer experienceEric Cattoir
 
Transform Digital Business with DevOps
Transform Digital Business with DevOpsTransform Digital Business with DevOps
Transform Digital Business with DevOpsDaniel Oh
 
InterConnect 2015: 3045 Hybrid Cloud - How to get a return from an investment...
InterConnect 2015: 3045 Hybrid Cloud - How to get a return from an investment...InterConnect 2015: 3045 Hybrid Cloud - How to get a return from an investment...
InterConnect 2015: 3045 Hybrid Cloud - How to get a return from an investment...Daniel Berg
 
Applying lean, dev ops, and cloud for better business outcomes
Applying lean, dev ops, and cloud for better business outcomesApplying lean, dev ops, and cloud for better business outcomes
Applying lean, dev ops, and cloud for better business outcomesKartik Kanakasabesan
 

Ähnlich wie UrbanCode Deploy course and product overview slides (20)

Webcast urbancodemobiltomainframe
Webcast urbancodemobiltomainframeWebcast urbancodemobiltomainframe
Webcast urbancodemobiltomainframe
 
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
 
How NBCUniversal Adopted DevOps
How NBCUniversal Adopted DevOpsHow NBCUniversal Adopted DevOps
How NBCUniversal Adopted 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)
Webcast Automação Implantação de Aplicações (DevOps)
 
Get Mapped: Using Value Stream Mapping to Create a DevOps Adoption Roadmap
Get Mapped: Using Value Stream Mapping to Create a DevOps Adoption RoadmapGet Mapped: Using Value Stream Mapping to Create a DevOps Adoption Roadmap
Get Mapped: Using Value Stream Mapping to Create a DevOps Adoption Roadmap
 
DTS-1778 Understanding DevOps - IBM InterConnect Session
DTS-1778 Understanding DevOps - IBM InterConnect SessionDTS-1778 Understanding DevOps - IBM InterConnect Session
DTS-1778 Understanding DevOps - IBM InterConnect Session
 
Optimize your CI/CD with GitLab and AWS
Optimize your CI/CD with GitLab and AWSOptimize your CI/CD with GitLab and AWS
Optimize your CI/CD with GitLab and AWS
 
IBM DevOps Enabling continuous integration & delivery
IBM DevOps Enabling continuous integration & deliveryIBM DevOps Enabling continuous integration & delivery
IBM DevOps Enabling continuous integration & delivery
 
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
 
The Future of DevOps and UrbanCode
The Future of DevOps and UrbanCodeThe Future of DevOps and UrbanCode
The Future of DevOps and UrbanCode
 
Deployment Automation for Hybrid Cloud and Multi-Platform Environments
Deployment Automation for Hybrid Cloud and Multi-Platform EnvironmentsDeployment Automation for Hybrid Cloud and Multi-Platform Environments
Deployment Automation for Hybrid Cloud and Multi-Platform Environments
 
Integrations, UI Enhancements and Cloud – See What’s New with IBM UrbanCode D...
Integrations, UI Enhancements and Cloud – See What’s New with IBM UrbanCode D...Integrations, UI Enhancements and Cloud – See What’s New with IBM UrbanCode D...
Integrations, UI Enhancements and Cloud – See What’s New with IBM UrbanCode D...
 
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
 
Applying DevOps, PaaS and cloud for better citizen service outcomes - IBM Fe...
Applying DevOps, PaaS and cloud for better citizen service  outcomes - IBM Fe...Applying DevOps, PaaS and cloud for better citizen service  outcomes - IBM Fe...
Applying DevOps, PaaS and cloud for better citizen service outcomes - IBM Fe...
 
Making the Dinosaur Dance - RDz, RTC and UrbanCode Lunch and Learn slides
Making the Dinosaur Dance - RDz, RTC and UrbanCode Lunch and Learn slidesMaking the Dinosaur Dance - RDz, RTC and UrbanCode Lunch and Learn slides
Making the Dinosaur Dance - RDz, RTC and UrbanCode Lunch and Learn slides
 
DevOps adoption in the enterprise
DevOps adoption in the enterpriseDevOps adoption in the enterprise
DevOps adoption in the enterprise
 
The new developer experience
The new developer experienceThe new developer experience
The new developer experience
 
Transform Digital Business with DevOps
Transform Digital Business with DevOpsTransform Digital Business with DevOps
Transform Digital Business with DevOps
 
InterConnect 2015: 3045 Hybrid Cloud - How to get a return from an investment...
InterConnect 2015: 3045 Hybrid Cloud - How to get a return from an investment...InterConnect 2015: 3045 Hybrid Cloud - How to get a return from an investment...
InterConnect 2015: 3045 Hybrid Cloud - How to get a return from an investment...
 
Applying lean, dev ops, and cloud for better business outcomes
Applying lean, dev ops, and cloud for better business outcomesApplying lean, dev ops, and cloud for better business outcomes
Applying lean, dev ops, and cloud for better business outcomes
 

Mehr von IBM Rational software

Dmt 5899 workshop - Learn to Collaborate, Trace, Review and Reuse Your Requir...
Dmt 5899 workshop - Learn to Collaborate, Trace, Review and Reuse Your Requir...Dmt 5899 workshop - Learn to Collaborate, Trace, Review and Reuse Your Requir...
Dmt 5899 workshop - Learn to Collaborate, Trace, Review and Reuse Your Requir...IBM Rational software
 
Steer at the Team Level with Rational Team Concert
Steer at the Team Level with Rational Team ConcertSteer at the Team Level with Rational Team Concert
Steer at the Team Level with Rational Team ConcertIBM Rational software
 
IBM InterConnect Speaker Proposal Tips
IBM InterConnect Speaker Proposal TipsIBM InterConnect Speaker Proposal Tips
IBM InterConnect Speaker Proposal TipsIBM Rational software
 
IBM DevOps Announcements - June 2014
IBM DevOps Announcements - June 2014IBM DevOps Announcements - June 2014
IBM DevOps Announcements - June 2014IBM Rational software
 
Rational consulting café to go menu
Rational consulting café to go menuRational consulting café to go menu
Rational consulting café to go menuIBM Rational software
 
Appendix A: Introduction to Collaborative Lifecycle Management
Appendix A: Introduction to Collaborative Lifecycle ManagementAppendix A: Introduction to Collaborative Lifecycle Management
Appendix A: Introduction to Collaborative Lifecycle ManagementIBM Rational software
 
Module 2: Managing Work Items in Rational Team Concert
Module 2: Managing Work Items in Rational Team ConcertModule 2: Managing Work Items in Rational Team Concert
Module 2: Managing Work Items in Rational Team ConcertIBM Rational software
 
Module 1: Overview of Rational Team Concert
Module 1: Overview of Rational Team ConcertModule 1: Overview of Rational Team Concert
Module 1: Overview of Rational Team ConcertIBM Rational software
 
Taking agile development to enterprise scale in a mixed tool environment with...
Taking agile development to enterprise scale in a mixed tool environment with...Taking agile development to enterprise scale in a mixed tool environment with...
Taking agile development to enterprise scale in a mixed tool environment with...IBM Rational software
 

Mehr von IBM Rational software (20)

Dmt 5899 workshop - Learn to Collaborate, Trace, Review and Reuse Your Requir...
Dmt 5899 workshop - Learn to Collaborate, Trace, Review and Reuse Your Requir...Dmt 5899 workshop - Learn to Collaborate, Trace, Review and Reuse Your Requir...
Dmt 5899 workshop - Learn to Collaborate, Trace, Review and Reuse Your Requir...
 
Steer at the Team Level with Rational Team Concert
Steer at the Team Level with Rational Team ConcertSteer at the Team Level with Rational Team Concert
Steer at the Team Level with Rational Team Concert
 
Applications lab
Applications lab Applications lab
Applications lab
 
Components lab
Components labComponents lab
Components lab
 
Resource lab
Resource labResource lab
Resource lab
 
Resources slides
Resources slidesResources slides
Resources slides
 
IBM InterConnect Speaker Proposal Tips
IBM InterConnect Speaker Proposal TipsIBM InterConnect Speaker Proposal Tips
IBM InterConnect Speaker Proposal Tips
 
IBM DevOps Announcements - June 2014
IBM DevOps Announcements - June 2014IBM DevOps Announcements - June 2014
IBM DevOps Announcements - June 2014
 
Rational consulting café to go menu
Rational consulting café to go menuRational consulting café to go menu
Rational consulting café to go menu
 
Lab3 RTC Source Control
Lab3 RTC Source ControlLab3 RTC Source Control
Lab3 RTC Source Control
 
Lab2 RTC Work Items
Lab2 RTC Work ItemsLab2 RTC Work Items
Lab2 RTC Work Items
 
Lab4 RTC Builds
Lab4 RTC BuildsLab4 RTC Builds
Lab4 RTC Builds
 
Lab1 RTC Overview
Lab1 RTC OverviewLab1 RTC Overview
Lab1 RTC Overview
 
Lab5 RTC reports and Dashboards
Lab5 RTC reports and DashboardsLab5 RTC reports and Dashboards
Lab5 RTC reports and Dashboards
 
Appendix A: Introduction to Collaborative Lifecycle Management
Appendix A: Introduction to Collaborative Lifecycle ManagementAppendix A: Introduction to Collaborative Lifecycle Management
Appendix A: Introduction to Collaborative Lifecycle Management
 
Module 4: Working with Builds
Module 4: Working with BuildsModule 4: Working with Builds
Module 4: Working with Builds
 
Module 2: Managing Work Items in Rational Team Concert
Module 2: Managing Work Items in Rational Team ConcertModule 2: Managing Work Items in Rational Team Concert
Module 2: Managing Work Items in Rational Team Concert
 
Module 5: Reports and Dashboards
Module 5: Reports and DashboardsModule 5: Reports and Dashboards
Module 5: Reports and Dashboards
 
Module 1: Overview of Rational Team Concert
Module 1: Overview of Rational Team ConcertModule 1: Overview of Rational Team Concert
Module 1: Overview of Rational Team Concert
 
Taking agile development to enterprise scale in a mixed tool environment with...
Taking agile development to enterprise scale in a mixed tool environment with...Taking agile development to enterprise scale in a mixed tool environment with...
Taking agile development to enterprise scale in a mixed tool environment with...
 

Kürzlich hochgeladen

Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingTeacherCyreneCayanan
 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfSanaAli374401
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.MateoGardella
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxnegromaestrong
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfChris Hunter
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterMateoGardella
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...KokoStevan
 

Kürzlich hochgeladen (20)

Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdf
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch Letter
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
 

UrbanCode Deploy course and product overview slides

  • 1. © Copyright IBM Corporation 2015 Welcome to Essentials of IBM UrbanCode Deploy Our session will begin shortly
  • 2. © Copyright IBM Corporation 2015 Essentials of IBM UrbanCode Deploy Course code: QQ147 Course Overview
  • 3. 3 © Copyright IBM Corporation 2015 Intended audience Primary audience:  Users  Configurators  Producers  Administrators Secondary audience:  Administrators
  • 4. 4 © Copyright IBM Corporation 2015 Course description This course introduces IBM® Rational® Urban Code Deploy After completing this course you will know this information: How UrbanCode Deploy solves customer problems The workflow for a simple project How key concepts and terms such as component, resource, processes are used in the product How resources are organized and accessed How to orchestrate deployments to different environments You will also be able to complete these tasks: Create a resource Add agents to the base resource Add a base resource to an application environment Add component resources to the agents in the resource tree Create components Import artifacts from a build to create component versions Identify the different kinds of component properties Add components Create component processes and add them to components
  • 5. 5 © Copyright IBM Corporation 2015 Course description continued You will also learn how to complete these tasks: Create an application and an environment Create an application process Update an application Approve deployments Examine the inventory and compliance for an environment and identify what versions of components are installed in the environment Schedule deployments Execute a deployment
  • 6. 6 © Copyright IBM Corporation 2015 Course materials Materials for this course:  Slides  Lab workbook  Student workbook  Lab environment setup instructions  Videos
  • 7. 7 © Copyright IBM Corporation 2015 Course outline Module 0: About this course Module 1: Product overview Module 2: Resources Module 3: Components Module 4: Applications Module 5: Deployments Module 6: Teams and roles
  • 8. © Copyright IBM Corporation 2015 Essentials of IBM Urban Code Deploy Course code: QQ147 UrbanCode Deploy product overview
  • 9. 9 © Copyright IBM Corporation 2015 Agenda Solving customer problems Key terminology Workflow Explore the user interface
  • 10. 10 © Copyright IBM Corporation 2015 Module objectives In this module you learn about:  Problems that UrbanCode Deploy helps to solve  A workflow for a basic deployment  The purpose of snapshots and inventory  User interface navigation  The UrbanCode Deploy topology  Server and agent communication
  • 11. 11 © Copyright IBM Corporation 2015 Deployment and release problems are serious business Costly, error prone manual processes and efforts to deliver software throughout an enterprise are pain points. CHALLENGES Upgrade risks arise because of managing multiple application configurations and versions on servers. Slow deployment to development and test environments leave teams waiting and unproductive. CHALLENGES Operations and Production Development and TestCustomers Business Owners Knight Capital loses $440 million because of a misconfigured release (in only 45 minutes). A bad software upgrade at RBS Bank left millions unable to access money for 4 days. New Zealand’s biggest phone company, Telecom, paid $2.7 million to approximately 47,000 customers who were overcharged after a software glitch.
  • 12. 12 © Copyright IBM Corporation 2015 What’s going wrong? Differences in dev and ops environments and procedures cause failures. Time-to-market pressure generates more frequent releases. Manual processes for release lack repeatability and speed. Major releases take days; hundreds of people and are organized by spreadsheet. Daily build Release Who did this last time? Dave… Dave’s not here, man…. Dev Prod I’ll order breakfast
  • 13. 13 © Copyright IBM Corporation 201513 Common application deployment problems
  • 14. 14 © Copyright IBM Corporation 2015 The UrbanCode Deploy solution  Automated, consistent deployments and application rollbacks  Orchestration of changes on servers and tiers  Configuration and security differences between environments  Clear visibility: What is deployed where and who changed what  Integration with middleware, provisioning, and service virtualization
  • 15. 15 © Copyright IBM Corporation 2015 Accelerate software delivery Balance speed, cost, quality, and risk Reduce time to customer feedback People Process Technology Develop/Test Deploy Operate Steer IBM DevOps architecture Enterprise capability for continuous software delivery that enables clients to seize market opportunities and reduce time for customer feedback. 15 DevOps Practices Self Assessment tool. Blog that explains the Self Assessment tool: https://ibm.biz/BdRUbh Direct link to the tool : https://ibm.biz/devops-practices-assessment
  • 16. 16 © Copyright IBM Corporation 2015 Urbancode Deploy focus areas in the DevOps process
  • 17. 17 © Copyright IBM Corporation 2015 Deployment definition “Deployment” is the process of completing these actions:  Selecting component versions from a repository.  Moving those components to one or more targets, such as a web server.  Completing the required tasks for bringing those pieces of the application online. – For example, a deployment might remove the previous version from an application server, install a new version, and then start the new version.
  • 18. 18 © Copyright IBM Corporation 2015 UrbanCode Deploy Deployment is the process of moving software through various preproduction stages to final production. What refers to the deployable items: binary files, static content, middleware updates, database changes and configurations, and anything else that is associated with the software that IBM UrbanCode Deploy delivers to targets. How refers to combining deployable items with processes to create components and designing applications that coordinate and orchestrate multicomponent deployments. Where refers to the target's hosts and environments.
  • 19. 19 © Copyright IBM Corporation 2015 Intuitive and scalable model-driven deployment Composite applications Components Reusable workflows Environment management SIT PROD The “What” The “How” The “Where” Deployment automation 19
  • 20. 20 © Copyright IBM Corporation 2015 Application model Reliably capture application content and configuration settings with versions and traceability. The “What”
  • 21. 21 © Copyright IBM Corporation 2015 Application environments 21 Define where components are deployed and capture configuration settings per deployment environment for an application. The “Where”
  • 22. 22 © Copyright IBM Corporation 2015 Deploy the application - Orchestrate the deployment of many components. - Represent deploy-time dependencies Deploy the component - Create a fully automated workflow to be executed on target servers Use a drag-and-drop workflow designer. Precisely control of execution flow. Use hundreds of integration steps are provided Create custom steps. Deployment processes The “How”
  • 23. 23 © Copyright IBM Corporation 2015 The continuous delivery pipeline
  • 24. 24 © Copyright IBM Corporation 2015 Before any deployments to production, manual approvals are required. The exact combination of component versions which passed tests is captured in a snapshot. On build completion, the latest artifacts are published to UrbanCode Deploy and deployed to a development or SIT environment. After deployment, automated tests are started. If they pass, we mark the tested versions as such. Putting it all together: Continuous delivery
  • 25. 25 © Copyright IBM Corporation 2015 Installation elements UrbanCode Deploy server  The main server provides a web interface for administration and user operations.  The server manages authentication and authorization for users (LDAP integration is available too).  The server orchestrates integrations with other elements: agents, other IBM software, or third-party software. Agents  Are installed on each deployment target.  Communicate with the UrbanCode Deploy Server to receive file transfers and initiate operations on local computers to install and initiate the application pieces. – Local operations are accomplished with “plug-ins.” – Agents include Groovy libraries for running plug-ins, but plug-ins can be written in any language or format that provides execution capability on the local computer. Relay server (optional)
  • 26. 26 © Copyright IBM Corporation 2015 Welcome to UrbanCode deploy Represent deployable items and the processes to deploy them Orchestrate component deployments Add properties to applications, components, and environments Are generic processes that run outside the context of components and applications Represent a deployment target Shows scheduled deployments
  • 27. 27 © Copyright IBM Corporation 2015 Web applications Web applications are made of multiple pieces:  They are often created by many different groups, including third parties.  They are updated on separate schedules and have different version numbers.  They are installed on multiple pieces of hardware at run time. Application user Web servers App servers Database servers Page designers Programmers Database architects Web pages Data structures Note: You can use UrbanCode Deploy for any kind of application code distribution, but web applications provide the best illustration of its value.
  • 28. 28 © Copyright IBM Corporation 2015 Architecture and environment before the lab exercise The lab is set up with one agent and two-servers as deployment targets.
  • 29. 29 © Copyright IBM Corporation 2015 A basic workflow 1. Create a base resource. 2. Add an agent to your base resource. 3. Create a component. 4. Add versions to your components. 5. Add component processes to your components. 6. Create an application. 7. Add components to your application. 8. Create application processes. 9. Create application environments. 10. Add a base resource to the application environment. 11. Add to the agents in resource tree component resources for each component that is used in your application 12. In the application environment click Run Process
  • 30. 30 © Copyright IBM Corporation 2015 Architecture and environment for the JPetStore lab exercise After the lab is complete the components have deployed as shown below:
  • 31. 31 © Copyright IBM Corporation 2015 Different groups use different component versions Editors might use the latest version that exists. QA uses a combination of old and new components.  QA tests “candidate” application releases to make sure they work together without errors.  Multiple combinations of versions might be in various test stages. Production uses only versions that are proven to work together without errors. Development systems Production systems QA systems v1 v1v1 v4 v2v3 v6 v2v4
  • 32. 32 © Copyright IBM Corporation 2015 IBM UrbanCode Deploy UrbanCode Deploy gives engineers a way to quickly manage what pieces go where. Development environment Production environment QA environment v1 v1v1 v4 v2v3 v6 v2v4 IBM UrbanCode Deploy Build or release engineer
  • 33. 33 © Copyright IBM Corporation 2015 UrbanCode Deploy topology
  • 34. 34 © Copyright IBM Corporation 2015 The UrbanCode Deploy key elements UrbanCode Deploy maintains these elements to represent deployment activities and artifacts:  Components: The pieces of your application that are being deployed.  Applications: The collection of components that are deployed together.  Resource: The target of a deployment; a computer where an agent is installed.  Environments: A collection of resources (computers) where an application is hosted.  Snapshots: A collection of specific versions of components.  Processes: A list of steps that operate on a component. These steps include moving a component to a target environment and acting on that environment to initiate the running application.  Plug-ins provide basic functions and provide an extension point for integration with other software.
  • 35. 35 © Copyright IBM Corporation 2015 Get visibility and automated control of your application deployment process. • Manage application components and versions. • Manage configurations among all environments. • Offer secure “self-service” capabilities. • Increase transparency. • Ensure governance and compliance. UrbanCode Deploy automation benefits
  • 36. 36 © Copyright IBM Corporation 2015 Inventory Inventory shows what versions are “where”: Environments and resources Resources (deployment targets) support different scenarios. When did the component get there? What used to be there? How do things differ?
  • 37. 37 © Copyright IBM Corporation 2015 Snapshots Creating a Snapshot Component Versions 1 1 2 2 3 3 321Web Mid. Code DB Snapshot 3 2 1 Mid. Config 1 2 3 3 Snapshot Deployment ENVSnapshot 3 2 1 WEB HOST MID HOST DB HOST 2 1 1 3 2 X 3 3 1 • Create a snapshot after testing • Snapshots contain deployable components and configuration • Deployment changes are tracked by default Snapshots help in these areas:  Automation, audits, and visibility
  • 38. 38 © Copyright IBM Corporation 2015 Components, applications, and snapshots Fix bugs Add features Remove obsolete functions v1 v4 v1 v1 v2 v2 v2 v3 v3 v4 v5 v6
  • 39. 39 © Copyright IBM Corporation 2015 Resources, environments, processes Resources - Resources are assigned to environments. A resource represents a logical deployment target that typically resolves to an agent. The agent does the work. Environments – may have multiple servers, logical and physical deployment target Processes – Executed by applications on components
  • 40. 40 © Copyright IBM Corporation 2015 Process editor A graphical editor in which to construct elemental processes to complete operations on resources. A drag-and-drop interface to create process flows. Web based and accessible through the UrbanCode Deploy server. Parameter-based logic, which is highly customizable. Ability to write customized procedures and plug-ins.
  • 41. 41 © Copyright IBM Corporation 2015 Representation model review questions: What is a component? What is a resource? What is a snapshot? What is deployed to an environment? What are processes packaged with and what are they executed by?
  • 42. 42 © Copyright IBM Corporation 2015 Simple deployment demonstration Let’s take a look at an example of a simple deployment of the JPetStore application.
  • 43. 43 © Copyright IBM Corporation 2015 Model elements in the web user interface
  • 44. 44 © Copyright IBM Corporation 2015 Use tabs to access model elements Access the structural elements by using the tabs.
  • 45. 45 © Copyright IBM Corporation 2015 Model structure is reflected in the navigation Click the Applications tab to see a list of applications under management… Click the name of an application to drill down into the details.
  • 46. 46 © Copyright IBM Corporation 2015 Drilling down into an application Subtabs provide functions that are in context with what you are viewing.
  • 47. 47 © Copyright IBM Corporation 2015 Navigating back With the breadcrumb, you can navigate back up the hierarchy.
  • 48. 48 © Copyright IBM Corporation 2015 The Process editor With the Process editor, you can drag processes to create logical workflows from many prebuilt operations.
  • 49. 49 © Copyright IBM Corporation 2015 Results are logged In the web user interface, you can see the results of an attempt to deploy components into environments.
  • 50. 50 © Copyright IBM Corporation 2015 Artifact repositories versus software configuration management Artifact repositories:  Locations where creators of deployable components are deposited and distributed to many types of users Software configuration management (RTC or GIT) systems:  Locations where source code is deposited by and distributed to developers Similarities:  Both use content-addressable storage to contain and distribute data.  Both maintain a notion of “versions” of the elements that they hold.  Both require credentials for access.
  • 51. 51 © Copyright IBM Corporation 2015 The continuous delivery pipeline
  • 52. 52 © Copyright IBM Corporation 2015 Agents Light-weight processes that are installed on every deployment target (resource). Provide two-way communication with the UrbanCode server  Stateless (resilient to network outages)  Can be secured by using SSL Built on Java (requires JVM 1.7 or later)
  • 53. 53 © Copyright IBM Corporation 2015 Agent Agent processes: Monitor and worker Monitor Worker (JMS) Installed as a service Multi- threaded Plug-in Run- time Non-JMS HTTP Resource An agent consists of a worker process and a monitor process.
  • 54. 54 © Copyright IBM Corporation 2015 Server-agent communication Most agent communication is via JMS (bi-directional). Some activities use HTTP, however (one-directional from agent to server):  Posting logs  Transmitting test results  Posting files to CodeStation Agents UrbanCode Deploy server HTTP:8080 HTTPS:8443 JMS:7918 HTTP / REST JMS Channel* *The agent polls for items in the queue to initiate communication.
  • 55. 55 © Copyright IBM Corporation 2015 Agents and the relay server In simple configurations, agents communicate directly with the UrbanCode server. In more complex situations, direct communication becomes inefficient or impossible:  The number of agents increase from tens to hundreds to thousands.  Network topology becomes complex.  Agent-server communication crosses firewalls with port restrictions. Agent relay servers resolve this issue.
  • 56. 56 © Copyright IBM Corporation 2015 Topology example with an UrbanCode Deploy relay server Agents HTTP or REST JMS channel Primary server Relay server QA department network Development department network Relay server
  • 57. 57 © Copyright IBM Corporation 2015 Resources • See the material posted on the Urban Code Release and Deploy learning circle – learning circle link
  • 58. 58 © Copyright IBM Corporation 2015 Module summary In this module you learned about:  Problems that UrbanCode Deploy helps to solve  A workflow for a basic deployment The purpose of snapshots and inventory  User interface navigation  The UrbanCode Deploy topology  Server and agent communication

Hinweis der Redaktion

  1. Module X - Module Title
  2. Module X - Module Title
  3. Module X - Module Title
  4. Module X - Module Title
  5. Module X - Module Title
  6. Module X - Module Title
  7. Module X - Module Title
  8. Module X - Module Title
  9. Module X - Module Title
  10. Module X - Module Title
  11. Module X - Module Title
  12. Module X - Module Title
  13. Module X - Module Title
  14. Module X - Module Title
  15. Module X - Module Title
  16. Module X - Module Title
  17. Module X - Module Title
  18. Module X - Module Title
  19. Module X - Module Title
  20. Module X - Module Title
  21. Module X - Module Title
  22. Module X - Module Title
  23. Module X - Module Title
  24. Module X - Module Title
  25. Module X - Module Title
  26. Module X - Module Title
  27. Module X - Module Title
  28. Module X - Module Title
  29. Module X - Module Title
  30. Module X - Module Title
  31. Module X - Module Title
  32. Module X - Module Title
  33. Module X - Module Title
  34. Module X - Module Title
  35. Module X - Module Title
  36. Module X - Module Title
  37. Module X - Module Title
  38. Module X - Module Title
  39. Module X - Module Title
  40. Module X - Module Title