Tag_Archive: #Salt

· 1 min read

Brand new 'Salted' containers

TL;DR# My matrix looks like: # invoke.yaml - PyInvoke Configuration for Salted Containers Matrix Validation run: echo: true pty: true # Matrix build parameters for Salted containers matrix: distros: - ubuntu-22.04 - ubuntu-20.04 - debian-11 - debian-12 salt_versions: - "3006.1" - "3005.1" - "3004.2" engines: - reclass - saltclass # Default deployment / testing configuration … ... read more »

· 152 min read

Salt-Formulas updates

Sum up all features on salt-formulas project (https://github.com/salt-formulas ). For the first, and only this time, for the whole year. The most features comes from Mirantis and it’s MCP product portfolio, however the public participation in the past year was also important. As the I generated it, and as I have done only limited post-processing the content might contain some formatting issues. … ... read more »

· 5 min read

Salt NACL encryption for external pillars

This article is about encrypting Satl external pillars with NACL. TL;DR 🔗︎# Salt NACL is based on another SaltStack project libnacl , an wrapper for libsodium and Salt nacl resources (module , runner , renderer and ext_pillar ). Overview of merged features to develop branch: NACL module, runner (around 2015.x) NACL update with secretbox, sealedbox (around 2017/Aug) NACL render with boxed syntax … ... read more »

· 8 min read

Testing salt formulas and models with kitchen-salt

TL;DR# An overview how to implement salt-formula test's with kitchen-salt. Overview# In this article I will talk about writing and testing https://github.com/salt-formulas[salt-formulas ]. An curated collection of formulas behind salt-formulas community. The concepts however will fit to any salt formula. If you are interested in https://github.com/salt-formulas[salt-formulas ] read more at: … ... read more »