From e436e87e67596098b968bf41360392f23054fc92 Mon Sep 17 00:00:00 2001 From: Evgeniy L Date: Thu, 23 Apr 2015 16:39:28 +0300 Subject: [PATCH] Add containers actions to profile --- templates/profile.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/profile.yml b/templates/profile.yml index 54ba1cd..fb21f36 100644 --- a/templates/profile.yml +++ b/templates/profile.yml @@ -12,12 +12,14 @@ 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