Ever wanted to target salt states based on data only the underlying OpenStack cluster knows. Here’s how I did it.
Salt stack
Creating a new Ubuntu Salt master from the terminal using Cloud-Init
Cloud-Init is made in a way that it handles distribution specific package installation details automatically. With it, you can create a new salt master in a few commands.
Create a MariaDB cluster with replication over SSL with Salt Stack
Some notes on how I created our updated MariaDB database cluster with replication.
Quelques bouts de code pour automatiser le déploiement
Avez-vous déjà voulu automatiser le déploiement de votre infrastructure serveurs web de A-Z? C’est exactement sur quoi je travaille en ce moment.
Processus de création d’une VM faisant partie d’un parc géré par Salt Stack
Voici une courte procédure décrivant comment je crée une nouvelle machine virtuelle et y applique les configurations automatiquement.
Project idea: Creating a home made OpenStack cluster for development purposes
At work, I use an OpenStack environment and a few Salt states to manage a set of virtual machines. I’d like to give another life to two old laptops that spend most of their time shut down, but without changing or using their local hard drives.
How to create a patch and ensure it is applied within Salt Stack
When you need to adjust a file with a specific code modification and you are sure the file will not change over time, patch is a viable solution. This tutorial shows how to create a patch, sign it, and make sure it is applied.