From c439c2fe3cf4404747ebae296149152906ce1bcc Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Mon, 9 Feb 2015 13:42:53 -0500 Subject: [PATCH] Why should you care slide --- slides/but-how-can-we-avoid-this.md | 2 -- slides/conclusion.md | 2 -- slides/usage.md | 6 +++--- slides/what-is-vagrant.md | 4 ++++ slides/why-should-you-care.md | 12 +++++++++++- 5 files changed, 18 insertions(+), 8 deletions(-) diff --git a/slides/but-how-can-we-avoid-this.md b/slides/but-how-can-we-avoid-this.md index 246fcf1..3867b38 100644 --- a/slides/but-how-can-we-avoid-this.md +++ b/slides/but-how-can-we-avoid-this.md @@ -3,5 +3,3 @@ This is a new Markdown slide note: - Put your speaker notes here. - You can see them pressing 's'. diff --git a/slides/conclusion.md b/slides/conclusion.md index e3267a6..679e719 100644 --- a/slides/conclusion.md +++ b/slides/conclusion.md @@ -1,5 +1,3 @@ # Try it for yourself note: - Put your speaker notes here. - You can see them pressing 's'. diff --git a/slides/usage.md b/slides/usage.md index 151347e..c57d6fb 100644 --- a/slides/usage.md +++ b/slides/usage.md @@ -12,8 +12,8 @@ * ```vagrant push``` note: - Primary = mandatory; stuff I always use + Primary: mandatory; stuff I always use - Others = commands I sometimes use + Others: commands I sometimes use - Push - recent command for doing deploys; can deploy to heroku + Push: recent command for doing deploys; can deploy to heroku diff --git a/slides/what-is-vagrant.md b/slides/what-is-vagrant.md index 0e7ccb3..b28d3a0 100644 --- a/slides/what-is-vagrant.md +++ b/slides/what-is-vagrant.md @@ -4,3 +4,7 @@ environments." note: + Allows you to check your development environment into a git repository. + + Can be configured to use a tool for provisioning to match your production + environment. diff --git a/slides/why-should-you-care.md b/slides/why-should-you-care.md index be95c78..38dec6e 100644 --- a/slides/why-should-you-care.md +++ b/slides/why-should-you-care.md @@ -1,6 +1,16 @@ ## Why should you care? * Difference between expectations and what actually happens +* Reduce risk of mistakes +* Reduces time from development to deployment +* You actually know what is going on note: - As "but it works on my machine" shows + As "but it works on my machine" shows. We've now created a consistency. + + By using DevOps tools to automate testing, builds, deployment. + + Again, automation of these things. + + Monitoring is about more than just your infrastructure. By working with + operations staff, you can improve your application monitoring.