How to use the Docker Volume Driver with Photon Platform

VMware recently released a Beta version of a plugin for Docker volumes. I was curious to see if it also works on Photon Platform. Well it does! In this guide I will walk you through setting it up and then we will run my favorite app in a container to Continue reading How to use the Docker Volume Driver with Photon Platform

How to use the Docker Volume Driver for vSphere with Photon OS

VMware recently released a Beta version of a plugin for Docker volumes for vSphere. In this guide I will walk you through setting it up and then we will run my favorite app in a container to show you how it works. In this guide I will be using vSphere Continue reading How to use the Docker Volume Driver for vSphere with Photon OS

How to install and configure Chef Plugin for vRealize Orchestrator

In this guide I will walk you through installing and configuring the new Chef Plugin for vRealize Orchestrator. This allows vRO to automate common tasks in Chef as well as integrate with cloud automation solutions like vRealize Automation. The plug-in includes out of the box workflows for the most common Continue reading How to install and configure Chef Plugin for vRealize Orchestrator

How to Tag AWS instances provisioned from vRA 7

Updated for vRealize Automation 7 Event Broker A common request we get from customers is the ability to add tags to instances that are provisioned to Ec2 from vRA. Customers tag the instances for various reasons, for example reporting, billing, building app relationships etc. This guide will walk you through Continue reading How to Tag AWS instances provisioned from vRA 7

How to use wget and Github with vRealize Automation Blueprints

I recently started using GitHub as part of another blog post demonstrating how to integrate Ansible with vRealize Automation. It occurred to me that I could also use Github as a place to store scripts with version control as well as any other code I needed to deploy to a Continue reading How to use wget and Github with vRealize Automation Blueprints

vRA Ansible Integration 3 ways

In this blog series I will walk you through 3 ways to integrate Ansible with vRealize Automation 7. Just to set expectations this guide is not about Ansible. This is really more focused on how you can use Ansible with vRealize Automation together to provide both provisioning with policy and Continue reading vRA Ansible Integration 3 ways

The vRA Guest Agent Ansible Integration

In this guide I will show you to use a Guest Agent Blueprint to integrate Ansible Playbooks. In this example I am using what I describe as Ansible Standalone. Meaning, there is no Ansible Server that is pusing the playbook to this server. I simply install ansible, pull the playbook Continue reading The vRA Guest Agent Ansible Integration