OpenStack Administration with Ansible. (Record no. 2802219)

MARC details
000 -LEADER
fixed length control field 09833cam a2200685M 4500
001 - CONTROL NUMBER
control field ocn951673204
003 - CONTROL NUMBER IDENTIFIER
control field OCoLC
005 - DATE AND TIME OF LATEST TRANSACTION
control field 20220712033508.0
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS--GENERAL INFORMATION
fixed length control field m o d
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION
fixed length control field cr |n|||||||||
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION
fixed length control field 160130e20160128enk o 000 0 eng d
040 ## - CATALOGING SOURCE
Original cataloging agency COO
Language of cataloging eng
Description conventions pn
Transcribing agency COO
Modifying agency EBLCP
-- CHVBK
-- OCLCO
-- DEBBG
-- FEM
-- IDB
-- OCLCQ
-- MERUC
-- OCLCQ
-- VT2
-- OCLCF
-- UOK
-- WYU
-- OCLCQ
-- LVT
-- N$T
-- G3B
-- IGB
-- STF
-- UKAHL
-- OCLCQ
-- OCLCO
019 ## -
-- 968009033
-- 969060629
-- 1264766627
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781785884610
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 1785884611
Qualifying information (Trade Paper)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 1785889389
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781785889387
Qualifying information (electronic bk.)
024 3# - OTHER STANDARD IDENTIFIER
Standard number or code 9781785884610
029 1# - (OCLC)
OCLC library identifier AU@
System control number 000062540029
029 1# - (OCLC)
OCLC library identifier CHNEW
System control number 000884559
029 1# - (OCLC)
OCLC library identifier CHVBK
System control number 374432597
029 1# - (OCLC)
OCLC library identifier DEBBG
System control number BV043893483
035 ## - SYSTEM CONTROL NUMBER
System control number (OCoLC)951673204
Canceled/invalid control number (OCoLC)968009033
-- (OCoLC)969060629
-- (OCoLC)1264766627
037 ## - SOURCE OF ACQUISITION
Source of stock number/acquisition 01201872
050 #4 - LIBRARY OF CONGRESS CALL NUMBER
Classification number QA76.9.O35
Item number B46 2016
072 #7 - SUBJECT CATEGORY CODE
Subject category code COM
Subject category code subdivision 051210
Source bisacsh
072 #7 - SUBJECT CATEGORY CODE
Subject category code COM
Subject category code subdivision 091000
Source bisacsh
082 04 - DEWEY DECIMAL CLASSIFICATION NUMBER
Classification number 005.1/17
Edition number 23
082 14 - DEWEY DECIMAL CLASSIFICATION NUMBER
Classification number [E]
049 ## - LOCAL HOLDINGS (OCLC)
Holding library MAIN
100 1# - MAIN ENTRY--PERSONAL NAME
Personal name Bentley, Walter,
Relator term author.
9 (RLIN) 786500
245 10 - TITLE STATEMENT
Title OpenStack Administration with Ansible.
260 ## - PUBLICATION, DISTRIBUTION, ETC. (IMPRINT)
Place of publication, distribution, etc Birmingham :
Name of publisher, distributor, etc Packt Publishing, Limited
Date of publication, distribution, etc Jan. 2016.
300 ## - PHYSICAL DESCRIPTION
Extent 1 online resource
336 ## -
-- text
-- txt
-- rdacontent
337 ## -
-- computer
-- c
-- rdamedia
338 ## -
-- online resource
-- cr
-- rdacarrier
347 ## -
-- text file
-- rda
520 8# - SUMMARY, ETC.
Summary, etc Design, build, and automate 10 real-world OpenStack administrative tasks with AnsibleAbout This Book Automate real-world OpenStack cloud operator administrative tasks Construct a collection of automation code to save time on managing your OpenStack cloud Use this step-by-step tutorial to automate such tasks with AnsibleWho This Book Is ForIf you are an OpenStack-based cloud operator and/or infrastructure administrator and are interested in automating administrative functions, then this book is exactly what you are looking for. Having a functioning OpenStack environment is helpful, but most certainly not necessary. What You Will Learn Efficiently execute OpenStack administrative tasks Familiarize yourself with how Ansible works and assess the defined best practices Create Ansible playbooks and roles Automate tasks to customize your OpenStack cloud Review OpenStack automation considerations when automating administrative tasks Examine and automate advanced OpenStack tasks and designated use cases Get a high-level overview of OpenStack and the current production-ready projects Deep dive into OpenStack CLI tools and find out how to use themIn DetailMost organizations are seeking methods to improve business agility because they have realized just having a cloud is not enough. Being able to improve application deployments, reduce infrastructure downtime, and eliminate daily manual tasks can only be accomplished through some sort of automation. Packed with real-world OpenStack administrative tasks, this book will walk you through working examples and explain how these tasks can be automated using one of the most popular open source automation toolsAnsible. We will start with a brief overview of OpenStack and Ansible and highlight some best practices. Each chapter will provide an introduction to handling various Cloud Operator administration tasks such as creating multiple users/tenants, setting up Multi-Tenant Isolation, customizing your clouds quotas, taking instance snapshots, evacuating compute hosts for maintenance, and running cloud health checks, and a step-by-step tutorial on how to automate these tasks with Ansible. Style and approachThis easy-to-follow reference guide is packed with examples of real-world OpenStack administration tasks; each task is explained in detail and then subsequently turned into automation code.
505 0# - FORMATTED CONTENTS NOTE
Formatted contents note Cover -- Copyright -- Credits -- About the Author -- Acknowledgments -- About the Reviewer -- www.PacktPub.com -- Table of Contents -- Preface -- Chapter 1: An Introduction to OpenStack -- OpenStack overview -- The OpenStack foundation -- Reviewing the OpenStack services -- OpenStack Compute (codename Nova) -- OpenStack Object Storage (codename Swift) -- OpenStack Image Service (codename Glance) -- OpenStack Identity (codename Keystone) -- OpenStack Dashboard (codename Horizon) -- OpenStack Networking (codename Neutron) -- OpenStack Block Storage (codename Cinder) -- OpenStack Orchestration (codename Heat) -- OpenStack Telemetry (codename Ceilometer) -- OpenStack Database (codename Trove) -- OpenStack Data Processing (codename Sahara) -- OpenStack Bare Metal Provisioning (codename Ironic) -- OpenStack supporting components -- Features and benefits -- Fully distributed architecture -- Uses commodity hardware -- Scale horizontally or vertically -- Meets high availability requirements -- Compute isolation and multi-DC support -- Robust role-based access control -- Working examples -- list the services and endpoints -- Listing the OpenStack services -- Via API -- Via CLI -- Listing the OpenStack endpoints -- Via API -- Via CLI -- Summary -- Chapter 2: An Introduction to Ansible -- Ansible overview -- What are playbooks, roles, and modules? -- Playbooks -- Roles -- Modules -- Variables and facts -- Variables -- Setting variable placeholders -- Defining variable values -- Registering variables -- Facts -- Defining the inventory -- Dynamic inventory -- Summary -- Chapter 3: Creating Multiple Users/Tenants -- Creating users and tenants -- Manually creating users and tenants -- Creating a user -- Creating a tenant -- Assigning users role and tenant access -- Automation considerations -- Defining variables globally or per role -- The OpenStack API or CLI.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Where to run Ansible -- Coding the playbook and roles -- The playbook and role review -- Summary -- Chapter 4: Customizing Your Cloud's Quotas -- Define and create quotas -- Creating quotas manually -- Setting up default quotas -- Reset quota values -- Automation considerations -- Coding the playbook and roles -- Playbook and role review -- Summary -- Chapter 5: Snapshot Your Cloud -- Define backups and snapshots -- Creating backups and snapshots manually -- Restore an instance backup -- Automation considerations -- Coding the playbook and roles -- Playbook and role review -- Summary -- Chapter 6: Migrating Instances -- Instance migration -- Manually migrating instances -- Migrating an instance to a specific compute node -- Automation considerations -- Coding the playbook and roles -- Playbook and role review -- Summary -- Chapter 7: Setting up Isolated Tenants -- Multi-tenant isolation explained -- Setting up multi-tenant isolation -- Pre-configuration steps -- Step 1 -- Step 2 -- Tenant configuration steps -- Step 1 -- create a new or use an existing tenant -- Step 2 -- create new host aggregate -- Step 3 -- add hosts to the new host aggregate -- Step 4 -- update host aggregate metadata -- Step 5 -- create a custom flavor to include the tenant filter -- Step 6 -- apply volume type quotas -- Automation considerations -- Coding the playbook and roles -- Playbook and role review -- Summary -- Chapter 8: Deploying OpenStack Features -- Multiple hypervisor support -- What is Docker (aka Docker Engine)? -- Setting up Docker and nova-docker -- Docker configuration -- Install Docker on a new compute node -- Configuring nova-docker -- Step 1 -- install nova-docker -- Step 2 -- update the Nova compute_driver parameter -- Step 3 -- add the docker.filters file to the Nova rootwrap.d folder -- Step 4 -- add and remove filters on the compute node(s) Nova scheduler.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Step 5 -- add and remove filters on the controller node(s) Nova scheduler -- Step 6 -- create a custom Docker flavor with extra specs -- Step 7 -- create a new host aggregate for the Docker compute node(s) -- Step 8 -- add docker to the Glance API container_formats -- Coding the playbook and roles -- Install Docker -- nova-docker -- nova-update -- openstack-config -- nova-scheduler -- glance-update -- Playbook and role review -- Summary -- Chapter 9: Inventory Your Cloud -- Collecting cloud metrics -- User report -- Tenant report -- Network report -- Volume report -- Cloud-at-a-glance report -- Coding the playbook and roles -- cloud-inventory -- cloud-usage -- user-inventory -- tenant-inventory -- network-inventory -- volume-inventory -- Playbook and role review -- Summary -- Chapter 10: Health Check Your Cloud -- Monitoring the cloud -- OpenStack service processes -- Infrastructure services -- MariaDB and Galera -- RabbitMQ -- Core OpenStack services -- Service and process check examples -- Coding the playbook and roles -- cloud-infra-check -- cloud-core-os-check -- os-service-status -- Playbook and role review -- Summary -- Index.
590 ## - LOCAL NOTE (RLIN)
Local note eBooks on EBSCOhost
Provenance (VM) [OBSOLETE] EBSCO eBook Subscription Academic Collection - Worldwide
630 00 - SUBJECT ADDED ENTRY--UNIFORM TITLE
Uniform title OpenStack (Electronic resource)
9 (RLIN) 1106085
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Cloud computing.
9 (RLIN) 119956
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Open source software.
9 (RLIN) 72362
650 #6 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Infonuagique.
9 (RLIN) 876625
650 #6 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Logiciels libres.
9 (RLIN) 875388
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element COMPUTERS
General subdivision Programming
-- Object Oriented.
Source of heading or term bisacsh
9 (RLIN) 877834
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element COMPUTERS
General subdivision Cloud Computing.
Source of heading or term bisacsh
9 (RLIN) 947205
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Cloud computing.
Source of heading or term fast
-- (OCoLC)fst01745899
9 (RLIN) 119956
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Open source software.
Source of heading or term fast
-- (OCoLC)fst01046097
9 (RLIN) 72362
655 #4 - INDEX TERM--GENRE/FORM
Genre/form data or focus term System Administration; Operating Systems; Online Services.
9 (RLIN) 1114363
776 08 - ADDITIONAL PHYSICAL FORM ENTRY
Display text Print version:
Note Druck-Ausgabe
Title Bentley, Walter. OpenStack Administration with Ansible
856 40 - ELECTRONIC LOCATION AND ACCESS
Uniform Resource Identifier <a href="https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1163369">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1163369</a>
938 ## -
-- Askews and Holts Library Services
-- ASKH
-- AH30053572
938 ## -
-- EBL - Ebook Library
-- EBLB
-- EBL4520729
938 ## -
-- EBSCOhost
-- EBSC
-- 1163369
994 ## -
-- 92
-- INOPJ
Holdings
Withdrawn status Lost status Damaged status Not for loan Collection code Home library Current library Date acquired Total Checkouts Date last seen Price effective from Koha item type
        E-Books EBSCO OPJGU Sonepat- Campus OPJGU Sonepat- Campus 12/07/2022   12/07/2022 12/07/2022 Electronic-Books

O.P. Jindal Global University, Sonepat-Narela Road, Sonepat, Haryana (India) - 131001

Send your feedback to glus@jgu.edu.in

Hosted, Implemented & Customized by: BestBookBuddies   |   Maintained by: Global Library