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
450
Incident Response Done Right: From First Page to Postmortem
wfarr
0
570
Boxen: PuppetConf 2013
wfarr
6
870
Puppet at GitHub: PuppetConf 2013
wfarr
21
2.2k
Puppet at GitHub (PuppetCamp Raleigh 2013)
wfarr
1
460
Boxen: PuppetCamp SF 2013
wfarr
5
980
Boxen: MWRC
wfarr
5
230
Boxen: PuppetCamp ATL
wfarr
0
280
BOXEN
wfarr
43
5.5k
Other Decks in Technology
See All in Technology
短期間でRAGシステムを実現 お客様と歩んだ生成AI内製化への道のり
taka0709
1
180
Raycast AI APIを使ってちょっと便利なAI拡張機能を作ってみた
kawamataryo
1
240
ストレージエンジニアの仕事と、近年の計算機について / 第58回 情報科学若手の会
pfn
PRO
4
960
JAWS UG AI/ML #32 Amazon BedrockモデルのライフサイクルとEOL対応/How Amazon Bedrock Model Lifecycle Works
quiver
1
750
実践マルチモーダル検索!
shibuiwilliam
3
550
DMMの検索システムをSolrからElasticCloudに移行した話
hmaa_ryo
0
360
Amazon Athena で JSON・Parquet・Iceberg のデータを検索し、性能を比較してみた
shigeruoda
1
300
20251102 WordCamp Kansai 2025
chiilog
1
520
サブドメインテイクオーバー事例紹介と対策について
mikit
14
6.6k
初海外がre:Inventだった人間の感じたこと
tommy0124
1
190
[Journal club] Thinking in Space: How Multimodal Large Language Models See, Remember, and Recall Spaces
keio_smilab
PRO
0
110
AWSが好きすぎて、41歳でエンジニアになり、AAIを経由してAWSパートナー企業に入った話
yama3133
2
230
Featured
See All Featured
Context Engineering - Making Every Token Count
addyosmani
8
330
Rebuilding a faster, lazier Slack
samanthasiow
84
9.2k
Imperfection Machines: The Place of Print at Facebook
scottboms
269
13k
Intergalactic Javascript Robots from Outer Space
tanoku
273
27k
Faster Mobile Websites
deanohume
310
31k
Optimising Largest Contentful Paint
csswizardry
37
3.5k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
116
20k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
650
A designer walks into a library…
pauljervisheath
209
24k
A better future with KSS
kneath
239
18k
We Have a Design System, Now What?
morganepeng
54
7.9k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
10
900
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