What is Chef ?
In this blog post we will talk about Open Source Chef Server Installation .
The Open Source Chef server is a free version of the server. Each instance of the Open Source Chef server must be configured and managed locally, including data migrations, applying updates, and ensuring that the local infrastructure scales appropriately. The Open Source Chef server includes support from the community. Support from Chef is optional.
After struggling for so many days with the chef server requirements and dependencies , I have come up with the automated script which will install OSS Chef on RPM based NIX distribution .
Note: Once more Script will only install OSS Chef Server on RPM based Linux.
Once you download the script you can access Chef Server via UI , but for that make sure you
have 443 and 80 ports open.
https://FQDN or https://PUBLICIP
You need to install Chef Client , please follow below steps to install chef Client for your chef server.
In this blog post we will talk about Open Source Chef Server Installation .
The Open Source Chef server is a free version of the server. Each instance of the Open Source Chef server must be configured and managed locally, including data migrations, applying updates, and ensuring that the local infrastructure scales appropriately. The Open Source Chef server includes support from the community. Support from Chef is optional.
After struggling for so many days with the chef server requirements and dependencies , I have come up with the automated script which will install OSS Chef on RPM based NIX distribution .
Note: Once more Script will only install OSS Chef Server on RPM based Linux.
Once you download the script you can access Chef Server via UI , but for that make sure you
have 443 and 80 ports open.
https://FQDN or https://PUBLICIP
You need to install Chef Client , please follow below steps to install chef Client for your chef server.
- Run the command that appears (for UNIX and Linux environments) or download the omnibus installer (for Microsoft Windows environments). For example, for the Mac OS X:and then enter the password for the local machine.
- As the chef-client is being installed, the command window will show something like the following:
- When the installation is finished enter the following to verify that the chef-client was installed:
Source :-CHEF CLIENT INSTALLATIONN
Also if you are going to use self signed certificate with you Chef Server you
may end in issues while bootstrapping AWS instances with knife gem. Please use --no-check-certificate .
See my below solution on ServerFault , I asked question but noone helped , I found the solution and made some changes in code .
I will be writing another blog post to help you to write cookbooks and define roles in chef.
Some Important points:-
Chef Server Installation Directory
/opt/chef-server
/etc/chef-server
Enjoy !!
My favorite Quote:-
"I would love to change this world , but they wont give me Source Code."
No comments:
Post a Comment