From 364c980ee179892468bdfac929371275fe8aaf01 Mon Sep 17 00:00:00 2001 From: zhubingbing <1392607554@qq.com> Date: Fri, 23 Sep 2016 07:51:12 +0000 Subject: [PATCH] add upgrade.yml to aodh Change-Id: Id874410000782ed5aebbceab3dd9a2ba608a8e30 Closes-bug: #1626876 --- ansible/roles/aodh/tasks/upgrade.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ansible/roles/aodh/tasks/upgrade.yml diff --git a/ansible/roles/aodh/tasks/upgrade.yml b/ansible/roles/aodh/tasks/upgrade.yml new file mode 100644 index 0000000000..308053080c --- /dev/null +++ b/ansible/roles/aodh/tasks/upgrade.yml @@ -0,0 +1,6 @@ +--- +- include: config.yml + +- include: bootstrap_service.yml + +- include: start.yml