Dynamically updated request forms example with vRA, vRO and Chef

I often hear customers request a way to dynamically update a vRA request form when a change is made in a 3rd party system. For example, when the Chef admin adds or removes roles from the Chef server, they would like a way to automatically update a drop down list Continue reading Dynamically updated request forms example with vRA, vRO and Chef

vRA/vCAC Chef Client Extension

This guide and supplied workflows will allow you to create a self service application portal using vRA/vCAC to provision VM’s and Opscode Chef to install and manage your applications. This guide and attached workflows were developed using hosted Chef but can easily be modified for open source chef. This guide Continue reading vRA/vCAC Chef Client Extension

Automate Log Insight logging of new Windows VM’s Provisioned from vRA

So you just implemented the vRealize Suite and you want to make sure any Windows VM you deploy get’s added to Log Insight right? Well look no further you came to the right place.Let’s get started but first make sure you have the following in place: vCAC 6.0, 6.1 or Continue reading Automate Log Insight logging of new Windows VM’s Provisioned from vRA

Create your own private docker registry on vSphere

It seems that Docker is all the rage right now. One of the limitations I noticed when playing with Docker in my lab is that pulling images from the Docker Hub can be a bit slow and storing images on Dockr hub may not be desirable if your building applications Continue reading Create your own private docker registry on vSphere

Automate Log Insight logging of new Linux VM’s Provisioned from vRA

So you just implemented the vRealize Suite and you want to make sure any Linux VM you deploy get’s added to Log Insight right? Well look no further you came to the right place. Pre-Reqs you need in place for this integration to work: vCAC 6.0, 6.1 or vRA 6.2 Continue reading Automate Log Insight logging of new Linux VM’s Provisioned from vRA

vRealize Automation REST API with Curl

vRealize Autmation exposes a RESTful API to automate common tasks without having to access the GUI. Some common examples of why you would use this are: Request machines as part of a Continus Integratation process Integrate vRA provisioning into your build systems such as Jenkins Drive vRA requests from a Continue reading vRealize Automation REST API with Curl

How to integrate vROPS 6 badges in vRA 6.2

One of the new features of vRealize Automation is the ability to pull metrics from vRealize Operations. These metrics can be used to display the health bages ov VM’s in the vRA portal as well as povide information on what VM’s you may want to send a reclamation request for. Continue reading How to integrate vROPS 6 badges in vRA 6.2

How to tag EC2 instances provisioned from vCAC (vRA)

A common request we get from customers is the ability to add tags to instances that are provisioned to Ec2 from vCAC. Customers tag the instances for various reasons for example reporting, billing, building app relationships. This guide will walk you through the installation and configuration to extend vCAC now Continue reading How to tag EC2 instances provisioned from vCAC (vRA)

How to call vCAC (vRA) from command line to request VM’s and run scripts in the guest

So you want to make your developers happy but you are a vSphere admin and you already have enough on your plate? I am going to make it super easy for you to give your developers what they want (a command line to script their infrastructure request) and what you Continue reading How to call vCAC (vRA) from command line to request VM’s and run scripts in the guest

How to reindex the AppService aka APPD Appliance Database

The application services (formerly APPD) appliance has it’s own local database. Behind the scenes it is running a vPostgres database to store information about application blueprints and services.Over time the database tables can become fragmented and impact performance. Always snapshot or backup your appliance before attempting this procedure. NOTE: This Continue reading How to reindex the AppService aka APPD Appliance Database