'opscode'에 해당되는 글 1건

  1. 2015.09.04 chef-DK

chef-DK

공부하는 Study 2015. 9. 4. 13:39

The Chef Development Kit contains everything you need to start using Chef, along with the tools essential to managing the code that runs your business.


- Chef 개발에 있어 필요한 도구들의 집합

- chef workstation에서 패키지 설치 하나로 손 쉽게 개발에 필요한 utils 혹은 managing 도구들이모여있는 development kit


- command-line tool "chef" 추가

- cookbook 의존성 관리 프로그램 Berkshelf

- ChefSpec, Foodcritic, chef zero, 등등 유용한 util 포함 등등



# chef generate cookbook chef-repo/cookbooks/test

chef-dk에서 제공하는 chef 라는 명령어를 통해 cookbook 생성 가능

물론 knife cookbook create test 같은 개념이다.



'공부하는 Study ' 카테고리의 다른 글

[chef] Berkshelf  (0) 2015.09.04
[chef] cookbook 업로드시 dependencies 정의(metadata.rb)  (0) 2015.09.04
SublimeText3 package control 관련  (0) 2015.06.10
RHCSA 준비 #2  (0) 2014.05.21
[리눅스] RHCSA 정리 EX200  (0) 2014.05.20
Posted by 뭉탁거림
,