Created
January 4, 2017 04:17
-
-
Save gsmurali/8d0bd3f2ee88f5950993fef91053adf1 to your computer and use it in GitHub Desktop.
02 Linux Academy - Certified Chef Developer Basic Chef Fluency Badge- Lecture: Understanding Chef and Chef Convergence
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Convergence | |
*Pre-convergence - Phase before a node is configured. Lint tests, foodcritic | |
*Convergence - Tests the defined resources to ensure they are in the desired state,"Providers' are what do the work (yum, apt-get etc.,) to enforce the desired configuration | |
*Post-Convergence - Occurs after the Chef convergence - Run tests that verifies a node is in the desired state of configuration/ Unit testing | |
Chef can be run over and over again without changing configurations if configurations are already in place (Idempotency) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment