Hi, my name is Dinshaw.
The cause of – and the solution to – all of life's problems.
The 'Godfather' of DevOps
John Allspaw and Paul Hammond
@ Velocity Conference 2009, San Jose
165 new-feature experiments in the 3 month tax season
'DevOps' up 50% on Linkedin keyword searches
package { "gtypist":
ensure => installed,
provider => homebrew,
}
package { "redis":
ensure => installed,
provider => homebrew,
}
package "mysql" do
action :install
end
package "redis" do
action :install
end
http://www.vagrantup.com/
Vagrant.configure do |config|
config.vm.provision "puppet" do |puppet|
puppet.manifests_path = "my_manifests"
puppet.manifest_file = "default.pp"
end
end
Deliver working code AND the environment it runs in.
"If you tell the truth, you don't have to remember anything."- Mark Twain
Dev and Test are no longer separable
Hand-off Readiness Review
April 21st, 2011 Amazon Web Service outage
Netfilx maintained availability
40 minute to 12 seconds!
Automating common operational tasks with Hu-Bot
Intro to DevOps
Dinshaw Gobhai | dgobhai@constantcontact.com