Categories
Tech

VMworld 2021

Imagine that: great tech, great guests, great customers stories, great you! October 6-7 in the virtual Barcelona this year.

Categories
Tech

Pipeline Automation with vRealize Automation (Code Stream)

vRealize Automation is made up of multiple components, one of them is Code Stream that allows users to automate application and infrastructure delivery process with release pipelinemanagement, including visibility and analytics into active pipelines and their status for troubleshooting. To be honest I was not a fan of Code Stream and when a customer engagement […]

Categories
Tech

vRA SaltStack Config – Configure git fileserver

Salt relies on files (e.g. State files, Reactor config files, Pillars, etc.), for this reason it comes with a simple file server suitable for distributing files to the Salt Minions. The file server is a stateless ZeroMQ server that comes with the Salt Master. The main goal of the Salt file server is to present […]

Categories
Tech

Consume vRA SaltStack Config API in vRA Extensibility

These are the early days of the integration between vRealize Automation and vRealize Automation SaltStack Config (formerly know as SaltStack Enterprise) and some things are yet to come. For instance, today in the 8.4 version if you deprovision a VM in vRA the related Salt Minion key is not deleted in vRA SaltStack Config, this […]

Categories
Tech

vRA SaltStack Config – Install with vRLCM

vRA SaltStack Config supports two installation methods: Standard installation – Installs the architectural components needed for SaltStack Config in four or more separate nodes. vRealize Suite Lifecycle Manager (vRLCM) installation – Installs SaltStack Config and all of its architectural components on a single node. This method also installs the Salt master host and configures a required vRealize Automation property group. In this blog post […]

Categories
Tech

vRA SaltStack Config – Event-Driven Automation

In the previous post we introduced State Files and explored a bit how they allow a declarative approach to configuration management. We also covered how States Files can be applied to Targets through Commands and Jobs and we will explore in the future the concept of Highstate. All of this is human initiated: an operator […]

Categories
Tech

vRA SaltStack Config – Declarative Configuration Management

So far we covered SaltStack remote execution (do you remember the command salt myminionid pkg.install httpd and the Salt Execution Module? If not check this post) which is great and powerful, but it is more suited for spot activities. Actually when you have to manage complex systems configuration at scale you need a combination of […]

Categories
Tech

This is where the Cloud is going. “Really”.

Machine vs human: do we need a winner?

Categories
Tech

vRA SaltStack Config – Targeting Minions and Jobs

Targeting Targeting is how you select Salt Minions when running commands, applying configurations, and when doing almost anything else in Salts that involves a Salt Minion. You define a Minions Target by matching against hostnames or system information or defined groups, or even combinations of the previous. Globbing As we have seen in my previous […]

Categories
Tech

vRA SaltStack Config – Add Minions and Commands

Now that we have our vRA SaltStack Config (with Master) up and running it’s time to start playing with it and the first things to do is to add some minions and issue our first commands. Let’s do this. Before with get started Adding new minions is very straightforward you just need to install the […]