from silos to devops: our story

17
From Silos to DevOps: Our (in Progress) Story April 2, 2015 Gil Irizarry (Director of Engineering, Tools) David Murgatroyd (VP, Engineering)

Upload: conoagil

Post on 16-Jul-2015

133 views

Category:

Software


1 download

TRANSCRIPT

Page 1: From Silos to DevOps:  Our Story

From Silos to DevOps:

Our (in Progress) Story

April 2, 2015

Gil Irizarry (Director of Engineering, Tools)

David Murgatroyd (VP, Engineering)

Page 2: From Silos to DevOps:  Our Story

Our Goal for this talk

● Talk about DevOps

● ...and how it fits into Basis...

● ...and discuss the future (ours and yours)

Page 3: From Silos to DevOps:  Our Story

Quick survey: How many of us...

● Work for companies whose product is

delivered via SaaS?

● … but that didn’t start out doing SaaS (e.g.,

delivered on-premise products)?

● … and consider your deployment strategy

less than ideal?

● How many attended the previous talk?

Page 4: From Silos to DevOps:  Our Story

And now for some...

Page 5: From Silos to DevOps:  Our Story

What is DevOps?

● From Wikipedia: a software development

method that stresses communication,

collaboration, integration, automation and

measurement of cooperation between

software developers and other IT

professionals.

● Acknowledges the interdependence of

software development, quality assurance,

and IT operations, and aims to help an

organization rapidly produce software ... and

to improve operations performance.

Page 6: From Silos to DevOps:  Our Story

DevOps principles: CAMS

Culture

Automation

Measurement

Sharing

From Damon

Edwards and John Willis

Page 7: From Silos to DevOps:  Our Story

Some (likely apocryphal) stories:

● The Banana Corporation

● Best Buy

From http://itrevolution.com/devops-culture-

part-1/

Page 8: From Silos to DevOps:  Our Story

Background reading

● History of DevOps:

http://itrevolution.com/the-history-of-devops/

● Convergence of DevOps:

http://itrevolution.com/the-convergence-of-

devops/

● http://dev2ops.org/

Page 9: From Silos to DevOps:  Our Story

The Basis Story

● Delivering on-premise text analytics libraries

(e.g., jars) for ~15 years

● Customers across many industries and

around the world -- you may have used us

today without knowing it

● Rolling-out of a text analytics API later this

year -- currently servicing Alpha users

Page 10: From Silos to DevOps:  Our Story

Producing an On-Prem Library v. a Service

Library Service

What we deliver A tarball RESTful API

How often we

deliver

Release a few times a

quarter

Deploy a few times a

day

When something

goes wrong

Customers email us Monitors page us

Most important

system to keep up

Build machines Runtime service

Key software

measurements

Speed & accuracy (value to

customers)

… and also utilization

(cost to operate)

Key components Open source libraries (e.g.,

Apache’s)

IaaS tools (e.g., AWS’s)

Page 11: From Silos to DevOps:  Our Story

What we do at Basis

● Bamboo for automated builds, pulling code

from git repositories

● Builds tagged by development as ‘release’

get pulled into a custom-baked AMI on AWS

integrated with auto-scaling

● Custom script uses the AMI to deploy EC2

instances, ELBs and infrastructure.

Page 12: From Silos to DevOps:  Our Story

What we do at Basis

● The good news: software-defined

infrastructure (SDI)

● Also good news: IT and Dev have worked

together from the start to define the

deployment process

● Needs improvement: deployments are still

kicked off manually (but hey, we’re still in

alpha)

Page 13: From Silos to DevOps:  Our Story

Now and Future

● Now: We have a de-facto DevOps team

composed of IT, Tools, RelEng, and Eng,

but…

● Future: We aspire to

create a NoOps

environment. But what

is “NoOps”?

Page 14: From Silos to DevOps:  Our Story

● NoOps is the concept that an IT environment

can become so automated and abstracted

from the underlying infrastructure that there

is no need for a dedicated team to manage

software in-house.

● FYI, Forrester coined the

term NoOps, here’s a

table of theirs...

What is NoOps?

Page 15: From Silos to DevOps:  Our Story
Page 16: From Silos to DevOps:  Our Story

Why NoOps for Basis?

● empower developers (developer-defined

infrastructure - DDI) ○ Check out http://venturebeat.com/2015/04/01/the-

geek-shall-inherit-the-earth-the-age-of-developer-

defined-infrastructure/

● reduce the effort needed to maintain the

deployment

● transition to SaaS without building up a large

Ops team

Page 17: From Silos to DevOps:  Our Story

Discussion topics? Suggestions...

● What are the challenges with NoOps?

● What advice would you give us (Basis)?

● From what different traditional software

engineering roles do folks transition into

*Ops?

● How does *Ops affect your software

development methodology? How do you

reconcile fixed-length sprints in a continuous

deployment environment?

● Is Basis hiring *Ops? (Hint: yes.)