solar/templates/profile.yml
2015-04-23 16:39:28 +03:00

29 lines
597 B
YAML

id: {{id}}
type: profile
extensions:
- id: file_discovery
version: '1.0.0'
- id: ansible
version: '1.0.0'
tags: {{tags}}
# NOTE(dshulyak) it is mandatory for some profiles to user graph based
# api to provide order of execution for different events
run:
- containers.actions.clean_list
- docker.actions.run
- mariadb.actions.run
- mariadb.actions.wait
- mariadb.actions.users
- keystone.actions.run
- haproxy.actions.run
- containers.actions.ensure
remove:
- haproxy.actions.remove
- keystone.actions.remove
- mariadb.actions.remove
- docker.actions.remove