VCF Automation integration with a Git solution like GitHub or Gitlab is a conversation that has come up a lot over the years, and again recently. The suggestion is often to use the native integration options provided with the product, which are fine for their intended use case, but many misconceptions lead to disappointment. It’s important to understand what content

Read More
This entry is part 4 of 4 in the series Build Tools for VMware Aria

This series has focused on getting up and running with the Build Tools and creating basic projects. In this post, I will demonstrate all the available Maven commands and some additional parameters that can be used. This page can also be used as a useful Maven command reference. Creating Projects The following sections provide all the commands for creating the

Read More
This entry is part 3 of 4 in the series Build Tools for VMware Aria

The Build Tools for VMware Aria project has developed an Extension for Visual Studio Code that provides native integration directly in the IDE. Using VSCode with this extension will provide the following features when developing code for your VCF Automation environment: I have had quite a few issues with the plugin and found that it provides limited support. The biggest

Read More
This entry is part 2 of 4 in the series Build Tools for VMware Aria

The Build Tools for VMware Aria provide many project types, and this post will focus on those that can be used to manage VCF Automation and VCF Automation Orchestrator content. I will describe what each project is used for and provide some guidelines on which to use for a given use case. I will also give some example commands that

Read More
This entry is part 1 of 4 in the series Build Tools for VMware Aria

It has been a while since I covered anything related to the build tools that support development in VCF Automation. A lot has changed since I covered it in my ‘IaC for vRealize‘ series. Many people have been asking, and I finally had some time to write an updated post, covering the latest versions of the build tools (currently version

Read More

In this post, I will briefly describe Service-Oriented Architecture (SOA), and how I apply this to all of my VCF Operations Orchestrator development. Service-Oriented Architecture (SOA) is a popular software development methodology that focuses on creating distinct services that are loosely coupled and reusable. These characteristics make SOA an approach that is well-suited for systems integration. Anyone who works with

Read More