Chef Tutorials: What is Chef Solo with example programs
What is Chef Solo? chef-solo is a command that executes Chef Infra Client in a way that does not require the Chef Infra Server to converge cookbooks. chef-solo uses Chef…
Read more »Chef Tutorials: Chef roles Tutorials and Example
What is Role? A role is a way to define certain patterns and processes that exist across nodes in an organization as belonging to a single job function. Each role…
Read more »Chef Tutorials: Configure Workstation with knife
Install Chef Workstation Configure Chef Workstation with Chef Infra Server using Knife
Read more »Chef Tutorials – notifies and subscribes explained with examples of Notifications
Chef notifies and subscribes explained with examples A notification is a property on a resource that listens to other resources in the resource collection and then takes actions based…
Read more »Chef Tutorials: List Of Chef Tools and their explainations
chef-apply chef-apply is an executable program that runs a single recipe from the command line. Is part of the Chef development kit. A great way to explore resources chef-apply is…
Read more »Chef Tutorials: How to install Chef Workstation
What is Chef Workstation? Chef Workstation provides everything you need to get started with Chef in a straightforward one-click installation, and to start delivering infrastructure automation without the need to…
Read more »Complete Chef Certification Guide & tutorials
What is Chef? Chef is an open source systems management and cloud infrastructure automation platform. Opscode created the Chef configuration management tool, and the company later changed its name to…
Read more »Top 50 Chef interview questions and answers
1.Q) What Is A Resource? Ans: A resource represents a piece of infrastructure and its desired state, such as a package that should be installed, a service that should be…
Read more »TOP 16 INTERVIEW QUESTIONS FOR CHEF
Q1. What is Chef?Begin this answer by defining Chef. It is a powerful automation platform that provides a way to transforms infrastructure into code. Chef is a tool for which…
Read more »What is Chef tools? Benefits of Using Chef tools.
What is Chef tools? A Chef is an Open-source configurations management tools it’s developed by AAPS code community in the year 2008. Chef tools is written in Ruby and Erlang….
Read more »Top 5 Application Deployment Tools in DOT NET
Deployment tools with useful features are vital for end-to-end automation and streamlining of the product development process for various platforms including constant updates. Software Developers are eager to automate the…
Read more »Chef Configuration Management Interview Questions and Answers Part – 5
Why do we make a new cookbook dependent upon one or more different cookbooks? So that we don’t breach copyright So that we can make use of Berkshelf So we…
Read more »Chef Tutorials: Understanding a Chef Cookbook Anatomy with Example
Following Reference Has been taken out from this url Attributes Resources Definition Files Libraries Providers Recipes Templates Cookbook Doc Files Cookbook Metadata File
Read more »Understanding Chef Node Objects json content!
Chef Node Objects Defined! For the chef-client, two important aspects of nodes are groups of attributes and run-lists. An attribute is a specific piece of data about the node, such…
Read more »Understanding the chef cookbook’s chefignore file
The chefignore file is used to tell knife which cookbook files in the chef-repo should be ignored when uploading data to the Chef server. The type of data that should…
Read more »run_list and env_run_list explanined in chef role
run-list A run-list defines all of the information necessary for Chef to configure a node into the desired state. A run-list may include roles and/or recipes. A run-list must be…
Read more »How to run chef-client in why-run mode aka “no-operation”
why-run mode is a way to see what the chef-client would have configured, had an actual chef-client run occurred. This approach is similar to the concept of “no-operation” (or “no-op”):…
Read more »week1 – Overview of Chef.pdf
week1 – Overview of Chef.pdf week1 – Overview of Chef.pdf
Read more »week2 – Node setup, resources & recipes
week2 – Node setup, resources & recipes week2 – Node setup, resources & recipes
Read more »week3 – Node setup, resources & recipes
week3 – Node setup, resources & recipes week3 – Node setup, resources & recipes
Read more »week4 – Common configuration data with data bags
week4 – Common configuration data with data bags week4 – Common configuration data with data bags
Read more »week5 – Using environments and knife-ec2
week5 – Using environments and knife-ec2 week5 – Using environments and knife-ec2
Read more »week6 – Community cookbooks and further resources
Community cookbooks and further resources week6 – Community cookbooks and further resources
Read more »Chef Error – Fatal: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully
rajeshkumar created the topic: FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully [code language=”css”] > knife bootstrap uvo1t75faaktzc532w6.vm.cld.sr -x root -P Br356YS0iy –sudo Doing…
Read more »Chef Lab and Excercise – Cookbooks – Part 7
Configuration management chef tools projects to test your skills? Project 1 – Write a cookbook which can add your bash script in crontab on your nodes. Project 2 – Perforce…
Read more »Chef Error – FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited u
rajeshkumar created the topic: FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited u FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit code 1) Error gitlab-ctl reconfigure Starting Chef Client, version 11.12.2 Compiling…
Read more »Chef Tutorials: Logging in Chef Explained
Chef Server All logs generated by the Chef server can be found in /var/log/opscode. Each service enabled on the system also has a sub-directory in which service-specific logs are located,…
Read more »