Upgrading VMware Aria Automation Config to 8.14.1

In this post i will go over upgrading my 8.x SSC appliance to 8.14.1. As a pre requirement we do need to have VMware Aria Suite Lifecycle upgraded to 8.14. Instructions can be found here. The upgrade does not include the latest PSPACK that contains the 8.14.1 Aria Automation Config release. Instructions to get the PSPACK can be found on my other blog post here. To get started we can go to VMware Aria Suite Lifecycle -> Lifecycle Operations -> Settings -> Binary Mapping. (If you haven’t added your My VMware credentials you will need to do that first by going to VMware Aria Suite Lifecycle -> Lifecycle Operations -> Settings -> My VMware) ...

December 5, 2023 · 2 min · Cosmin
Article cover image

Upgrading VMware Aria Automation Config to 8.14

In this post i will go over upgrading my 8.x SSC appliance to 8.14. As a pre requirement we do need to have VMware Aria Suite Lifecycle upgraded to 8.14. Instructions can be found here. The upgrade already includes the latest Product Support Pack so an update to the Product Support Pack is not required. To get started we can go to VMware Aria Suite Lifecycle -> Lifecycle Operations -> Settings -> Binary Mapping. (If you haven’t added your My VMware credentials you will need to do that first by going to VMware Aria Suite Lifecycle -> Lifecycle Operations -> Settings -> My VMware) ...

October 25, 2023 · 2 min · Cosmin
Article cover image

Upgrading SSC (SaltStack Config) to 8.12.1 using vRSLCM

In this post i will go over upgrading my 8.x SSC appliance to 8.12.1. As a pre requirement we do need to have VMware Aria Suite Lifecycle upgraded to 8.12. Instructions can be found here. The upgrade does not include the latest PSPACK that contains the 8.12.1 SaltStack Config release. Instructions to get the PSPACK can be found on my other blog post here. To get started we can go to vRealize Lifecycle Manager -> Lifecycle Operations -> Settings -> Binary Mapping. (If you haven’t added your My VMware credentials you will need to do that first by going to vRealize Lifecycle Manager -> Lifecycle Operations -> Settings -> My VMware) ...

June 20, 2023 · 2 min · Cosmin

SaltStack Config vs. Ansible Tower: A Comparison of Two Powerful Configuration Management Solutions

SaltStack Config and Ansible Tower are two powerful configuration management and infrastructure automation tools that cater to the needs of DevOps teams across the globe. While SaltStack Config is an open-source solution, Ansible Tower is the commercial, enterprise-ready version of Ansible Open Source. In this blog post, we will compare SaltStack Config and Ansible Tower in terms of architecture, ease of use, scalability, and features to help you make an informed decision on which tool is best suited for your requirements. ...

March 23, 2023 · 3 min · Cosmin

SaltStack Config vs. Ansible Open Source: A Technical Comparison

SaltStack Config and Ansible Open Source are two popular configuration management and infrastructure automation tools used by DevOps teams across the globe. Both solutions have their own unique set of features, advantages, and drawbacks. In this blog post, we will compare SaltStack Config (formerly known as Salt) and Ansible Open Source in terms of their architecture, ease of use, scalability, and community support, to help you make an informed decision on which tool is best suited for your needs. ...

March 23, 2023 · 3 min · Cosmin

Differences between SaltStack and Terraform

Infrastructure management has come a long way in recent years, with a variety of tools and frameworks available to help you provision, configure, and manage your infrastructure. Two popular tools in this space are SaltStack and Terraform, but they serve different purposes and have different strengths. In this post, we’ll explore the differences between SaltStack and Terraform, and when you might choose one over the other. SaltStack: Configuration Management SaltStack is a configuration management tool that allows you to define and apply a set of configurations or settings to a group of servers or other infrastructure components. Configuration management is an important aspect of infrastructure management because it ensures that all servers and systems in your infrastructure are consistent and conform to a known configuration. This can help with security, reliability, and troubleshooting. ...

February 24, 2023 · 3 min · Cosmin
Article cover image

Upgrading SSC (SaltStack Config) to 8.11.1 using vRSLCM

In this post i will go over upgrading my 8.x SSC appliance to 8.11.1. As a pre requirement we do need to have vRSLCM (vRealize Lifecycle Manager) upgraded to 8.11.1. Instructions can be found here. The upgrade does not include the latest PSPACK that contains the 8.11.1 SaltStack Config release. Instructions to get the PSPACK can be found on my other blog post here. To get started we can go to vRealize Lifecycle Manager -> Lifecycle Operations -> Settings -> Binary Mapping. (If you haven’t added your My VMware credentials you will need to do that first by going to vRealize Lifecycle Manager -> Lifecycle Operations -> Settings -> My VMware) ...

February 22, 2023 · 2 min · Cosmin

SaltStack Config vs Terraform: A Comparison of Two Leading Infrastructure Management Tools

When it comes to automating and managing large-scale infrastructure, two popular tools are SaltStack Config and Terraform. While both tools offer valuable solutions, SaltStack Config stands out as the better choice for organizations looking for a comprehensive solution. SaltStack Config is a configuration management tool that offers a unique combination of powerful configuration management and resource management features. Its master-minion architecture enables efficient communication between the master node and the minions, allowing for the enforcement of desired state configurations across a large number of servers. This makes SaltStack Config the ideal solution for organizations that need to manage and maintain a large number of servers. ...

February 7, 2023 · 2 min · Cosmin

SaltStack: The Ultimate Tool for Windows Patch Management

Windows systems are vulnerable to security threats and need to be regularly patched to protect against these threats. However, managing patches for a large number of Windows systems can be a tedious and time-consuming task. This is where SaltStack comes in to help. SaltStack is a popular open-source configuration management and orchestration tool that can be used to manage Windows systems, including patch management. In this blog, we will discuss how to use SaltStack to patch Windows systems. ...

January 31, 2023 · 3 min · Cosmin

SDDC SaltStack Modules - vRA edition

In this blog post I will go over the steps I took in order to to be able to query my vRA components from SaltStack using the SDDC SaltStack Modules. The SDDC SaltStack Modules were introduced in 2011. You can find the technical release blog here. The modules can be found on GitHub here. There is also a getting quick start guide that can be found here. The vRA module which needs to be installed manually can be found here. ...

November 15, 2022 · 2 min · Cosmin