Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Valiantly Validating Vagrant with Vagabond
Search
Will Farrington
August 26, 2011
Technology
3
500
Valiantly Validating Vagrant with Vagabond
A talk on vagrant, integration testing, ops, and funny pictures. Delivered at Ruby Hoedown 2011.
Will Farrington
August 26, 2011
Tweet
Share
More Decks by Will Farrington
See All by Will Farrington
test-queue makes your tests run fast
wfarr
0
440
Incident Response Done Right: From First Page to Postmortem
wfarr
0
560
Boxen: PuppetConf 2013
wfarr
6
870
Puppet at GitHub: PuppetConf 2013
wfarr
21
2.2k
Puppet at GitHub (PuppetCamp Raleigh 2013)
wfarr
1
450
Boxen: PuppetCamp SF 2013
wfarr
5
840
Boxen: MWRC
wfarr
5
230
Boxen: PuppetCamp ATL
wfarr
0
280
BOXEN
wfarr
43
5.5k
Other Decks in Technology
See All in Technology
コンテキストエンジニアリングとは? 考え方と応用方法
findy_eventslides
4
900
神回のメカニズムと再現方法/Mechanisms and Playbook for Kamikai scrumat2025
moriyuya
4
530
BtoBプロダクト開発の深層
16bitidol
0
290
From Prompt to Product @ How to Web 2025, Bucharest, Romania
janwerner
0
120
「Verify with Wallet API」を アプリに導入するために
hinakko
1
230
BirdCLEF+2025 Noir 5位解法紹介
myso
0
190
Exadata Database Service on Dedicated Infrastructure(ExaDB-D) UI スクリーン・キャプチャ集
oracle4engineer
PRO
2
5.4k
LLMアプリケーション開発におけるセキュリティリスクと対策 / LLM Application Security
flatt_security
7
1.9k
PLaMo2シリーズのvLLM実装 / PFN LLM セミナー
pfn
PRO
2
980
多野優介
tanoyusuke
1
430
KMP の Swift export
kokihirokawa
0
330
英語は話せません!それでも海外チームと信頼関係を作るため、対話を重ねた2ヶ月間のまなび
niioka_97
0
120
Featured
See All Featured
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
Context Engineering - Making Every Token Count
addyosmani
5
180
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
31
9.7k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
30
2.9k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.6k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
The World Runs on Bad Software
bkeepers
PRO
71
11k
Become a Pro
speakerdeck
PRO
29
5.5k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
What's in a price? How to price your products and services
michaelherold
246
12k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
358
30k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
850
Transcript
Valiantly Validating Vagrant with Vagabond And other words that start
with the letter ‘V’ Friday, August 26, 11
Who am I? Friday, August 26, 11
Will Farrington @wfarr Friday, August 26, 11
Friday, August 26, 11
Friday, August 26, 11
Scalability. Operations. And ping-pong. I’ve got all of those. Friday,
August 26, 11
WTF is Vagrant? WTF is Vagabond? W(hy)TF Did I Make
it? Friday, August 26, 11
WTF is Vagrant? WTF is Vagabond? W(hy)TF Did I Make
it? Friday, August 26, 11
== Friday, August 26, 11
Friday, August 26, 11
Demo! Vagrantfile vagrant up vagrant provision vagrant destroy Friday, August
26, 11
WTF is Vagrant? WTF is Vagabond? W(hy)TF Did I Make
it? Friday, August 26, 11
Integration Testing for Vagrant Friday, August 26, 11
Integration Testing for Infrastructure Friday, August 26, 11
describe file(“/etc/motd”) do it { should exist } it {
should have_content( /welcome to zombocom/ )} end Friday, August 26, 11
describe service(“apache2”) do it { should be_running } it {
should respond_on(8080) } end Friday, August 26, 11
gem install vagabond --pre NEXT WEEK This past week was
busy with one of our engineers moving on to go work for GitHub Friday, August 26, 11
WTF is Vagrant? WTF is Vagabond? W(hy)TF Did I Make
it? Friday, August 26, 11
It’s “funny” because it’s a cat. Friday, August 26, 11
Understanding Failure Friday, August 26, 11
Failing Quickly != Failing Blindly Friday, August 26, 11
Failing at Failing is not Okay Friday, August 26, 11
Friday, August 26, 11
Expect the Unexpected (as much as you can) Friday, August
26, 11
What if... Friday, August 26, 11
Mitigate Risk Friday, August 26, 11
Questions! I’ll ask you - the ones you ask me
come later. Friday, August 26, 11
Friday, August 26, 11
Who’s broken production before? Friday, August 26, 11
Continuous Integration, Continuous Deployment, etc. Friday, August 26, 11
We’re Hypocrites Friday, August 26, 11
We talk all day long about TDD... and then never
test our infrastructure. Friday, August 26, 11
Code is Code even if we’re using a DSL to
write it Friday, August 26, 11
Story Time Friday, August 26, 11
.... and nearby orphanages Friday, August 26, 11
Friday, August 26, 11
Be Consistent Friday, August 26, 11
Practice the TDD you Preach Friday, August 26, 11
Especially with your infrastructure Friday, August 26, 11
What’s the point? Friday, August 26, 11
Friday, August 26, 11
“We are about contribution. That's what our job is. It’s
not about impressing people. It’s not about getting the next job. It’s about contributing something.” — Benjamin Zander Friday, August 26, 11
Your purpose: contribute value. Friday, August 26, 11
Don’t like it? That sucks. Good luck. Friday, August 26,
11
The product is: Your Business Important to Your Business More
Important than You (to your business) Friday, August 26, 11
Friday, August 26, 11
Friday, August 26, 11
Hold up Friday, August 26, 11
Friday, August 26, 11
“I play music because it is my calling in life.
I hope it conveys a joy and benevolence that people can apply to their own lives and thus improve, if only in the tiniest way, the quality of life on earth.” — Tom Grant Friday, August 26, 11
I hope... Friday, August 26, 11
Friday, August 26, 11
Friday, August 26, 11
Friday, August 26, 11
If not, at least you’re thinking about these problems Friday,
August 26, 11
Friday, August 26, 11
P.S. We’re hiring. Like ops? Have ops/sysadmin experience? I’d like
to get you a beverage of your choice and talk! Friday, August 26, 11
[email protected]
@wfarr http://speakerdeck.com/u/wfarr/ Friday, August 26, 11
Questions? Friday, August 26, 11
Thank You! Friday, August 26, 11