1.

Create A Second Node And Apply The Awesome Customers Cookbook To It. How Long Does It Take?

Answer»

You already accomplished the MAJORITY of the tasks that you need. You wrote the awesome customers cookbook, uploaded it and its dependent cookbooks to the Chef server, applied the awesome customers cookbook to your node, and verified that everything’s working.

All you need to do now is:

  • Bring up a second Red Hat Enterprise Linux or Centos node.
  • Copy your secret key file to your second node.
  • Bootstrap your node the same way as before. Because you INCLUDE the awesome customers cookbook in your run-list, your node will apply that cookbook during the bootstrap process.
  • The result is a second node that’s configured identically to the first one. The process should TAKE far less time because you already did most of the work.
  • Now when you fix an ISSUE or ADD a new feature, you’ll be able to deploy and verify your update much more quickly!

You already accomplished the majority of the tasks that you need. You wrote the awesome customers cookbook, uploaded it and its dependent cookbooks to the Chef server, applied the awesome customers cookbook to your node, and verified that everything’s working.

All you need to do now is:



Discussion

No Comment Found