From 66533163c3fd2c7245a56b98dfa88b743ec5f9c8 Mon Sep 17 00:00:00 2001 From: Illia Polliul Date: Sun, 9 Oct 2016 20:16:24 +0300 Subject: [PATCH] Match cassandra_compaction_throughput with fab settings Change-Id: I0b93ad781f0b20e2d48d5611c03dcb344cdb9dc7 Signed-off-by: Illia Polliul --- deployment_scripts/puppet/modules/contrail/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment_scripts/puppet/modules/contrail/manifests/init.pp b/deployment_scripts/puppet/modules/contrail/manifests/init.pp index fcf202798..788c3c3b3 100644 --- a/deployment_scripts/puppet/modules/contrail/manifests/init.pp +++ b/deployment_scripts/puppet/modules/contrail/manifests/init.pp @@ -132,7 +132,7 @@ class contrail { # Custom mount point for contrail-db $cassandra_path = '/var/lib/contrail_db' - $cassandra_compaction_throughput = pick($settings['cassandra_compaction_throughput'], '16') + $cassandra_compaction_throughput = pick($settings['cassandra_compaction_throughput'], '96') # Control of automatic services startup $service_ensure = hiera('upgrade',false) ? {