From 8c52d2b68d656aef61baf8d092e40024f397c5ed Mon Sep 17 00:00:00 2001 From: wutianwei Date: Fri, 19 Jan 2018 17:07:41 +0800 Subject: Change gnocchi storage and increase the capacity of ceph 1. Change the gnocchi storage to ceph. 2. Change the size of loopback to 500GB 3. Change the ceilometer polling yaml 4. Run ceilometer-upgrade command and restart ceilometer service Change-Id: I8948c7b7e340c11e5d05c06a7d54c0e1b807620c Signed-off-by: wutianwei --- deploy/adapters/ansible/roles/post-osa/tasks/main.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'deploy/adapters/ansible/roles/post-osa/tasks/main.yml') diff --git a/deploy/adapters/ansible/roles/post-osa/tasks/main.yml b/deploy/adapters/ansible/roles/post-osa/tasks/main.yml index bd83b50f..205f3392 100644 --- a/deploy/adapters/ansible/roles/post-osa/tasks/main.yml +++ b/deploy/adapters/ansible/roles/post-osa/tasks/main.yml @@ -23,3 +23,7 @@ when: - ansible_os_family == 'RedHat' and ansible_distribution_major_version == '7' - inventory_hostname in groups['compute'] + +- include: ceilometer-upgrade.yml + when: + - inventory_hostname in groups['ceilometer_all'] -- cgit 1.2.3-korg