Page MenuHomeDevCentral

Simplify paas-docker pillar with PillarStack
Closed, ResolvedPublic

Description

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

Event Timeline

dereckson created this task.
dereckson raised the priority of this task from Low to Normal.

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.