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
860
Puppet at GitHub: PuppetConf 2013
wfarr
21
2.2k
Puppet at GitHub (PuppetCamp Raleigh 2013)
wfarr
1
450
Boxen: PuppetCamp SF 2013
wfarr
5
820
Boxen: MWRC
wfarr
5
230
Boxen: PuppetCamp ATL
wfarr
0
270
BOXEN
wfarr
43
5.5k
Other Decks in Technology
See All in Technology
[OCI Skill Mapping] AWSユーザーのためのOCI(2025年8月20日開催)
oracle4engineer
PRO
2
140
Gaze-LLE: Gaze Target Estimation via Large-Scale Learned Encoders
kzykmyzw
0
310
小さなチーム 大きな仕事 - 個人開発でAIをフル活用する
himaratsu
0
120
ソフトウェア エンジニアとしての 姿勢と心構え
recruitengineers
PRO
2
620
Preferred Networks (PFN) とLLM Post-Training チームの紹介 / 第4回 関東Kaggler会 スポンサーセッション
pfn
PRO
1
180
AIとTDDによるNext.js「隙間ツール」開発の実践
makotot
5
660
実践アプリケーション設計 ②トランザクションスクリプトへの対応
recruitengineers
PRO
2
140
ドキュメントはAIの味方!スタートアップのアジャイルを加速するADR
kawauso
3
340
Understanding Go GC #coefl_go_jp
bengo4com
0
1.1k
第4回 関東Kaggler会 [Training LLMs with Limited VRAM]
tascj
12
1.7k
Figma + Storybook + PlaywrightのMCPを使ったフロントエンド開発
yug1224
5
380
Yahoo!広告ビジネス基盤におけるバックエンド開発
lycorptech_jp
PRO
1
270
Featured
See All Featured
The Straight Up "How To Draw Better" Workshop
denniskardys
236
140k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Unsuck your backbone
ammeep
671
58k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
126
53k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
The Art of Programming - Codeland 2020
erikaheidi
55
13k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
139
34k
RailsConf 2023
tenderlove
30
1.2k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
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