Integrate vROps with OpenShift internally shipped Prometheus. Continue readingIntegrating vRealize Operations with OpenShift Container Platform
Tag: linux
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.Continue readingUpgrade Salt Master on vRA SSC Appliance
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…Continue readingInstall Tanzu Community Edition with Salt
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…Continue readingSalt SDDC Modules – Getting Started
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 PillarContinue readingvRA SaltStack Config – Pillars
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…Continue readingvRA SaltStack Config – Configure git fileserver
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…Continue readingConsume vRA SaltStack Config API in vRA Extensibility
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…Continue readingvRA SaltStack Config – Install with vRLCM
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…Continue readingvRA SaltStack Config – Event-Driven Automation
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…Continue readingvRA SaltStack Config – Declarative Configuration Management