heat-agents/heat-config-docker-cmd
Flavio Percoco 4f6010da30 Implement start_order for containers
Allow for ordering containers execution within the same step. This hook
uses `start_order` and it defaults to 0.

Co-Authored-by: Ian Main <imain@redhat.com>

Change-Id: Ib0804ee622e2889e6c18a76f07a194490f4721d4
2017-01-27 17:46:41 +00:00
..
install.d Implement start_order for containers 2017-01-27 17:46:41 +00:00
os-refresh-config/configure.d Add 'exec' support to docker cmd 2017-01-11 18:40:23 -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.