Add Ansible tasks to container service yaml structure

Change-Id: Ife5688b2950f44d5968f5e4004dd931951b7866f
This commit is contained in:
Jiri Stransky 2017-03-15 17:12:19 +01:00
parent 2e5a88fa2e
commit 359f90e112

View File

@ -231,6 +231,13 @@ are re-asserted when applying latter ones.
- '/'
- [ {get_param: DockerNamespace}, {get_param: DockerKeystoneImage} ]
* **host_prep_tasks**: Ansible tasks to execute on the host before any
containers are started. Useful e.g. for ensuring existence of
directories that we want bind mounted into the containers.
* **upgrade_tasks**: Ansible tasks to execute during upgrade. First
these tasks are run on all nodes, and then the normal puppet/docker
operations happen the same way as during a fresh deployment.
Docker steps
............