Categories
Tech

Integrating vRealize Operations with OpenShift Container Platform

Integrate vROps with OpenShift internally shipped Prometheus.

Categories
Tech

Upgrade Salt Master on vRA SSC Appliance

Upgrading vRA SSC only upgrades SaltStack Config console components, for compatibility reason you are allowed to upgrade Salt Master(s) as per your convenience. Here is how do it.

Categories
Tech

Install Tanzu Community Edition with Salt

This blog post is about two open source projects supported by VMware: Salt and Tanzu Community Edition. Salt is event-driven automation, infrastructure management, configuration management, remote execution and much more. Tanzu Community Edition (TCE) is a full-featured, easy-to-manage Kubernetes platform for learners and users, especially those working in small-scale or pre-production environments. Installing TCE it […]

Categories
Tech

Salt SDDC Modules – Getting Started

Salptoject.io recently released a collection of open source (of course!) Salt-maintained extension modules for VMware vSphere, VMware Cloud on AWS and NSX-T. You can find these modules on Github here, the documentation here and a pretty cool quickstart guide here. This is quite early days for these modules, so at the moment I am just planning to […]

Categories
Tech

vRA SaltStack Config – Pillars

Salt Pillars are key elements to have parametric Salt State files allowing them to be more flexible and reusable. Here is an introduction to Salt Pillar

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 […]