2015년 4월 6일 월요일

chef - server



설치 버전
chef server 12 / CentOS 6.5

참고 링크
http://docs.chef.io/server/install_server.html
[Standalone] 단락
http://www.joinc.co.kr/modules/moniwiki/wiki.php/Site/cloud/automation/chefInstall

## VM사양
메모리 사용량이 이전 버전에 비해 많이 늘어난 듯 함 (1.5G 이상 되어야 쓸만함)

설치 이미지 다운로드
https://downloads.chef.io/chef-server/

다운로드 후 rpm 설치
$ yum install chef-server-core-{version}.rpm
설치 후 실행
$ chef-server-ctl reconfigure

계정 만들기
$ chef-server-ctl user-create (user_id) (first_name) (last_name) (email) (password) --filename pem_filename
조직(organization) 만들기
$ chef-server-ctl org-create (org_short_name) (full_organization_name) --association_user user_name (user_id list) --filename org_short_name.pem
## 계정이나 조직을 만들면서 생성한 pem (private key) 파일들은 이후에 필요할 때가 있다

웹관리콘솔 설치
$ chef-server-ctl install opscode-manage
$ opscode-manage-ctl reconfigure
$ chef-server-ctl reconfigure

설치 후 https://chef-server-ip 로 접속해서 콘솔 로그인을 해보자

## 참고로 hostname FQDN 설정하기는
https://github.com/DigitalOcean-User-Projects/Articles-and-Tutorials/blob/master/set_hostname_fqdn_on_ubuntu_centos.md#setting-the-hostname

댓글 없음:

댓글 쓰기