Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Mastering OpenStack

You're reading from   Mastering OpenStack Implement the latest techniques for designing and deploying an operational, production-ready private cloud

Arrow left icon
Product type Paperback
Published in Nov 2024
Publisher Packt
ISBN-13 9781835468913
Length 392 pages
Edition 3rd Edition
Arrow right icon
Author (1):
Arrow left icon
Omar Khedher Omar Khedher
Author Profile Icon Omar Khedher
Omar Khedher
Arrow right icon
View More author details
Toc

Table of Contents (17) Chapters Close

Preface 1. Part 1: Architecting the OpenStack Ecosystem
2. Chapter 1: Revisiting OpenStack – Design Considerations FREE CHAPTER 3. Chapter 2: Kicking Off the OpenStack Setup – The Right Way (DevSecOps) 4. Chapter 3: OpenStack Control Plane – Shared Services 5. Chapter 4: OpenStack Compute – Compute Capacity and Flavors 6. Chapter 5: OpenStack Storage – Block, Object, and File Shares 7. Chapter 6: OpenStack Networking – Connectivity and Managed Service Options 8. Part 2: Operating the OpenStack Cloud Environment
9. Chapter 7: Running a Highly Available Cloud – Meeting the SLA 10. Chapter 8: Monitoring and Logging – Remediating Proactively 11. Chapter 9: Benchmarking the Infrastructure – Evaluating Resource Capacity and Optimization 12. Part 3: Extending the OpenStack Cloud
13. Chapter 10: OpenStack Hybrid Cloud – Design Patterns 14. Chapter 11: A Hybrid Cloud Hyperscale Use Case – Scaling a Kubernetes Workload 15. Index 16. Other Books You May Enjoy

Conventions used

There are a number of text conventions used throughout this book.

Code in text: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: “Setting enable_magnum to yes in the /kolla-ansible/etc/kolla/globals.yml file will enable the Magnum API service.”

A block of code is set as follows:

…
[magnum:children]
control
[magnum-api:children]
magnum
[magnum-conductor:children]
magnum
…

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

"provider_summaries": {
        "ad54422c-b345-5v44-ba23-00cad76e376a": {
            "resources": {
                "DISK_GB": {
                    "used": 0,
                    "capacity": 2000
                }
            },
            "traits": ["SRG_SHARES_STORE"],

Any command-line input or output is written as follows:

# openstack allocation candidate list --resource VCPU=4,
MEMORY_MB=2048,DISK_GB=500GB --required   HW_CPU_X86_SVM

Bold: Indicates a new term, an important word, or words that you see onscreen. For instance, words in menus or dialog boxes appear in bold. Here is an example: “On the Jenkins dashboard, configure the installed Anchore plugin by pointing to Manage Jenkins and clicking on Configure System.”

Tips or important notes

Appear like this.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image