diff options
author | Yifei Xue <xueyifei@huawei.com> | 2018-01-30 01:03:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-01-30 01:03:47 +0000 |
commit | 7dfbe30d59e513da56fe34e3ffa44840a4c41ded (patch) | |
tree | fb3e6188baff221827a7e6c71c055de93f327e0a /deploy/adapters/ansible/roles/storage | |
parent | 2c93fa28f1f1e78f4135f096f0c59e82963fd847 (diff) | |
parent | 8c52d2b68d656aef61baf8d092e40024f397c5ed (diff) |
Merge "Change gnocchi storage and increase the capacity of ceph"
Diffstat (limited to 'deploy/adapters/ansible/roles/storage')
-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" |