1
0
Fork 0

Reduce words on some slides

This commit is contained in:
Andrew Tomaka 2015-02-09 14:06:47 -05:00
parent c439c2fe3c
commit af58c6c44f
2 changed files with 14 additions and 11 deletions

View File

@ -1,17 +1,20 @@
## What is DevOps? ## What is DevOps?
### Who?
* <span style="color:red">**Dev**</span>eloper * <span style="color:red">**Dev**</span>eloper
* That's you! * That's you!
* <span style="color:red">**Op**</span>eration<span style="color:red">**s**</span> * <span style="color:red">**Op**</span>eration<span style="color:red">**s**</span>
* Other IT staff; primarily those supporting your infrastructure * Other IT staff
### What?
* Working together * Working together
* communication, collaboration, integration, automation, cooperation * communication
* collaboration
* integration
* automation
* cooperation
note: note:
Marriage of developer and operation staffs Other IT staff: primarily operation of infrastructure staff.
Marriage of developer and operation staffs.
Too much of our responsibilities overlap to ignore one another. Great gains Too much of our responsibilities overlap to ignore one another. Great gains
by working together by working together.

View File

@ -1,9 +1,9 @@
## Why should you care? ## Why should you care?
* Difference between expectations and what actually happens * Expectation vs Actual
* Reduce risk of mistakes * (Human) mistakes
* Reduces time from development to deployment * Time to deployment
* You actually know what is going on * Monitor
note: note:
As "but it works on my machine" shows. We've now created a consistency. As "but it works on my machine" shows. We've now created a consistency.