2fe0d98ebb
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
9 lines
342 B
YAML
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.
|