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

 

2014

 

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