Book Image

Learning VMware vRealize Automation

By : SRIRAM RAJENDRAN, Sriram Rajendran
Book Image

Learning VMware vRealize Automation

By: SRIRAM RAJENDRAN, Sriram Rajendran

Overview of this book

With the growing interest in Software Defined Data Centers (SDDC), vRealize Automation offers data center users an organized service catalog and governance for administrators. This way, end users gain autonomy while the IT department stays in control, making sure security and compliance requirements are met. Learning what each component does and how they dovetail with each other will bolster your understanding of vRealize Automation. The book starts off with an introduction to the distributed architecture that has been tested and installed in large scale deployments. Implementing and configuring distributed architecture with custom certificates is unarguably a demanding task, and it will be covered next. After this, we will progress with the installation. A vRealize Automation blueprint can be prepared in multiple ways; we will focus solely on vSphere endpoint blueprint. After this, we will discuss the high availability configuration via NSX loadbalancer for vRealize Orchestrator. Finally, we end with Advanced Service Designer, which provides service architects with the ability to create advanced services and publish them as catalog items.
Table of Contents (15 chapters)
Learning VMware vRealize Automation
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Planning and preparing


Here are some of the key tasks before we start the actual implementation:

  • Software: Download VMware vRealize Orchestrator OVA to a file share within the target datacenter.

  • Hostnames and IP address planning: Based on your enterprise naming convention, list the hostname and IP address for vRO nodes including the virtual IP in the load balancer.

  • SSL certificate generation: Signed or self-signed certificates should be created to contain the Orchestrator virtual IP and the Orchestrator node's hostnames in the SubjectAltNames section. This allows traffic to be served by the load balancer without throwing SSL errors. We will leverage a certification generation tool for this task; refer to— kb.vmware.com/kb/2107816.

  • Create DNS entries: FQDNs will be used throughout our installation. Manually create a record (forward lookup) and a PTR record (reverse lookup) for Linux-based VMware virtual appliances and load balancer virtual addresses.

  • Load balancer configuration: Commonly...