Salt Stack
Essais écrits lors de mes expérimentations avec SaltStack, l’outil de gestion de déploiement par SaltStack Inc. maintenant acquis par VMWare
2015
- Add OpenStack instance meta-data info in your salt grains Ever wanted to target salt states based on data only the underlying OpenStack cluster knows. Here’s how I did it.Tags
linux operations salt-stack cloud-computing open-source - 📁 snippet
- Install Discourse and Docker on Ubuntu 14.04 with aufs enabled I needed to install a set of VMs to run apps within Docker containers. In the case of Discourse, docker requires you to use aufs instead of devicemapper.Tags
standardization salt-stack procedure - 📁 projects
- A few useful GNU/Linux truth tests while creating salt states A common task while writing server configuration management manifests is to make sure that some enforcements are run in specific situations.Tags
linux salt-stack cloud-computing procedures - 📁 snippet
- 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.Tags
operations linux salt-stack cloud-computing - 📁 projects
- 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.Tags
cloud-computing development operations salt-stack - 📁 projects
- Create a MariaDB cluster with replication over SSL with Salt Stack Some notes on how I created our updated MariaDB database cluster with replication.Tags
linux techniques salt-stack cloud-computing - 📁 projects
2014
- 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.Tags
cloud-computing favourites best-practices logiciel-libre salt-stack
2013
- 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.Tags
cloud-computing development favourites linux salt-stack - 📁 projets
- 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.Tags
salt-stack techniques