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

Creating a view in vROPs

vRealize Operations Manager gives you the ability to take all the data and metrics it has ingested and use that to create smaller, more targeted, visual data for specific objects and metrics for a given time frame. Once created, these can be used independently or as part of dashboards and reports. Below, I will run

Loading