Download - Chef infrastructure as code

Transcript

Infrastructure as codewith Chef

remercie pour l�organisation de

ses sponsors pour leur soutien

Infrastructure as codewith Chef

Infrastructure as codewith Chef

http://www.zem.fr/

Chef ?

http://www.vectorarts.net/people/free-woman-chef-tree-vector-graphics/

Premier CookbookEn mode TDD

TDD ?

TDD

runner.to create_file "/etc/nginx/nginx.conf"file = chef_run.template("/etc/nginx/nginx.conf")expect(file).to be_owned_by('root', 'root')expect(file.mode).to eq("0440")

BDD ?

BDD

file("/etc/nginx/nginx.conf").must_have(:mode, "0440")package("nginx").must_be_installedservice("nginx").must_be_running

Démo

Merci

@nledez nicolas.ledez.net