Environment creation times out when pulling requirements from a private repo

In the realm of secure environments, Aria Orchestrator plays a pivotal role in orchestrating workflows efficiently. However, for users operating in environments without internet access, creating a custom Python environment within Aria Orchestrator presented a unique challenge. The system, by default, attempted to update dependencies from a public repository before turning to an internal PyPI

Loading

Creating a vRO Action using XML

In the dynamic landscape of automation, the ability to craft and fine-tune custom actions is a game-changer. This blog post delves into the art of creating and amending actions directly in your code repository, offering unparalleled flexibility and control. Whether you’re aiming to tailor actions to fit your unique requirements or seeking to seamlessly integrate

Loading

Configure vRO to use a BitBucket Repo

Embarking on the journey of configuring VMware vRealize Orchestrator (vRO) or Aria Orchestrator to leverage an external Git repository for storing Actions and Workflows can significantly enhance your orchestration capabilities. In this blog post, we’ll unravel the steps to seamlessly integrate vRO with Git, providing you with an efficient mechanism for version control, collaboration, and

Loading

Script to take hosts out of maintenance mode in vCenter & vROPs

On occasion, I’ve noticed that people can sometimes forget to take a host out of maintenance mode in vROPs after completing some work in vCenter. I have created a short PowerCLI script that will pull a list of hosts from a specified CSV file, connect to your vCenter & vROPs then exit the listed hosts

Loading

Add additional Syslog servers to ESXi hosts

This script proved to be a little more challenging than I had first expected. As you may be aware, simply running Set-VMHostSysLogServer will overwrite your existing configuration which is less than ideal when you’re trying to add a new server to your list. This script will prompt you for a file that will need to

Loading

Deploy a vRealize Network Insight cluster using Lifecycle manager

The below steps assume you have an existing environment deployed and you’re simply wanting to add vRNI to it.Before you get started, please ensure that you have collected your IP information & have configured DNS entries for the platform and collector VMs. Log into vRLCM and go to the environments section: Find the environment you

Loading