agile devops and the pmo - final-forpdf · agile/devops is only for web-scale companies myth:...

52
1 Dan Wakeman CIO, Educational Testing Service Agile DevOps and the PMO

Upload: others

Post on 21-May-2020

10 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

1

Dan Wakeman

CIO, Educational Testing Service

Agile DevOps and the PMO

Page 2: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

Presentation Outline

• Agile Principles and Values

• DevOps Overview

• eRegistration Project – Successes and Challenges

• Agile / DevOps Adoption Considerations

• What can PMI do to help project managers adapt to the Agile / DevOps construct?

• Q & A

2

Page 3: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

3

Agile Principles and Values

Page 4: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

Traditional Development Methodology - “Waterfall”

• Early development methodologies borrowed heavily from manufacturing, which is repetitive with clearly defined outputs.

• The Waterfall methodology is based on:

• Starting with a clear and accurate specification (prevents rework by getting things right upfront)

• Perfecting a design specification before building (no changes to requirements at this point)

• Quick testing cycle with little rework needed

• Between 25% and 35% of requirements change on large projects (reported by Capers Jones)

• Valid change requests are often rejected in order to manage costs and protect delivery dates.

4

Get it right!

Page 5: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

Problems With Traditional Methodologies

Traditional approaches have been shown to be ineffective for many software development efforts, evidenced by:

• Resistance to changing requirements and priorities

• Unreliability (late delivery, low quality, high cost)

• Customer frustration and lack of trust

• Bloated products CAN WE DO ???

5

Page 6: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

An Agile Approach to Projects

6

• Allow for changing requirements

over time

• Work on successive iterations of the

product over fixed time periods

• Utilize face-to-face communication

and quick feedback loops

• Deliver a working product each

iteration , which can be

demonstrated to stakeholders.

6

Page 7: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

Manifesto for Agile Software Development

We are uncovering better ways of developing software by doing it and helping others do it.

7

Source: Manifesto for Agile Software Development, 2001

Page 8: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

Waterfall Verse Agile

Traditional Waterfall Culture Agile Culture

Fixed contract requirements Backlog continuously groomed

Phase gates with fixed gates Continuous sprint integration and

fixed release dates

Big design upfront Engagement architecture

Specialized coders as gunslingers Cross functional, multiskilled

developers

Separate testing teams Testing integrated with coding

Infrequent interaction with

customers

Frequent interaction with customers

Project mentality (lack of ownership) Permeant committed teams

Reporting on-time and budget

variations

Focus on business outcomes, demos

and releases

8

Page 9: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

Scrum – The Most Popular Agile Method

9

Page 10: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

Progress During An Iteration - Sprint Burndown Chart

Iteration n Burndown Chart

0

200

400

600

800

1000

1200

1400

1 3 5 7 9 11 13 15 17 19 21 23 25 27 29

Days

Ho

urs Expected

Actual

• Displays number of task units (typically

hours) remaining

• Overall trend is important to monitor

• Daily fluctuations are acceptable and

expected

• Actual Line should eventually reach 0 hours

and should roughly follow Expected Line

• Across Iterations, a less granular measure

is used that is tied to the deliverables, e.g.,

Story Points

10

Page 11: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

Three Essential Agile Ingredients

11

1. Delivery of working software at fixed intervals• Intervals measured in weeks, not months

• Tight feedback loops will overcome incomplete requirements

• Working software is your primary measure of progress

2. Variable Overall Scope• Accepts estimation inaccuracies

• Replace scope definition and control with value optimization

• Product Owner adjusted to rate of actual delivery of #1

3. Quality practices that control accumulation of technical debt• Continuing to build iteratively on a poor design will result

in un-maintainable software

• Utilize automated tests, refactoring, design and code reviews

Page 12: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

12

DevOps Overview

Page 13: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

Conflict Between Development and Operations

End users expect new functionality to be released more quickly, and safely with high quality

QUICKLY - Development teams can deliver new software releases faster and more frequently using iterative, Agile methods

SAFELY - Operations teams have to ensure stable production IT systems, however, and are reluctant to deploy new releases frequently

This creates a CONFLICT between development and IT Operations teams

13

Page 14: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

What is DevOps?

• DevOps is a way of collaborating and

industrializing using highly automated

approaches to deploy solutions that evolve

as fast as a business needs it.

• A team-centric ethos that tears down

traditional silos to tightly integrate

business, development, and operations.

• Everything is versioned so a new working

system can be created reliably and

consistently

• Everything is automated to speed up the

application development and release

process, and eliminate manual errors.

14

DevOps addresses the conflict between Development and IT Operations teams

Dev Ops

Page 15: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

Dev Ops Four Value Propositions

15

Page 16: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

DevOps Can Drive Significant Value

More Agile

30xMore frequent deployment

8000xfaster lead times than their peers

More Reliable

2xthe change success rate

12xfaster mean times to recover (MTTR)

Finding From Puppet Labs State of DevOps 2014Finding From Puppet Labs State of DevOps 2014

More Competitive

2xmarket share & productivity goals

50%higher market capitalization growth

16

Page 17: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

Video: What is DevOps? – In Simple English

17

https://youtu.be/_I94-tJlovg

Page 18: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

18

Case Study: eRegistration ProjectSuccesses and Challenges

Page 19: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

Case Study – Introduction to eReg

eReg is a large, ambitious project to build a new registration and candidate management platform for ETS’ existing and emerging brands.

19

Siloedplatforms merged into one

HiSET

GRE

TOEFL

PRAXIS

Page 20: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

Case Study – Flexible development with Agile

20

eReg Story

eReg Story

GRE Story

eReg Story

GRE Story

eReg Story

GRE Story

GRE Story

TOEFL Story

TOEFL Story

TOEFL Story

TOEFL Story

TOEFL Story

TOEFL Story

TOEFL Story

TOEFL Story

eReg Story

GRE Story

eReg Story

GRE Story

GRE Story

TOEFL Story

TOEFL Story

TOEFL Story

TOEFL Story

TOEFL Story

TOEFL Story

TOEFL Story

TOEFL Story

HiSET Story

HiSET Story

GRE Story

eReg Story

HiSET Story

eReg Story

HiSET Story

• The initial plan was to

onboard one of ETS’

major brands first, but a

competitive market

opportunity drove a

change in focus.

• Agile facilitated this by

allowing the existing

stories to move down

the priority list

Original Backlog Revised Backlog

Page 21: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

Case Study - Many Sprints, Few Releases

Despite developing eReg using a Scrum

methodology, releases were managed

using a traditional release methodology:

• Release 1.0 – 11 sprints

• Release 2.0 – 8 sprints

• Release 3.0 – 16 sprints

21

Page 22: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

Traditional project management approach resulted in long release cycles

1.0

2.0

3.0

22

Development

11 Sprints/Months

Software Test

5 builds, 4 monthsUAT

Go-Live

Development

8 Sprints/Months

Software Test

8 builds, 4 monthsUAT

Go-Live

Development

16 Sprints/Months

Software Test

8 builds, 8 monthsUAT

Go-Live

Re

lea

se

Page 23: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

Case Study Conclusions

• These big-bang releases result in large changes that impact the existing brands already on the platform

• The 3.0 go-live in particular had multiple application stability issues, despite extensive testing

• Changes made for the new brands had impact on expected behavior for the existing brands.

• Differences between our testing / staging and productions environments resulted in unexpected production issues.

23

We believe a DevOps approach would have avoided many of the issues we had.

Page 24: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

24

Working with the PMO within an Agile DevOps construct

Page 25: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

Agenda: Primary Myths

Gartner has identified the following primary myths that surround Agile and DevOps

1. The PMO can ignore Agile & DevOps

2. Agile & DevOps is unstructured and chaotic

3. Agile is what happens in development

24

Page 26: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

Agile & DevOps Is Only for Web-Scale Companies

26

Page 27: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

Agile/DevOps Is Only for Web-Scale Companies

Myth:• Agile and Devops is for startups

and leading-edge unicorns

Reality:• Given current market demands, all

companies need some agile and DevOps capability

• Used for over 30% of Gartner's clients' projects

• Web-scale companies are"post agile"

27

Page 28: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

Agile Development Does Not Need Project Managers

28

Page 29: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

Agile Development Does Not Need Project ManagersMyth:• Agile projects have no need for

project managers or the PMO

Reality:• Many IT projects are gradually

replaced by products

• Executing the plan is no longer a goal — delivering the outcome is

• Product managers are needed for vision and stakeholder management

• Project managers are necessary when there is business change andcross-functional interdependencies

29

Page 30: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

You Don't Know What You Are Building

30

Page 31: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

You Don't Know What You Are Building

Myth:• Agile projects have no idea what

they will produce

Reality:• Agile projects have a clear

definition of the solution at the start

• With traditional projects, less is known at inception:• Essential that the problem to be

addressed is well understood

• Minimum viable product (MVP) maybe known

31

Page 32: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

Agile / DevOps Is Paradise for "Coding Cowboys"

Page 33: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

Agile / DevOps Is Paradise for "Coding Cowboys"Myth:• Agile / DevOps developers don't

follow any process or have any accountability

Reality:• Self-organized teams:

• But not self-directed

• Daily stand-ups

• In scrum, commitment tosprint deliverables

• DevOps automation enforces standards with frequent feedback loops.

33

Page 34: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

"We Don't Need No Stinkin Documentation"

34

Page 35: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

"We Don't Need No Stinkin Documentation"

Myth:• Agile/DevOps projects produce no

documentation or audit trail

Reality:• Should not produce documentation for

documentation's sake

• Agile/DevOps projects can and should produce sufficient documentation:

• Needs to meet regulatory and audit requirements

• Collection of small documents instead of monolithic single documents

• DevOps tools provide a rich audit trail and can automate some of the documentation creation.

35

Page 36: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

Agile / DevOps Projects Are Completely Unpredictable

36

Page 37: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

Agile / DevOps Projects Are Completely UnpredictableMyth:• It is impossible to know when an

agile / DevOps project will be done

Reality:• Incremental delivery makes

progress transparent

• Projects should have:• Delivery commitment date

• Firm budget

• Measurable value proposition

• Flexibility on functional scope

• Constant feedback

37

Page 38: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

Business Stakeholders Do Not Need to Be Engaged During Development

38

Page 39: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

Business Stakeholders Do Not Need to Be Engaged During Development

Myth:• We can still collect the

requirements upfront and deliver the product months later

Reality:• Engagement is required:

• The Project Owner is a business person

• Feedback is only needed if you want to deliver software that actually solves a business problem

• Stakeholders don't know what they want until you show them what you build (then they know that you have built the wrong thing)

39

Page 40: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

Software Deployment Processes Do Not Need to Change

40

Page 41: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

Software Deployment Processes Do Not Need to Change

Myth:• Our ITIL process is the only way to

keep us safe; no changes are possible or necessary

Reality:• Slow release cycles keep value

from reaching the business

• Continues integration and delivery reduces risks thanks to frequent small changes which are safer

• Automation allows for rapid corrections and rollback.

41

Page 42: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

Agile /DevOps Can Be Put Into the Traditional "Iron Triangle"

42

Page 43: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

Agile / DevOps Can Be Put Into the Traditional "Iron Triangle"

Myth:• The delivery date, cost and

functional scope can be fixed upfront

Reality:• Even traditional projects with good

requirements struggle to deliver on time and budget

• The requirements are not well-defined for innovative agile / DevOps projects

• In the iron triangle, quality and sustainability suffer

• Scope (backlog) is the primary variable.

43

Page 44: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

Projects Are the Best Way to Organize Agile / DevOps Software Development Work

44

Page 45: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

Projects Are the Best Way to Organize Agile / DevOps Software Development Work

Myth:• Carefully defined projects

maximize business value

Reality:• No plan survives first contact with

the code

• Project-oriented governancemaximizes scope

• Funding products from "cradle to grave" is better

45

Project metaphor is a tool, use it as long as it works

Page 46: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

Primary Myths

1. The PMO can ignore agile and DevOps

2. Agile / DevOps is unstructured and chaotic

3. Agile / DevOps is what happens in development False

False

False

45

Page 47: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

47

Agile / DevOps Adoption Considerations

Page 48: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

Prepare for a Move From IT Projects to Products

48

Funding for life of the product (based

on business need)

Work stops when product retires

Changing acceptance

Focus on features

Tracked by business value

Funding for life of the project (based

on resources and time)

Work stops at a fixed date

Change avoidance

Focus on plan

Tracked by project variance

Page 49: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

Be Ready for the Fundamental Shift in Planning and Estimation

49

Page 50: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

Look Beyond the Product Owner and ScrumMaster- But Don't Overdo It

50

r

Product Owner

ScrumMaster

Product OwnerProduct Owner

Team

Business

IT

ScrumMasterProject

Manager

Page 51: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

What can PMI do to help companies adapt to the Agile DevOps construct?

51

Page 52: Agile DevOps and the PMO - Final-forPDF · Agile/DevOps Is Only for Web-Scale Companies Myth: •Agile and Devops is for startups and leading-edge unicorns Reality: •Given current

52

Q & A