|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
EBSCO_ocn892044508 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu---unuuu |
008 |
141003s2014 xx o 000 0 eng d |
040 |
|
|
|a IDEBK
|b eng
|e pn
|c IDEBK
|d EBLCP
|d N$T
|d OCLCQ
|d E7B
|d UMI
|d OCLCQ
|d COO
|d OCLCF
|d DEBBG
|d YDXCP
|d OCLCQ
|d AGLDB
|d OCLCQ
|d OCLCO
|d ICA
|d K6U
|d OCLCQ
|d OCLCO
|d CCO
|d PIFAG
|d FVL
|d ZCU
|d MERUC
|d OCLCQ
|d OCLCO
|d U3W
|d REB
|d D6H
|d STF
|d OCLCQ
|d VTS
|d CEF
|d ICG
|d NLE
|d INT
|d VT2
|d UKMGB
|d OCLCQ
|d OCLCO
|d G3B
|d TKN
|d OCLCQ
|d UAB
|d DKC
|d OCLCO
|d AU@
|d OCLCQ
|d M8D
|d UKAHL
|d HS0
|d OCLCQ
|d OCLCO
|d QGK
|d OCLCQ
|
015 |
|
|
|a GBB742482
|2 bnb
|
016 |
7 |
|
|a 018006950
|2 Uk
|
019 |
|
|
|a 894504480
|a 907286526
|a 1259131052
|
020 |
|
|
|a 9781783983056
|q (electronic bk.)
|
020 |
|
|
|a 1783983051
|q (electronic bk.)
|
020 |
|
|
|a 132216617X
|q (electronic bk.)
|
020 |
|
|
|a 9781322166179
|q (electronic bk.)
|
020 |
|
|
|a 1783983043
|
020 |
|
|
|a 9781783983049
|
020 |
|
|
|z 9781783983049
|
029 |
1 |
|
|a AU@
|b 000056019095
|
029 |
1 |
|
|a AU@
|b 000067101737
|
029 |
1 |
|
|a CHNEW
|b 000700313
|
029 |
1 |
|
|a CHNEW
|b 000700315
|
029 |
1 |
|
|a CHNEW
|b 000888935
|
029 |
1 |
|
|a CHVBK
|b 374476543
|
029 |
1 |
|
|a DEBBG
|b BV042490002
|
029 |
1 |
|
|a DEBBG
|b BV043612637
|
029 |
1 |
|
|a DEBSZ
|b 434831832
|
029 |
1 |
|
|a DEBSZ
|b 484729357
|
029 |
1 |
|
|a GBVCP
|b 882842242
|
029 |
1 |
|
|a UKMGB
|b 018006950
|
035 |
|
|
|a (OCoLC)892044508
|z (OCoLC)894504480
|z (OCoLC)907286526
|z (OCoLC)1259131052
|
037 |
|
|
|a CL0500000496
|b Safari Books Online
|
050 |
|
4 |
|a QA76.76.C69
|b N45 2011eb
|
072 |
|
7 |
|a COM
|x 061000
|2 bisacsh
|
082 |
0 |
4 |
|a 004.36
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Ewart, John.
|
245 |
1 |
0 |
|a Chef essentials :
|b discover how to deploy software, manage hosts, and scale your infrastructure with Chef /
|c John Ewart.
|
260 |
|
|
|b Packt Publishing,
|c 2014.
|
300 |
|
|
|a 1 online resource
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a text file
|
490 |
1 |
|
|a Community experience distilled
|
588 |
0 |
|
|a Print version record.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Installing Chef; Terminology; Working with Chef; Installing chef-solo; The Ruby gem; Managing gems; Verifying that chef-solo works; Installing a Chef server; Requirements and recent changes; Installation requirements; What you will be installing; Getting the installer; Installation outline; Installing on Ubuntu; Downloading the package; Installing the package; Installing on Red Hat Enterprise Linux; Downloading the package; Configuring a Chef server
|
505 |
8 |
|
|a Understanding how chef-server-ctl worksWhat''s happening on my server?; Verifying that the services are running; Validating that your service is working; Ensuring that your knife configuration works; Summary; Chapter 2: Modeling Your Infrastructure; Getting to know Chef; Modeling your infrastructure; Roles; Defining roles; Implementing a role; Determining which recipes you need; Installing a cookbook; Applying recipes to roles; Mapping your roles to nodes; Converging a node; Environments; Organizing your configuration data; Example attribute data; Data bags; Knowing when to use data bags
|
505 |
8 |
|
|a Large-scale infrastructureSummary; Chapter 3: Integrating with the Cloud; Leveraging the cloud; Amazon EC2; Installing the EC2 knife plugin; Setting up EC2 authentication; Provisioning an instance; Bootstrapping the instance; Terminating the instance; Removing the Chef node; Rackspace Cloud; Provisioning an instance; Terminating an instance; Removing the Chef node; Summary; Chapter 4: Working with Cookbooks; Attributes; Multiple attribute files; Supporting multiple platforms; Loading external attributes; Using attributes; Metadata; Recipes; Resources; Using resources
|
505 |
8 |
|
|a Overriding a default behaviorTemplates; Why use templates?; A quick ERB primer; The template resource; The template variables; Passing variables to a template; Accessing computed configurations; Searching for templates; Definitions; Recipes; Developing recipes; Writing recipes; Starting out small; Installing a simple service; Getting more advanced; Summary; Chapter 5: Testing Your Recipes; Testing recipes; RSpec; RSpec and ChefSpec; Testing basics; Comparing RSpec with other testing libraries; Using ChefSpec; Getting started with ChefSpec; Installing ChefSpec
|
505 |
8 |
|
|a Locking your dependencies in RubyCreating a simple recipe and a matching ChefSpec test; Writing a ChefSpec test; Building your recipe; Executing tests; Understanding failures; Expanding your tests; Multiple examples in a spec test; Testing for multiple platforms; Summary; Chapter 6: From Development to Deployment; Describing the setup; Deploying software with Chef; Configuring your local environment; Modeling a simple Python application; Managing the cookbooks; Downloading cookbooks; Looking at the database recipe; Looking at your application deployment cookbook; Preparing the directories
|
520 |
|
|
|a If you have some understanding of IT infrastructure principles and are ready to find out what Chef is all about, then this guide will show you all you need to know. In order to get the most out of this book, some experience of programming or scripting languages would be useful.
|
546 |
|
|
|a English.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
630 |
0 |
0 |
|a Chef (Computer program)
|
630 |
0 |
7 |
|a Chef (Computer program)
|2 fast
|0 (OCoLC)fst01912489
|
650 |
|
0 |
|a Software configuration management.
|
650 |
|
0 |
|a Client/server computing.
|
650 |
|
6 |
|a Logiciels
|x Gestion de configurations.
|
650 |
|
6 |
|a Architecture client-serveur (Informatique)
|
650 |
|
7 |
|a COMPUTERS
|x Client-Server Computing.
|2 bisacsh
|
650 |
|
7 |
|a Client/server computing.
|2 fast
|0 (OCoLC)fst00864205
|
650 |
|
7 |
|a Software configuration management.
|2 fast
|0 (OCoLC)fst01124180
|
776 |
0 |
8 |
|i Print version:
|a Ewart, John.
|t Chef essentials : discover how to deploy software, manage hosts, and scale your infrastructure with Chef.
|d Birmingham, [England] : Packt Publishing, ©2014
|h 201 pages
|z 9781783983049
|
830 |
|
0 |
|a Community experience distilled.
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=855865
|z Texto completo
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH27100149
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10944912
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 855865
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis29855671
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 12093939
|
994 |
|
|
|a 92
|b IZTAP
|