vRealize Automation Load Balancer Settings

I found some conflicting information about setting up load balancers for vRealize Automation in a Distributed installation, specifically around Health Checks. The following health checks were found to work for a fully distributed installation of vRA 6.2.2. vRealize Automation Appliances This is the pair of vRealize Automation Linux appliances that are deployed via OVA file. Type: HTTPS Interval: 5 seconds Timeout: 9 seconds Send String: GET /vcac/services/api/statusrn Load Balancing Method: Round Robin ...

September 28, 2015 · 2 min · eshanks

vRealize Automation and vCloud Air Integration

vRealize Automation is at its best when it can leverage multiple infrastructures to provide a hybrid cloud infrastructure. One of the things we might want to do is to set up VMware vCloud Air integration with your vRA instance. To start, we need to have a vCloud Air account which you can currently sign up for with some initial credits to get you started for free. Once you’ve got an account you’ll be able to setup a VDC and will have some catalogs that you can build VMs from. If you’re concerned about these steps, don’t worry a default VDC including some storage and a network will be there for you by default. ...

September 21, 2015 · 5 min · eshanks

vRealize Automation Infoblox Integration

Infoblox is a pretty popular IP Address Management (IPAM) solution for many shops. Wouldn’t it be nice to integrate your automation solution such as vRealize Automation, with your existing IPAM system? Well, don’t worry. You can! Infoblox Setup This post isn’t going to go into great detail about the setup of the Infoblox appliance but we do need to make sure that we’re licensed for API usage correctly. Ensure that the infoblox appliance has the “Cloud Network Automation” license applied to it. This is an easy thing to check. If your appliance has the “Cloud” tab, then the license is enabled. ...

August 4, 2015 · 3 min · eshanks

vRealize Automation 6 - Post Provisioning Workflows on AWS

In order to deploy a fully provisioned automated deployment of a server we have to look past just deploying a virtual machine OS and configuring an IP Address. In order to get something usable we also need to configure the server with some applications or make post provisioning changes. For instance we might want to install Apache after deploying a Linux machine. In vRealize Automation deployments invoke a post-provisioning stub to call vRealize Orchestrator workflows to make additional changes. This works very well on a vSphere environment since we can leverage VMtools to access the guest OS. But if you’ve ever deployed an instance in Amazon EC2 you’ll know that this isn’t quite as easy. EC2 instances don’t have VMTools to allow us into the guest OS. To make matters worse, the current version of vRealize Automation doesn’t pass the IP address of the guest Operating System to vRO. See this KB article from VMware for more information. ...

June 15, 2015 · 5 min · eshanks

vPostgres for vRealize Automation Gotcha

If you’re planning on doing a full distributed installation of vRealize Automation, you’ll likely want to have some protection for the vPostgres database. Having a single point of failure defeats the purpose of doing a full distributed install. I’ve been doing a bunch of work on this lately and wanted to warn people of a gotcha if you’re using a load balancer. Non-Distributed Install To give us a better understanding, take a look at a pair of vRealize Automation Appliances that aren’t in a high availability solution. In the picture below, there are two vRealize Automation Appliances and each of them is communicating with their own embedded vPostgres Database. This is the default configuration when deployed from VMware and works just fine. ...

April 21, 2015 · 2 min · eshanks

vCAC usp_SelectAgent SQL Errors

The home lab got a vCAC (now renamed vRealize Automation) refresh to version 6.1 recently and although I’d posted a guide to installing vCAC 6 earlier, I found myself having a few errors with my vCAC 6.1 deployment. The only difference in my environment was the version of Windows I used for the IaaS components. Instead of using server 2008R2 as I did with 6.0, I used Server 2012 R2 for vCAC 6.1 since it was now supported. ...

October 20, 2014 · 2 min · eshanks

Trouble Configuring the vCAC appliance

I thought it was necessary to get this post out. I’ve heard numerous people say that they’ve tried to install VMware’s vCloud Automation Center (vCAC) but for one reason or another it just didn’t seem to work. I myself recently installed this and had issues, but somehow got it to install correctly on the third try. If you’ve had trouble configuring the vCAC appliance then look for the tip below. ...

July 28, 2014 · 3 min · eshanks