Currently, pillar/paas/docker.sls uses this structure a lot:
docker_option:
docker_node: ...
We could instead provide several docker.sls files per node with PillarStack:
https://docs.saltproject.io/en/latest/ref/pillar/all/salt.pillar.stack.html
Currently, pillar/paas/docker.sls uses this structure a lot:
docker_option:
docker_node: ...
We could instead provide several docker.sls files per node with PillarStack:
https://docs.saltproject.io/en/latest/ref/pillar/all/salt.pillar.stack.html
rOPS Nasqueron Operations | |||
D2862 | rOPSbbc48f9eb26d Adopt Salt Tower to merge pillar files | ||
D2869 | rOPSad12ca153247 Deploy Salt Tower on salt-primary role |
We've adopted Salt Tower as a solution.
Per discussion with @DorianWinty the PaaS Docker recommandation will be one service = one file.
Documentation about this feature and how to use it and why in D2670.