In this blog post, we’ll guide you through the process of adding a computer object to Active Directory (AD) group using VMware Aria Orchestrator(vRO) action. Often, when working with VMware Aria Orchestrator, administrators face challenges in effectively integrating it with AD groups. This integration is crucial for efficient management and automation of IT tasks. I have developed an action that […]
Configure SNMP Plug-In Port to the vRealize Orchestrator 8.x
In this post, we are going to look at how to configure the SNMP Plug-In port for vRealize Orchestrator 8.x. The SNMP port can be configured with a workflow for vRO 7 and 8, but since vRO 8 uses the Kubernetes infrastructure, this configuration must be Kubernetes based. The following lines of code will help you. Create a variable for […]
Dynamic Types Plug-In Sync Issue (vRO)
In this blog post, we are going to show how to solve the Dynamic Types Issue. If you work with dynamic types, you probably have encountered synchronization issues. With the synchronization issues, the workflows or actions cannot assign values to the dynamic types of variables. Developers encounter 90% syntax 10% plugin errors but they don’t notice it. I have developed […]
vRealize Orchestrator (vRO) Using Configuration Element Programmatically
We learned how to use the Configuration Element in my previous blog post. If you remember, it has created subfolders under the parent folder using the configuration element. In the previous article, we used the configuration element manually. Now, we will learn the configuration element in a programmable way. Let’s Start Coding 🙂 I created a configuration element that has […]
vRealize Orchestrator (vRO) Using Configuration Element Manually
In this blog post, we will learn how to manually use the configuration element in vRealize Orchestrator. The configuration element stores data, configuration or anything for workflows and actions in the vRO. For example; We can store the network configuration of the virtual machine in the configuration element. In this way, if we want to change the network configuration, simply […]
Installing and Configuring VMware vRealize Automation 7.6 Step by Step
In this article, we will see how to install and configure VMware vRealize Automation 7.6 in the case of LAB or POC with minimum deployment. Prerequisites for LAB Let’s download the vRealize Automation Appliance 7.6 OVA file from VMware’s site. Prepare the IP/Hostname for the following machines. Hostname IP Address Description vra-ad01 10.111.64.49 Active Directory and DNS Server vra-db01 10.111.64.50 […]
vRealize Orchestrator (vRO) VM Ping
Merhabalar bu yazımda, vRealize Orchestrator içerisinde bir action oluşturarak VM’in Ping durumunu geri döndürecek bir javascript kodundan bahsedeceğim. Bu action vRA/vRO 6.x/7.x sürümlerinde çalışmaktadır. Action’la birlikte mevcut bir VM’i pingleyerek; hazır olduğunu, IP adresini aldığını ve bu durumlara bağlı olarak çeşitli işlemlerde bulunabiliriz. Action input olarak VM’in adını(string) ve domain’ini(string) istemektedir. Bu parametrelere bağlı olarak ping durumunu string olarak geri […]