heat-agents/heat-config-docker-cmd
Bogdan Dobrelya 5a694739a4 Add env_file for docker hook
Add docker hook for environment files.
Some containerized services need to accept environment
files and cannot be configured otherwise, for example
Etcd key-value storage.

Partial-bug: #1668938

Change-Id: I228b5f9ee67215ae742760d449b9cd8a4b9543d0
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
2017-03-30 15:38:30 +02:00
..
install.d Add env_file for docker hook 2017-03-30 15:38:30 +02:00
os-refresh-config/configure.d Rename containers to their desired name 2017-02-20 14:24:55 -05:00
README.rst Move elements at the top level 2017-01-04 16:57:10 +01:00
element-deps Move elements at the top level 2017-01-04 16:57:10 +01:00

README.rst

A hook which uses the docker command to deploy containers.

The hook currently supports specifying containers in the docker-compose v1 format. The intention is for this hook to also support the kubernetes pod format.

A dedicated os-refresh-config script will remove running containers if a deployment is removed or changed, then the docker-cmd hook will run any containers in new or updated deployments.