Book Image

Building VMware Software-Defined Data Centers

By : Valentin Hamburger
Book Image

Building VMware Software-Defined Data Centers

By: Valentin Hamburger

Overview of this book

VMware offers the industry-leading software-defined data center (SDDC) architecture that combines compute, storage, networking, and management offerings into a single unified platform. This book uses the most up-to-date, cutting-edge VMware products to help you deliver a complete unified hybrid cloud experience within your infrastructure. It will help you build a unified hybrid cloud based on SDDC architecture and practices to deliver a fully virtualized infrastructure with cost-effective IT outcomes. In the process, you will use some of the most advanced VMware products such as VSphere, VCloud, and NSX. You will learn how to use vSphere virtualization in a software-defined approach, which will help you to achieve a fully-virtualized infrastructure and to extend this infrastructure for compute, network, and storage-related data center services. You will also learn how to use EVO:RAIL. Next, you will see how to provision applications and IT services on private clouds or IaaS with seamless accessibility and mobility across the hybrid environment. This book will ensure you develop an SDDC approach for your datacenter that fulfills your organization's needs and tremendously boosts your agility and flexibility. It will also teach you how to draft, design, and deploy toolsets and software to automate your datacenter and speed up IT delivery to meet your lines of businesses demands. At the end, you will build unified hybrid clouds that dramatically boost your IT outcomes.
Table of Contents (18 chapters)
Building VMware Software-Defined Data Centers
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface

Multimachine blueprint design example


Creating a blueprint for a single VM containing just the OS is one thing. But the real value comes with blueprints containing multiple VMs and also preinstalling a complete application landscape, all on demand. These are the high-value services in a catalog since the user can request an outcome, a ready to use application. Typically fully integrated into the environment.

However, these are also the complex designs and configurations. They need multiple networks (possibly also NSX), also they require user settable parameters which might be provided from one software tool to another. If there is a client-server connection involved like in a DB-App server relationship, the IP or hostname needs to be configured in the application VM, otherwise, it can't access the DB. Users and software configs need to be set as well as OS security settings need to be changed.

Before a valid multimachine blueprint design might be started, it is important to understand all...