Mount an ISO-File to a VM with vRA 8 “Day 2 Operation”

This blog post describes how you can mount a ISO-File to a existing vRA 8 provisioned machine with a “Day 2” Operation. This solution is using a vRealize Orchestrator Workflow and a NFS share where the ISO-Files are stored. How you can configure a NFS Server on Ubuntu 20.04 based OS is described here and…

Configure NFS on Ubuntu 20.04 and use it with an VMware ESXi Host

In this blog I will show you how you can configure a NFS-Server on a Linux Ubuntu 20.04 machine and use it with an ESXi Server. Prereqisites Set Up the NFS Server on the Ubuntu Linux machine The first steps are to install the NFS packages, then configure NFS and if the firewall active set…

Setup a Docker host for vRealize Automation Code Stream

This blog post explain step by step how to setup a docker host which is needed to run CI Task from Code Stream. If a CI Task started by vRealize Automation Code Stream a specified docker container will be started on the docker host for the lifetime of the Code Stream Pipeline. The Ci tasks…