mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
5ad476936d
This does the following: - Splits states for container/volume/image/network management into four separate state modules. - Preserves backward compatibility by making ``docker.image_present`` invoke ``docker_image.present``, etc. - Changes how Salt detects that a container needs to be replaced. Instead of comparing each passed argument to the named container's configuration, it creates a temporary container, and compares that container to the named container. If the two differ, then the older container is removed, and the new one is renamed and started, becoming the named container. - Removes the unit tests for container management and replaces them with integration tests. - Adds unit tests for the new salt.utils.docker |
||
---|---|---|
.. | ||
conf | ||
engines | ||
ext-conf | ||
extension_modules | ||
file | ||
file.replace | ||
log_handlers | ||
over | ||
pillar/base | ||
ssh | ||
ext.yaml | ||
hosts | ||
mysql_returner_archiver_data.sql | ||
reactor-sync-minion.sls |