kolla-ansible/ansible/roles/bifrost/tasks/upgrade.yml
Mark Goddard 9cac1137d0 Add upgrade-bifrost command
This performs the same as a deploy-bifrost, but first stops the
bifrost services and container if they are running.

This can help where a docker stop may lead to an ungraceful shutdown,
possibly due to running multiple services in one container.

Change-Id: I131ab3c0e850a1d7f5c814ab65385e3a03dfcc74
Implements: blueprint bifrost-upgrade
Closes-Bug: #1834332
2019-07-02 14:30:14 +01:00

6 lines
105 B
YAML

---
# Stop the container prior to redeploying it.
- include_tasks: stop.yml
- include_tasks: deploy.yml