Similar Posts
Change the Network on a vRA onboarded VM
In this post I want to show you a way how you can change a the VM Network with a vRA Day 2 Operation on a vRA Cloud.vSphere.Machine. This is only a Workaround and has some disadvantages. The biggest disadvantage is that you will loos the Deployment History, because we have to onboard the VM…
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…
Simple Code Stream Pipeline CI Task
In this blog post we will create a Simple Code Stream Pipeline CI Task. The Ci Task will be executed in the created docker container running on the docker host. The command which are defined in the CI Task inside the pipeline will be executed inside the created docker container. The docker container is only…
Get a Aria Automation Orchestrator (former vRealize Orchestrator) Configuration Element by Global Tag name
In the post I will show you how to can get an Attribute from a Orchestrator Configuration Element. this is very useful, if you need a Attribute wich is stored in a Configuration element in an Orchestrator Action. Steps are: Create a Orchestrator Configuration Element Navigate to Configuration Create a NEW Folder or use an…
Managing VMware SDDC with Salt Stack Config
In this Blog Post I will show how you can use the VMware SDDC Salt Stack Module. I will explain how to install it. How you create a State & Pillar File, a Salt Master Taget, a Job to create a vSphere Cluster in a existing vCenter Server.
Create automatically a vRealize Automation Deployment Name with locale Date and Time
In this blog post I will show you how you can create automatically a vRealize Automation Deployment name which contains the local Date and Time and makes the Deployment name unique. How you get the local Unix Time with the JavaScript Module “moments” you can reach out the blog Convert the vRO Date with the…