aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/openstack_mitaka_xenial/roles/aodh/tasks/aodh_config.yml
diff options
context:
space:
mode:
authorshuai chen <chenshuai@huawei.com>2016-08-03 08:09:58 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-08-03 08:09:58 +0000
commit89fecf5c0dbc5926c2baa8f9518c9bc33de264eb (patch)
tree360e40c2acf0c46bcb9a6f5485932413908b7382 /deploy/adapters/ansible/openstack_mitaka_xenial/roles/aodh/tasks/aodh_config.yml
parent20f85a4541d9091dd123d94c8f94c6f90947bd31 (diff)
parentf7711cbcdfd9e0d258d18c84aea4f9fc47048fdb (diff)
Merge "Bug fix for aodh database and conf file"
Diffstat (limited to 'deploy/adapters/ansible/openstack_mitaka_xenial/roles/aodh/tasks/aodh_config.yml')
-rw-r--r--deploy/adapters/ansible/openstack_mitaka_xenial/roles/aodh/tasks/aodh_config.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/deploy/adapters/ansible/openstack_mitaka_xenial/roles/aodh/tasks/aodh_config.yml b/deploy/adapters/ansible/openstack_mitaka_xenial/roles/aodh/tasks/aodh_config.yml
new file mode 100644
index 00000000..e60d5338
--- /dev/null
+++ b/deploy/adapters/ansible/openstack_mitaka_xenial/roles/aodh/tasks/aodh_config.yml
@@ -0,0 +1,14 @@
+##############################################################################
+# Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+---
+- name: aodh db sync
+ shell: su -s /bin/sh -c "aodh-dbsync" aodh
+ notify:
+ - restart aodh services
+