OpenStack Administration with Ansible 2 - Second Edition.
Annotation
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham :
Packt Publishing,
2016.
|
Edición: | 2nd ed. |
Temas: | |
Acceso en línea: | Texto completo |
Tabla de Contenidos:
- Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Customer Feedback; Table of Contents; Preface; Chapter 1: Introduction to OpenStack; An overview of OpenStack; The OpenStack Foundation; Reviewing the OpenStack services; OpenStack Compute (code-name Nova); OpenStack Object Storage (code-name Swift); OpenStack Image Service (code-name Glance); OpenStack Identity (code-name Keystone); OpenStack Dashboard (code-name Horizon); OpenStack Networking (code-name Neutron); OpenStack Block Storage (code-name Cinder); OpenStack Orchestration (code-name Heat).
- OpenStack Telemetry (code-name Ceilometer)OpenStack Database (code-name Trove); OpenStack Data Processing (code-name Sahara); OpenStack Bare Metal Provisioning (code-name Ironic); Other optional services; OpenStack supporting components; Features and benefits; Fully distributed architecture; Using commodity hardware; Scaling horizontally or vertically; Meeting high availability requirements; Compute isolation and multi-dc Support; Robust role-based access control; Working examples
- listing the services; Listing the OpenStack services; Via API; Via CLI; Summary.
- Chapter 2: Introduction to AnsibleAnsible 2.0 overview; What are playbooks, roles, and modules?; Playbooks; Roles; Modules; Setting up the environment; Upgrading to Ansible 2.0; New OpenStack client authentication; Variables and facts; Variables; Setting variable placeholders; Defining variable values; Registering variables; Facts; Defining the inventory; Dynamic inventory; ; Blocks; Strategies; Cloud integrations; Summary; Chapter 3: Creating Multiple Users/Projects; Creating users and projects; Manually creating users and projects; Creating a user; Creating a project.
- Assigning a role and project access to usersAutomation considerations; Defining variables globally or per role; OpenStack API or CLI?; Where to run Ansible; Coding the playbooks and roles; Reviewing playbooks and roles; Summary; Chapter 4: Customizing Your Clouds Quotas; Defining and creating quotas; Manually creating quotas; Setting up default quotas; Resetting quota values; Automation considerations; Coding the playbooks and roles; Reviewing playbooks and roles; Summary; Chapter 5: Snapshot Your Cloud; Defining backups and snapshots; Manually creating backups and snapshots.
- Restoring an instance backupAutomation considerations; Coding the playbooks and roles; Reviewing playbooks and roles; Summary; Chapter 6: Migrating Instances; Instance migration; Manually migrating instances; Migrating an instance to a specific compute node; Automation considerations; Coding the playbooks and roles; Role details; Variable details; Playbook details; Reviewing playbook and role; Summary; Chapter 7: Managing Containers on Your Cloud; The container concept explained; Building and deploying containers; Building containers with Ansible Container; Automation considerations; Step 1.