From 017551262702ab42ac6e68edea7febc3324c997f Mon Sep 17 00:00:00 2001 From: Clinton Wolfe Date: Wed, 6 May 2020 16:22:21 -0400 Subject: [PATCH] Add section on commiting code to CI pipeline Signed-off-by: Clinton Wolfe --- www/content/workstation/upgrade_labs.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/content/workstation/upgrade_labs.md b/www/content/workstation/upgrade_labs.md index f9310654a..f9afa6099 100644 --- a/www/content/workstation/upgrade_labs.md +++ b/www/content/workstation/upgrade_labs.md @@ -303,6 +303,10 @@ Check your cookbook code for Chef Infra Server searches, which will not be possi $ grep 'search(' -rn cookbooks ``` +### Commit Your Changes to the Cookbooks + +As you make changes to the cookbooks, follow normal SDLC practices by committing your changes to your cookbooks and submitting your changes to your cookbook pipeline to be tested by your automated testing system. Once the changes have passed testing, they cookbooks should receive new version numbers and be published to the new chef server by the continuous deployment system. + ## Move the Node to the New Server ### Issue a new Bootstrap Command