1 / 15
文档名称:

使用Chef和Cucumber进行行为(测试)驱动基础设施开发(Sai).pdf

格式:pdf   页数:15
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

使用Chef和Cucumber进行行为(测试)驱动基础设施开发(Sai).pdf

上传人:翩仙妙玉 2012/6/25 文件大小:0 KB

下载得到文件列表

使用Chef和Cucumber进行行为(测试)驱动基础设施开发(Sai).pdf

文档介绍

文档介绍:chef <chef-cucumber>
the art of building infrastructure as code
today’s special
  dev-ops culture
  the chef’s way
  managing infrastructure with chef
  chef meets cucumber
  test driving infrastructure
  the end
dev-ops culture
  infrastructure as code

  repeatability - idempotence

  automation

  agility

  scalability

  reassurance

  disaster recovery
why something like
chef?
ssh in for loop is not a
solution
chef’s way
chef’s principles
  idempotence
  thick clients, thin servers
  order matters
  reasonability - esp. ruby dsl
chef vocabulary
  chef-server
  recipes
  chef-client
  cookbooks
  attributes
  ohai
  resources
  providers
  nodes
  roles
  knife
  data bags
what happens when a chef
client runs?
test driving
infrastructure
cucumber-chef
  test driving infrastructure

  cause recipes and cookbooks are code
  vocabulary

  test lab

  controller

  container