solar/examples/resources/containers.yml
Evgeniy L 98bb9923a2 Implement ensure mechanism for containers
Added workaround to stop containers which should
not be on the node, accouding to a file with list
of services which is filled in by ansible's tasks.

It allows to implement scale-down and resource
migration.
2015-04-23 16:07:31 +03:00

14 lines
216 B
YAML

id: containers
class: containers
type: resource
handler: ansible
version: v1
actions:
ensure: simple/containers/ensure.yml
clean_list: simple/containers/clean_list.yml
input: {}
tags: [service/containers]