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.
Tag: salt
After two SDDC Extension Modules introductory posts about getting started and state files, in this post I cover something more juicy from my point of view: managing VMware Cloud on AWS (VMC) Security Groups and Security Rules. Of course as a pre-requisite, in addition to having Salt Master with SDDC extensions modules, you need to […]
Salt SDDC Modules – State Files
My previous post introduced Salt Extension Modules for VMware, this is an open source project that provides a collection of Salt-maintained extension modules for VMware vSphere, vCenter, ESXi, NSX-T, VMC and friends. That post covered also commands. In this post we will cover State files. At the time I am writing this post there aren’t […]
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 […]
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
vRA SaltStack Config – Top Files
So far we played with Salt State files to apply configurations to Minions and we learned that these are generic by design and describe only what configuration should be achieved. And we used the concept of Targeting to specify where one, or more, State should be applied. In this post I’ll try to cover a different […]
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 […]
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 […]
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 […]
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 […]