diff options
author | wutianwei <wutianwei1@huawei.com> | 2018-01-19 17:07:41 +0800 |
---|---|---|
committer | wutianwei <wutianwei1@huawei.com> | 2018-01-27 14:30:11 +0800 |
commit | 8c52d2b68d656aef61baf8d092e40024f397c5ed (patch) | |
tree | ff48db7f5bea125d7e2519038f0852e36dacdd47 /deploy/adapters/ansible/roles/storage/vars | |
parent | 522bce77aee6680a977fa7d0acac3d4091202377 (diff) |
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 <wutianwei1@huawei.com>
Diffstat (limited to 'deploy/adapters/ansible/roles/storage/vars')
-rw-r--r-- | deploy/adapters/ansible/roles/storage/vars/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/adapters/ansible/roles/storage/vars/main.yml b/deploy/adapters/ansible/roles/storage/vars/main.yml index cbee9c1e..d6c5961a 100644 --- a/deploy/adapters/ansible/roles/storage/vars/main.yml +++ b/deploy/adapters/ansible/roles/storage/vars/main.yml @@ -7,7 +7,7 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## --- -host_loopback_ceph_size: "100G" +host_loopback_ceph_size: "500G" rc_local_insert_before: "^exit 0$" bootstrap_host_data_disk_device: null bootstrap_host_data_disk_device_force: "no" |