Chef Infrastructure Automation Cookbook - Second Edition
eBook - ePub

Chef Infrastructure Automation Cookbook - Second Edition

Matthias Marschall

Partager le livre
  1. 278 pages
  2. English
  3. ePUB (adapté aux mobiles)
  4. Disponible sur iOS et Android
eBook - ePub

Chef Infrastructure Automation Cookbook - Second Edition

Matthias Marschall

DĂ©tails du livre
Aperçu du livre
Table des matiĂšres
Citations

À propos de ce livre

About This Book

  • Automate error-prone and tedious manual tasks and manage your servers on-site or in the cloud
  • Equip yourself with Chef components such as Chef client and solo, and learn how to create simple Chef cookbooks and various other artifacts for managing systems with Chef when live
  • Packed with working code and easy-to-follow, step-by-step instructions to configure, deploy, and scale your applications

Who This Book Is For

This book is for system engineers and administrators who have a fundamental understanding of information management systems and infrastructure. It helps if you've already played around with Chef; however, this book covers all the important topics you will need to know. If you don't want to dig through a whole book before you can get started, this book is for you, as it features a set of independent recipes you can try out immediately.

Foire aux questions

Comment puis-je résilier mon abonnement ?
Il vous suffit de vous rendre dans la section compte dans paramĂštres et de cliquer sur « RĂ©silier l’abonnement ». C’est aussi simple que cela ! Une fois que vous aurez rĂ©siliĂ© votre abonnement, il restera actif pour le reste de la pĂ©riode pour laquelle vous avez payĂ©. DĂ©couvrez-en plus ici.
Puis-je / comment puis-je télécharger des livres ?
Pour le moment, tous nos livres en format ePub adaptĂ©s aux mobiles peuvent ĂȘtre tĂ©lĂ©chargĂ©s via l’application. La plupart de nos PDF sont Ă©galement disponibles en tĂ©lĂ©chargement et les autres seront tĂ©lĂ©chargeables trĂšs prochainement. DĂ©couvrez-en plus ici.
Quelle est la différence entre les formules tarifaires ?
Les deux abonnements vous donnent un accĂšs complet Ă  la bibliothĂšque et Ă  toutes les fonctionnalitĂ©s de Perlego. Les seules diffĂ©rences sont les tarifs ainsi que la pĂ©riode d’abonnement : avec l’abonnement annuel, vous Ă©conomiserez environ 30 % par rapport Ă  12 mois d’abonnement mensuel.
Qu’est-ce que Perlego ?
Nous sommes un service d’abonnement Ă  des ouvrages universitaires en ligne, oĂč vous pouvez accĂ©der Ă  toute une bibliothĂšque pour un prix infĂ©rieur Ă  celui d’un seul livre par mois. Avec plus d’un million de livres sur plus de 1 000 sujets, nous avons ce qu’il vous faut ! DĂ©couvrez-en plus ici.
Prenez-vous en charge la synthÚse vocale ?
Recherchez le symbole Écouter sur votre prochain livre pour voir si vous pouvez l’écouter. L’outil Écouter lit le texte Ă  haute voix pour vous, en surlignant le passage qui est en cours de lecture. Vous pouvez le mettre sur pause, l’accĂ©lĂ©rer ou le ralentir. DĂ©couvrez-en plus ici.
Est-ce que Chef Infrastructure Automation Cookbook - Second Edition est un PDF/ePUB en ligne ?
Oui, vous pouvez accĂ©der Ă  Chef Infrastructure Automation Cookbook - Second Edition par Matthias Marschall en format PDF et/ou ePUB ainsi qu’à d’autres livres populaires dans Informatique et RĂ©seaux informatiques. Nous disposons de plus d’un million d’ouvrages Ă  dĂ©couvrir dans notre catalogue.

Informations

Année
2015
ISBN
9781785289019

Chef Infrastructure Automation Cookbook Second Edition


Table of Contents

Chef Infrastructure Automation Cookbook Second Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Support files, eBooks, discount offers, and more
Why subscribe?
Free access for Packt account holders
Preface
What this book covers
What you need for this book
Who this book is for
Sections
Getting ready
How to do it

How it works

There's more

See also
Conventions
Reader feedback
Customer support
Errata
Piracy
Questions
1. Chef Infrastructure
Introduction
Using version control
Getting ready
How to do it...
How it works...
There's more...
See also
Installing the Chef development kit on your workstation
How to do it...
How it works...
See also
Using the hosted Chef platform
Getting ready
How to do it...
How it works...
There's more...
See also
Managing virtual machines with Vagrant
Getting ready
How to do it...
How it works...
There's more...
See also
Creating and using cookbooks
Getting ready
How to do it...
How it works...
See also
Inspecting files on your Chef server with knife
Getting ready
How to do it...
How it works...
There's more...
See also
Defining cookbook dependencies
Getting ready
How to do it...
How it works...
There's more...
See also
Managing cookbook dependencies with Berkshelf
Getting ready
How to do it...
How it works...
There's more...
See also
Downloading and integrating cookbooks as vendor branches into your Git repository
Getting ready
How to do it...
How it works...
There's more...
See also
Using custom knife plugins
Getting ready
How to do it...
How it works...
There's more...
See also
Deleting a node from the Chef server
Getting ready
How to do it...
How it works...
There's more...
See also
Developing recipes with local mode
Getting ready
How to do it...
How it works...
There's more...
Running knife in local mode
Moving to hosted Chef or your own Chef server
See also
Using roles
Getting ready
How to do it...
How it works...
See also
Using environments
Getting ready
How to do it...
How it works...
There's more...
See also
Freezing cookbooks
Getting ready
How to do it...
How it works...
There's more...
See also
Running Chef client as a daemon
Getting ready
How to do it...
How it works...
There's more...
Using chef-shell
How to do it...
How it works...
There's more...
See also
2. Evaluating and Troubleshooting Cookbooks and Chef Runs
Introduction
Testing your Chef cookbooks
Getting ready
How to do it...
How it works...
There's more...
See also
Flagging problems in your Chef cookbooks
Getting ready
How to do it...
How it works...
There's more...
See also
Test-driven development for cookbooks using ChefSpec
Getting ready
How to do it...
How it works...
There's more...
See also
Integration testing your Chef cookbooks with Test Kitchen
Getting ready
How to do it...
How it works...
There's more...
See also
Showing affected nodes before uploading cookbooks
Getting ready
How to do it...
How it works...
See also
Overriding a node's run list to execute a single recipe
Getting ready
How to do it...
How it works...
See also
Using why-run mode to find out what a recipe might do
Getting ready
How to do it...
How it works...
See also
Debugging Chef client runs
Getting ready
How to do it...
How it works...
There's more...
See also
Inspecting the results of your last Chef run
Getting ready
How to do it...
How it works...
See also
Raising and logging exceptions in recipes
Getting ready
How to do it...
How it works...
There's more...
See also
Diff-ing cookbooks with knife
Getting ready
How to do it...
How it works...
There's more...
See also
Using community exception and report handlers
Getting ready
How to do it...
How it works...
There's more...
See also
Creating custom handlers
Getting ready...
How to do it...
How it works...
There's more...
See also
3. Chef Language and Style
Introduction
Using community Chef style
Getting ready
How to do it...
How it works...
There's more...
See also
Using attributes to dynamically configure recipes
Getting ready
How to do it...
How it works...
There's more...
Calculating values in the attribute files
See also
Using templates
Gett...

Table des matiĂšres