What Project Pacific Really means for VMware

This week at VMworld, VMware announced Project Pacific, Kubernetes built into vSphere. As a VMware employee I have been following and supporting this project for some time. In my opinion this innovation is right there next to vMotion and HA, Continue reading What Project Pacific Really means for VMware

VMware Cloud on AWS limited rights explained

VMware Cloud on AWS is a managed service. Support, patching and maintenance of the infrastructure is the responsibility of VMware. With that said there needs to be a separation of access control so a customer does not accidentally cause a Continue reading VMware Cloud on AWS limited rights explained

Executing Day 2 Actions with the vRA 7 REST API

In this guide I will show you how to use the vRA 7 REST API to perform day 2 actions on a VM. This is common for users or developers that want to programmatically control the VM’s provisioned from vRealize Continue reading Executing Day 2 Actions with the vRA 7 REST API

How to Delete a Deployment with the vRA 7 REST API

In this guide I will show you how to use the vRA 7 REST API to delete a deployment. This is common for users or developers that want to programmatically delete a deployment of single or multi-machine blueprints. Pre-Reqs Already Continue reading How to Delete a Deployment with the vRA 7 REST API

How to enable Docker Remote API on Photon OS

So you want to connect to the Docker instance on Photon OS remotly from another Docker client? In this guide I will walk you through a few short steps to configure Photon OS to enable the remote docker API. NOTE: Continue reading How to enable Docker Remote API on Photon OS

The Docker Swarm Blueprint for vRA7 is here!

It’s the moment you have been waiting for. The easy button to deliver Docker Swarm Clusters on vSphere is here. With all the policy, standards and governance you have come to expect from vRealize Automation. NOTE: This is using the Continue reading The Docker Swarm Blueprint for vRA7 is here!

How to get the IP address of a VM in vRealize Automation 7 REST API

In my last post I showed you how to script a REST API request in vRealize Automation 7. Now let’s close the loop and get the details of that request. In this guide I will show you how to retrieve Continue reading How to get the IP address of a VM in vRealize Automation 7 REST API

How to script a vRealize Automation 7 REST API request

As you may or may not know, vRealize Automation features a RESTful API to programmatically interface with the Cloud Management Portal. In this guide I will show you how to create a shell script to request a catalog item. You Continue reading How to script a vRealize Automation 7 REST API request