kolla-ansible/releasenotes/notes/add-container-deploy-action-1673f3b6eb330c74.yaml
Kris Lindgren 2fe0d98ebb Add a job that *only* deploys updated containers
Sometimes as cloud admins, we want to only update code that is running
in a cloud.  But we dont need to do anything else.  Make an action in
kolla-ansible that allows us to do that.

Change-Id: I904f595c69f7276e71692696471e32fd1f88e6e8
Implements: blueprint deploy-containers-action
2019-09-26 17:51:14 +01:00

9 lines
342 B
YAML

---
features:
- |
Adds a new kolla-ansible subcommand: ``deploy-containers``. This action
will only do the container comparison and deploy out new containers if that
comparison detects a change is needed. This should be used to get updated
container images, where no new config changes are need, deployed out
quickly.