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

Infrastructure details


In our setup, we will be configuring three vRealize Orchestrator nodes—two active nodes and one standby node:

Hostname

IP address

Service

vRO.PKCT.LOCAL

10.112.103.127

The virtual IP for the Orchestrator in load balancer

vRO1.PKCT.LOCAL

10.112.103.128

The first vRO node

vRO2.PKCT.LOCAL

10.112.103.129

The second vRO node

Bill of materials

Here is the summary of the Orchestrator versions and build numbers used in this chapter:

  • vRealize Orchestrator 6.0.3 build 3000579

  • Existing vRealize Automation infrastructure including the NSX load balancer service

Generating Orchestrator certificates

Please refer to the Creating certificates section in Chapter 2, Distributed Installation Using Custom Certificates to generate the certificates using Certgen tools (http://kb.vmware.com/kb/2107816 for vRealize Orchestrator).

  1. Create a file, servers.txt, and add the list of servers for which certificates need to be created:

  2. Follow the instructions in step 2 and 3 as mentioned...