SlideShare a Scribd company logo
Case Study: Lean Manufacturing plant level continuous improvement
How can DevOps
be implemented with
Lean and Agile?
LKNA2017 (Lean Kanban India 2017), September 16, 2017
Agile2016, Pecha Kucha Lightening Talk on July 27, 2016
by Ravi Tadwalkar
in/rtadwalkar @tadwalkar rtadwalkar@gmail.com
This is a story of Lean Manufacturing Plant Manager Shari,
seeking plant value stream level continuous improvement.
Shari intends to improve overall plant level visibility on
SLAs, batch sizes (volumes) and WIP. Here are some
pictures from the Lean Manufacturing plant she manages.
3
Plant Manager Shari is trained
by Lean Enterprise Institute.
She has read Taiichi Ohno’s
“TPS”, Eli Goldratt’s “Goal”,
Gene Kim’s “Phoenix Project”!
You can say that Shari is big
on Lean, in just 10 pictures!
4
Shari implemented Lean manufacturing at this
Plant she manages, influencing other 5 plants.
She implemented Lean, starting with Lean House
for tracking plant level continuous improvement
on a daily and weekly basis! RED means “needs
improvement”; GREEN means “sustaining it”!
5
Shari
implemented
accountability
board to drive
continuous
improvement
across all cells
of the plant.
6
In all manufacturing cells,
Shari implemented visual
kanban boards to visualize
work in progress. She even
added kanban board for
continuous improvement of
the process for doing work!
7
Here Shari shows an
example of kanban
card that is attached
to a product across
workstations in a cell.
She says plant has JIT
(Just-In-Time)
inventory almost, with
at most 2 days of raw
materials in case of
DVDs as end products!
8
Shari implemented
visual controls to
visualize front-end
work for products.
9
Shari
implemented
Lean tool 5S to
complement
other Lean tools
used in all plant
cells.
1
0
Shari implemented
“Wall of Appreciation”
in cells. Jurgen Apello
talks about it in
Management 3.0!
1
1
Here is the
“synergy” cell
Shari proudly
shows during
a plant tour.
Here she
pilots ways to
improve
visibility of
plant level
value stream
specific to
monitoring
SLAs, batch
sizes and
WIP.
We saw some pictures from this Lean Manufacturing plant.
We will see how DevOps can be implemented to seek plant level
continuous improvements with Lean and Agile.
Upstream Kanban:
Downstream Kanban:
13
• Begin with the end in mind!
• Use Portfolio Kanban board across Org Design (Team of Teams)
• Use a simple Kanban board with “ToDo->Doing->Done”, “Plan->Build->Run” or similar workflow
• Visualize portfolio feature level bottlenecks to "Stop Starting, Start Finishing"!
• Supplement Portfolio Kanban system (“Upstream”) with Release Engineering Kanban system (“Downstream Kanban”)
Run
F
E
I
Idea Deploy to Prod
G
D
GY
PB
MN
2
∞
AB
Biz Design
Plan Build (Dev & QA)
Architecture,
resource plan
Core team OMS …
3 3
DE
Explicit policy:
Feature is “done”
only when last
team working on
it has completed
“Deploy to Prod” Lead time ends at
1st infinite queue!
There could be
additional queues
with no WIP limit.
Lead time “clock”
starts at 1st queue
i.e. WIP limited
input queue!
3 3
Deployed
(Note touch time)
NPD
(New Prod
Dev) (60%)
Defect&
Tech Debt
(30%)
Innovation
(10%)
5
2
1
Expedite 1
3
Fixed
Date
Standard
Intangible
2
2
3
WIP Limits
based on
classes of service
(Release Engineering)
WIP Limits
based on
work types
(feature teams)
Lean Portfolio Management and Release Engineering
1
4
Solutioning started with Shari
organizing process simulation
of scenarios for plant level
process improvements.
1
5
Shari participated in solutioning as Plant Manager
during User Story Mapping for plant simulations
about improving Lean Manufacturing value stream
with visibility on SLAs, batch sizes and WIP.
Note how her persona shows up on a slide in this
picture showing this user story map as well☺
Compare & Contrast: Lean Manufacturing & IT
1
6
Like Lean manufacturing plant, for continuous improvements, IT
uses Kaizen events e.g. open spaces in corporate setting:
1
7
Compare & Contrast: Lean Manufacturing & IT
Like Lean manufacturing plant, for continuous improvements, IT
uses Deming’s PDCA loop on a Kanban board like this:
Example of
continuous
improvement
about
introducing
DevOps via
feature toggle
1
8
In summary: Solutioning is an end-to-end
process, starting with process simulation & story
mapping, to visualize epics on Portfolio Kanban,
to big room planning, to open space “kaizen”
events, to implementation based on DoD, and to
visualize deployable artifacts on DevOps Kanban!
During planning, create org alignment to improve flow (1st way of DevOps), using Portfolio Kanban system.
19
Lean Governance Model- Applying 3 ways of DevOps
Enable managers in shaping various communities of practice: create culture of continual experimentation & learning (3rd way of DevOps).
• Begin with succinctly defined portfolio hierarchy or swim lanes that consist
of strategic (CAPEX) and tactical (OPEX) investments:
• Themes
• Initiatives
• Features
• Create single-piece flow of portfolio items with Portfolio Kanban board.
Apply lean metrics for continuous improvement.
• Apply first way of DevOps: emphasize on performance of entire system by
analyzing value streams, WIP, lead times & due date performance.
During execution, enable continuous feedback loops (2nd
way of DevOps) with obstacle boards to act on
impediments & dysfunctions.
• This requires low-fidelity obstacle escalation process.
This can be a 2-level (team->management) process, or
a 3-level (team->program>portfolio) process.
• Example of obstacle board and related workflow:
In Summary:
20
We looked at Lean Manufacturing workflow related continuous improvement case
study. Implementing DevOps means creating DevOps mindset & culture. That
requires lots of Lean, Six Sigma, TQM, Lean Startup, and yes, Bit of Agile with Lots of
“Respect for People”:
Top down approach:
30-60-90 strategic plan for
continuous improvement
with baseline assessment
of DevOps capability
maturity
Bottom up approach:
Crowd sourcing tactical
plan for continuous
improvement with
assessment based open
space events
Inside out approach:
PDCA Kanban board for
feedback driven visibility
with Lean Startup method
(build-measure-learn loop)
and TQM (PDCA loop)
Implementing DevOps requires mindset & culture open to all approaches
Appendix slide: Integrated ALM & Atlassian Tool Chains for DevOps
Development Tools
Atlassian BitBucket (GIT)
Developer writes code and
check-in
Associate JIRA Issue Types
(Tasks / Bugs)
Build gets triggered
✓ Microsoft Visual Studio (For .NET)
✓ Eclipse (For JAVA)
Atlassian BAMBOO for CI
Build Definitions for:
✓ Database
✓ .NET
✓ Java
Atlassian BAMBOO for Continuous Deployment (CD)
Approve / Reject
Build
DIT1
Functional
Testing
• Continuous Integration
• Scheduled Build
Approve / Reject
Build
DIT2
Approve / Reject
Build
SIT
Regression
Testing
Selenium
Approve / Reject
Build
UAT
UAT Testing
Approve / Reject
Build
PROD
Functional
Testing
DEVELOPMENT Branch
QA Branch
MASTER Branch
FEATURE Branch
Service & Data Mock
Epics
e.g. Ship to Home Pre-pay
(JIRA Issue Type)
User Stories
(JIRA Issue Type)
Monitoring
Ngaios
Initiatives
e.g. Sports on Spectrum
(JIRA Issue Type)
Release Stream aka Agile Release Train (ART)
Themes
(Strategic Goals)
✓ prevent defects related to
Requirements problems
✓ Test Planning
✓ Test Execution
✓ Traceability & Reporting
✓ Defect Creation in JIRA
✓ Track Coverage & Quality Metrics
UX Team DB Team ART Engineer Product Managers
Note: Integrate Atlassian Bamboo with “Chef” for non-windows deployments
DevelopmentTasks
Visualize Portfolio Timeline by Releases
Swift-Kanban Metrics
and/or
EasyBI plugin
(Reporting & Charting)
On top of existing JQL queries
Visualize Investment by Themes
PMO-level
Status Reporting
Testing Tasks
21
Kanplan: backlog
for Kanban and
Scrumban teams
21

More Related Content

PPTX
Embrace TQM (Total Quality Mgmt) mindset with lean thinking
PPTX
Kanban coaching masterclass- Ravi's notes
PPTX
Ravi Tadwalkar as SM/DevOps/management/Coach
PPTX
LKIN2019: Lean transformation journey of infra briefing for business agility...
PPTX
Agile lean workshop for managers & exec leadership
PPTX
Kin2020- flow based product development- an experience report
PPTX
Exec Leadership workshop
PPTX
LKIN2018: leveraging Lean and Kanban to implement continuous improvement
Embrace TQM (Total Quality Mgmt) mindset with lean thinking
Kanban coaching masterclass- Ravi's notes
Ravi Tadwalkar as SM/DevOps/management/Coach
LKIN2019: Lean transformation journey of infra briefing for business agility...
Agile lean workshop for managers & exec leadership
Kin2020- flow based product development- an experience report
Exec Leadership workshop
LKIN2018: leveraging Lean and Kanban to implement continuous improvement

What's hot (20)

PPTX
DevOps Approach (Point of View by Ravi Tadwalkar)
PPTX
Modern agile & ESP proposal for Transformation
PPTX
Advanced kanban overview for waterfall & scrum practitioners (16x9 deck)
PDF
Agile & Lean & Kanban in the Real World - A Case Study
PPTX
Scrumban (Lean Agile Fusion) V1.1
PPTX
Deloitte lean agile state of the nation
PPTX
DevOps- exec level briefing
PPTX
Distributed agile- exec level briefing
PPTX
Kanban testing
PDF
Kanban For Software Engineering Apr 242
PPTX
Agile Resourcing
PDF
Understanding Agile Hardware
PPTX
Scrumban Demystified
PPTX
Kanban 101
PDF
Scrumban
PDF
Lets kanban
PPTX
Agile lean workshop for teams, managers & exec leadership
PPTX
Life Has Not Been That Rosy With Agile : Rahul Sudame
PDF
LKIN17: Managing an Enterprise Shared Services with Kanban in SAFe - Saikat Das
PDF
Agile introduction for the American Chamber of Commerce members
DevOps Approach (Point of View by Ravi Tadwalkar)
Modern agile & ESP proposal for Transformation
Advanced kanban overview for waterfall & scrum practitioners (16x9 deck)
Agile & Lean & Kanban in the Real World - A Case Study
Scrumban (Lean Agile Fusion) V1.1
Deloitte lean agile state of the nation
DevOps- exec level briefing
Distributed agile- exec level briefing
Kanban testing
Kanban For Software Engineering Apr 242
Agile Resourcing
Understanding Agile Hardware
Scrumban Demystified
Kanban 101
Scrumban
Lets kanban
Agile lean workshop for teams, managers & exec leadership
Life Has Not Been That Rosy With Agile : Rahul Sudame
LKIN17: Managing an Enterprise Shared Services with Kanban in SAFe - Saikat Das
Agile introduction for the American Chamber of Commerce members
Ad

Viewers also liked (14)

PPTX
Lean Agile Metrics And KPIs
PPTX
Agile KPIs
PPTX
Kanban Development And The Paradigm Of Flow
PDF
Kanban in Action
PPTX
Kanban in Action - YOW West 2015
PPTX
Fast learning.....using simulations
PDF
O encaixe problema-solução
PDF
How kanban Saved a hospital in Indoneisa OreDev 2016
PDF
Hacking getKanban v2.0: Advanced Game Mechanics to Illuminate Lean by Cheryl ...
PDF
20 Ideas On How To Improve Your Agile Board
PPTX
Workshop Kanban - julho 2016
PPTX
The Kanban Game
PPTX
Instructions slides for the GetKanban.com Kanban Board Game
PPTX
Pass the pennies - Lean game simulation
Lean Agile Metrics And KPIs
Agile KPIs
Kanban Development And The Paradigm Of Flow
Kanban in Action
Kanban in Action - YOW West 2015
Fast learning.....using simulations
O encaixe problema-solução
How kanban Saved a hospital in Indoneisa OreDev 2016
Hacking getKanban v2.0: Advanced Game Mechanics to Illuminate Lean by Cheryl ...
20 Ideas On How To Improve Your Agile Board
Workshop Kanban - julho 2016
The Kanban Game
Instructions slides for the GetKanban.com Kanban Board Game
Pass the pennies - Lean game simulation
Ad

Similar to Pecha kucha format- how can devops be implemented with lean and agile (20)

PDF
Lean Kanban India 2018 | Leveraging Lean and Kanban to implement Continuous ...
PDF
Jan de Vries - How to convince your boss that it is DevOps that he wants
PPTX
PPTX
DevOps - Overview - One of the Top Trends in IT Industry
PPT
Go Lean IT with Kanban
PPTX
Final synerzip-agile2017-top10-v1
PPTX
AGILE2017 Top 10 Takeaways by Synerzip
PPTX
Dev ops
PPTX
State of Agile 2017
PDF
ANIn Coimbatore April 2023 | Lean,Agile & DevOps-How applied together provide...
PPTX
Building a DevOps organization
PPTX
DevOps - an Agile Perspective (at Scale)
PPTX
ACT-IAC Partners #GovDevOps: PTO - agile - and DevOps
PDF
Drive business-growth
PPTX
Modernize Development with Agile Engineering Practices
PPT
Art of Agile For ShairPoint
PDF
Getting Started with DevOps
PDF
DevOps maturity models Knowit and DASA
PDF
IIT Academy: Lean & Kanban 102
PDF
Capital One DevOps Case Study: A Bank with the Heart of Tech Company
Lean Kanban India 2018 | Leveraging Lean and Kanban to implement Continuous ...
Jan de Vries - How to convince your boss that it is DevOps that he wants
DevOps - Overview - One of the Top Trends in IT Industry
Go Lean IT with Kanban
Final synerzip-agile2017-top10-v1
AGILE2017 Top 10 Takeaways by Synerzip
Dev ops
State of Agile 2017
ANIn Coimbatore April 2023 | Lean,Agile & DevOps-How applied together provide...
Building a DevOps organization
DevOps - an Agile Perspective (at Scale)
ACT-IAC Partners #GovDevOps: PTO - agile - and DevOps
Drive business-growth
Modernize Development with Agile Engineering Practices
Art of Agile For ShairPoint
Getting Started with DevOps
DevOps maturity models Knowit and DASA
IIT Academy: Lean & Kanban 102
Capital One DevOps Case Study: A Bank with the Heart of Tech Company

More from Ravi Tadwalkar (18)

PPTX
From Scrum to ScrumBan or Kanban- Process Evaluator Workshop using Excel.pptx
PPTX
Session 0 role of leadership in agile v18
PPTX
Agile for scrum team members v4
PPTX
Agile for scrum masters v7
PPTX
Agile for product owners v12
PPTX
Introduction to agile lean
PPTX
Lean, agile and dev ops games- facilitator's guide
PDF
Kanban metrics- histograms & total wip
DOCX
Example of BDD/scenario based vertical slicing (for PM/PO community)
PPTX
Obstacle escalation process
PPTX
Agile Roles & responsibilities
PDF
Team agility assessment
PDF
Agile leadership assessment
PDF
Lean kanban team assessment
PPTX
Facilitating Release Planning Event
PDF
Kanban metrics v2 pivot table for planning & forecasting
PDF
Kanban metrics v2 management reporting
PDF
Kanban metrics v2 team reporting
From Scrum to ScrumBan or Kanban- Process Evaluator Workshop using Excel.pptx
Session 0 role of leadership in agile v18
Agile for scrum team members v4
Agile for scrum masters v7
Agile for product owners v12
Introduction to agile lean
Lean, agile and dev ops games- facilitator's guide
Kanban metrics- histograms & total wip
Example of BDD/scenario based vertical slicing (for PM/PO community)
Obstacle escalation process
Agile Roles & responsibilities
Team agility assessment
Agile leadership assessment
Lean kanban team assessment
Facilitating Release Planning Event
Kanban metrics v2 pivot table for planning & forecasting
Kanban metrics v2 management reporting
Kanban metrics v2 team reporting

Recently uploaded (20)

PPTX
Self management and self evaluation presentation
PPTX
The Effect of Human Resource Management Practice on Organizational Performanc...
PPTX
AcademyNaturalLanguageProcessing-EN-ILT-M02-Introduction.pptx
PPTX
Role and Responsibilities of Bangladesh Coast Guard Base, Mongla Challenges
PDF
Why Top Brands Trust Enuncia Global for Language Solutions.pdf
PPTX
An Unlikely Response 08 10 2025.pptx
PPTX
BIOLOGY TISSUE PPT CLASS 9 PROJECT PUBLIC
PPTX
Intro to ISO 9001 2015.pptx wareness raising
DOC
学位双硕士UTAS毕业证,墨尔本理工学院毕业证留学硕士毕业证
PPTX
Tour Presentation Educational Activity.pptx
DOCX
ENGLISH PROJECT FOR BINOD BIHARI MAHTO KOYLANCHAL UNIVERSITY
PDF
Swiggy’s Playbook: UX, Logistics & Monetization
PPTX
Relationship Management Presentation In Banking.pptx
PPTX
fundraisepro pitch deck elegant and modern
DOCX
"Project Management: Ultimate Guide to Tools, Techniques, and Strategies (2025)"
PPTX
Introduction to Effective Communication.pptx
PPTX
Emphasizing It's Not The End 08 06 2025.pptx
PPTX
Tablets And Capsule Preformulation Of Paracetamol
PPTX
The spiral of silence is a theory in communication and political science that...
PPTX
worship songs, in any order, compilation
Self management and self evaluation presentation
The Effect of Human Resource Management Practice on Organizational Performanc...
AcademyNaturalLanguageProcessing-EN-ILT-M02-Introduction.pptx
Role and Responsibilities of Bangladesh Coast Guard Base, Mongla Challenges
Why Top Brands Trust Enuncia Global for Language Solutions.pdf
An Unlikely Response 08 10 2025.pptx
BIOLOGY TISSUE PPT CLASS 9 PROJECT PUBLIC
Intro to ISO 9001 2015.pptx wareness raising
学位双硕士UTAS毕业证,墨尔本理工学院毕业证留学硕士毕业证
Tour Presentation Educational Activity.pptx
ENGLISH PROJECT FOR BINOD BIHARI MAHTO KOYLANCHAL UNIVERSITY
Swiggy’s Playbook: UX, Logistics & Monetization
Relationship Management Presentation In Banking.pptx
fundraisepro pitch deck elegant and modern
"Project Management: Ultimate Guide to Tools, Techniques, and Strategies (2025)"
Introduction to Effective Communication.pptx
Emphasizing It's Not The End 08 06 2025.pptx
Tablets And Capsule Preformulation Of Paracetamol
The spiral of silence is a theory in communication and political science that...
worship songs, in any order, compilation

Pecha kucha format- how can devops be implemented with lean and agile

  • 1. Case Study: Lean Manufacturing plant level continuous improvement How can DevOps be implemented with Lean and Agile? LKNA2017 (Lean Kanban India 2017), September 16, 2017 Agile2016, Pecha Kucha Lightening Talk on July 27, 2016 by Ravi Tadwalkar in/rtadwalkar @tadwalkar rtadwalkar@gmail.com
  • 2. This is a story of Lean Manufacturing Plant Manager Shari, seeking plant value stream level continuous improvement. Shari intends to improve overall plant level visibility on SLAs, batch sizes (volumes) and WIP. Here are some pictures from the Lean Manufacturing plant she manages.
  • 3. 3 Plant Manager Shari is trained by Lean Enterprise Institute. She has read Taiichi Ohno’s “TPS”, Eli Goldratt’s “Goal”, Gene Kim’s “Phoenix Project”! You can say that Shari is big on Lean, in just 10 pictures!
  • 4. 4 Shari implemented Lean manufacturing at this Plant she manages, influencing other 5 plants. She implemented Lean, starting with Lean House for tracking plant level continuous improvement on a daily and weekly basis! RED means “needs improvement”; GREEN means “sustaining it”!
  • 6. 6 In all manufacturing cells, Shari implemented visual kanban boards to visualize work in progress. She even added kanban board for continuous improvement of the process for doing work!
  • 7. 7 Here Shari shows an example of kanban card that is attached to a product across workstations in a cell. She says plant has JIT (Just-In-Time) inventory almost, with at most 2 days of raw materials in case of DVDs as end products!
  • 8. 8 Shari implemented visual controls to visualize front-end work for products.
  • 9. 9 Shari implemented Lean tool 5S to complement other Lean tools used in all plant cells.
  • 10. 1 0 Shari implemented “Wall of Appreciation” in cells. Jurgen Apello talks about it in Management 3.0!
  • 11. 1 1 Here is the “synergy” cell Shari proudly shows during a plant tour. Here she pilots ways to improve visibility of plant level value stream specific to monitoring SLAs, batch sizes and WIP.
  • 12. We saw some pictures from this Lean Manufacturing plant. We will see how DevOps can be implemented to seek plant level continuous improvements with Lean and Agile.
  • 13. Upstream Kanban: Downstream Kanban: 13 • Begin with the end in mind! • Use Portfolio Kanban board across Org Design (Team of Teams) • Use a simple Kanban board with “ToDo->Doing->Done”, “Plan->Build->Run” or similar workflow • Visualize portfolio feature level bottlenecks to "Stop Starting, Start Finishing"! • Supplement Portfolio Kanban system (“Upstream”) with Release Engineering Kanban system (“Downstream Kanban”) Run F E I Idea Deploy to Prod G D GY PB MN 2 ∞ AB Biz Design Plan Build (Dev & QA) Architecture, resource plan Core team OMS … 3 3 DE Explicit policy: Feature is “done” only when last team working on it has completed “Deploy to Prod” Lead time ends at 1st infinite queue! There could be additional queues with no WIP limit. Lead time “clock” starts at 1st queue i.e. WIP limited input queue! 3 3 Deployed (Note touch time) NPD (New Prod Dev) (60%) Defect& Tech Debt (30%) Innovation (10%) 5 2 1 Expedite 1 3 Fixed Date Standard Intangible 2 2 3 WIP Limits based on classes of service (Release Engineering) WIP Limits based on work types (feature teams) Lean Portfolio Management and Release Engineering
  • 14. 1 4 Solutioning started with Shari organizing process simulation of scenarios for plant level process improvements.
  • 15. 1 5 Shari participated in solutioning as Plant Manager during User Story Mapping for plant simulations about improving Lean Manufacturing value stream with visibility on SLAs, batch sizes and WIP. Note how her persona shows up on a slide in this picture showing this user story map as well☺
  • 16. Compare & Contrast: Lean Manufacturing & IT 1 6 Like Lean manufacturing plant, for continuous improvements, IT uses Kaizen events e.g. open spaces in corporate setting:
  • 17. 1 7 Compare & Contrast: Lean Manufacturing & IT Like Lean manufacturing plant, for continuous improvements, IT uses Deming’s PDCA loop on a Kanban board like this: Example of continuous improvement about introducing DevOps via feature toggle
  • 18. 1 8 In summary: Solutioning is an end-to-end process, starting with process simulation & story mapping, to visualize epics on Portfolio Kanban, to big room planning, to open space “kaizen” events, to implementation based on DoD, and to visualize deployable artifacts on DevOps Kanban!
  • 19. During planning, create org alignment to improve flow (1st way of DevOps), using Portfolio Kanban system. 19 Lean Governance Model- Applying 3 ways of DevOps Enable managers in shaping various communities of practice: create culture of continual experimentation & learning (3rd way of DevOps). • Begin with succinctly defined portfolio hierarchy or swim lanes that consist of strategic (CAPEX) and tactical (OPEX) investments: • Themes • Initiatives • Features • Create single-piece flow of portfolio items with Portfolio Kanban board. Apply lean metrics for continuous improvement. • Apply first way of DevOps: emphasize on performance of entire system by analyzing value streams, WIP, lead times & due date performance. During execution, enable continuous feedback loops (2nd way of DevOps) with obstacle boards to act on impediments & dysfunctions. • This requires low-fidelity obstacle escalation process. This can be a 2-level (team->management) process, or a 3-level (team->program>portfolio) process. • Example of obstacle board and related workflow:
  • 20. In Summary: 20 We looked at Lean Manufacturing workflow related continuous improvement case study. Implementing DevOps means creating DevOps mindset & culture. That requires lots of Lean, Six Sigma, TQM, Lean Startup, and yes, Bit of Agile with Lots of “Respect for People”: Top down approach: 30-60-90 strategic plan for continuous improvement with baseline assessment of DevOps capability maturity Bottom up approach: Crowd sourcing tactical plan for continuous improvement with assessment based open space events Inside out approach: PDCA Kanban board for feedback driven visibility with Lean Startup method (build-measure-learn loop) and TQM (PDCA loop) Implementing DevOps requires mindset & culture open to all approaches
  • 21. Appendix slide: Integrated ALM & Atlassian Tool Chains for DevOps Development Tools Atlassian BitBucket (GIT) Developer writes code and check-in Associate JIRA Issue Types (Tasks / Bugs) Build gets triggered ✓ Microsoft Visual Studio (For .NET) ✓ Eclipse (For JAVA) Atlassian BAMBOO for CI Build Definitions for: ✓ Database ✓ .NET ✓ Java Atlassian BAMBOO for Continuous Deployment (CD) Approve / Reject Build DIT1 Functional Testing • Continuous Integration • Scheduled Build Approve / Reject Build DIT2 Approve / Reject Build SIT Regression Testing Selenium Approve / Reject Build UAT UAT Testing Approve / Reject Build PROD Functional Testing DEVELOPMENT Branch QA Branch MASTER Branch FEATURE Branch Service & Data Mock Epics e.g. Ship to Home Pre-pay (JIRA Issue Type) User Stories (JIRA Issue Type) Monitoring Ngaios Initiatives e.g. Sports on Spectrum (JIRA Issue Type) Release Stream aka Agile Release Train (ART) Themes (Strategic Goals) ✓ prevent defects related to Requirements problems ✓ Test Planning ✓ Test Execution ✓ Traceability & Reporting ✓ Defect Creation in JIRA ✓ Track Coverage & Quality Metrics UX Team DB Team ART Engineer Product Managers Note: Integrate Atlassian Bamboo with “Chef” for non-windows deployments DevelopmentTasks Visualize Portfolio Timeline by Releases Swift-Kanban Metrics and/or EasyBI plugin (Reporting & Charting) On top of existing JQL queries Visualize Investment by Themes PMO-level Status Reporting Testing Tasks 21 Kanplan: backlog for Kanban and Scrumban teams 21

Editor's Notes

  • #2: We will look at pictures about a case study from Lean Manufacturing Plant Level Perspective, to realize that: Implementing DevOps means creating DevOps mindset & culture It requires new ways of thinking about people, process & tools It requires lots of Lean, Six Sigma, TQM (PDCA Cycle), Lean Startup, and yes…bit of Agile with Lots of Love (as in “Respect for People”)
  • #3: We will look at pictures about a case study from Lean Manufacturing Plant Level Perspective, to realize that: Implementing DevOps means creating DevOps mindset & culture It requires new ways of thinking about people, process & tools It requires lots of Lean, Six Sigma, TQM (PDCA Cycle), Lean Startup, and yes…bit of Agile with Lots of Love (as in “Respect for People”)
  • #4: Here is our Plant Manager Shari. She has read Goal, even The Phoenix Project, I am not joking! She intends to improve Lean Manufacturing value stream level visibility on SLAs, batch sizes and WIP. Here is some pictures from her plant.
  • #5: Here is our Plant Manager “Shari”. She intends to improve Lean Manufacturing value stream level visibility on SLAs, batch sizes and WIP. Here is some pictures from her plant.
  • #6: Here is our Plant Manager Shari. She intends to improve Lean Manufacturing value stream level visibility on SLAs, batch sizes and WIP. Here is some pictures from her plant.
  • #7: Here is our Plant Manager Shari. She intends to improve Lean Manufacturing value stream level visibility on SLAs, batch sizes and WIP. Here is some pictures from her plant.
  • #8: Here is our Plant Manager Shari. She intends to improve Lean Manufacturing value stream level visibility on SLAs, batch sizes and WIP. Here is some pictures from her plant.
  • #9: Here is our Plant Manager Shari. She intends to improve Lean Manufacturing value stream level visibility on SLAs, batch sizes and WIP. Here is some pictures from her plant.
  • #10: Here is our Plant Manager Shari. She intends to improve Lean Manufacturing value stream level visibility on SLAs, batch sizes and WIP. Here is some pictures from her plant.
  • #11: Here is our Plant Manager Shari. She intends to improve Lean Manufacturing value stream level visibility on SLAs, batch sizes and WIP. Here is some pictures from her plant.
  • #12: Here is our Plant Manager Shari. She intends to improve Lean Manufacturing value stream level visibility on SLAs, batch sizes and WIP. Here is some pictures from her plant.
  • #13: Here are some pictures from Planning & Solutioning meetings for plant level continuous improvement. We will look at these pictures about this case study from Lean Manufacturing Plant Level Perspective, to realize that: Implementing DevOps means creating DevOps mindset & culture It requires new ways of thinking about people, process & tools It requires lots of Lean, Six Sigma, TQM (PDCA Cycle), Lean Startup, and yes…bit of Agile with Lots of Love (as in “Respect for People”)
  • #14: Here are some pictures from Planning & Solutioning meetings for plant level continuous improvement.
  • #15: Here are some pictures from Planning & Solutioning meetings for plant level continuous improvement.
  • #16: Here are some pictures from Planning & Solutioning meetings for plant level continuous improvement.
  • #17: Here are some pictures from Planning & Solutioning meetings for plant level continuous improvement.
  • #18: Here are some pictures from Planning & Solutioning meetings for plant level continuous improvement.