You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2015/01/15 15:39:55 UTC

git commit: updated refs/heads/master to 6b46521

Repository: cloudstack
Updated Branches:
  refs/heads/master 71a014856 -> 6b4652133


developer: re-add deleted configuration

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>
(cherry picked from commit 59b2cbafa1f0c3033655112d348bb9523e0e8ef0)
Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6b465213
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/6b465213
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/6b465213

Branch: refs/heads/master
Commit: 6b4652133b1bc6ec37e60ddb97d29b196d5b9296
Parents: 71a0148
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Thu Jan 15 20:05:45 2015 +0530
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Thu Jan 15 20:09:25 2015 +0530

----------------------------------------------------------------------
 developer/developer-prefill.sql | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/6b465213/developer/developer-prefill.sql
----------------------------------------------------------------------
diff --git a/developer/developer-prefill.sql b/developer/developer-prefill.sql
index 89d9c7e..27b36e7 100644
--- a/developer/developer-prefill.sql
+++ b/developer/developer-prefill.sql
@@ -62,6 +62,22 @@ INSERT INTO `cloud`.`configuration` (category, instance, component, name, value)
             VALUES ('Advanced', 'DEFAULT', 'management-server',
             'expunge.interval', '60');
 
+INSERT INTO `cloud`.`configuration` (category, instance, component, name, value)
+            VALUES ('Advanced', 'DEFAULT', 'management-server',
+            'cluster.cpu.allocated.capacity.disablethreshold', '0.95');
+
+INSERT INTO `cloud`.`configuration` (category, instance, component, name, value)
+            VALUES ('Advanced', 'DEFAULT', 'management-server',
+            'cluster.memory.allocated.capacity.disablethreshold', '0.95');
+
+INSERT INTO `cloud`.`configuration` (category, instance, component, name, value)
+            VALUES ('Advanced', 'DEFAULT', 'management-server',
+            'pool.storage.allocated.capacity.disablethreshold', '0.95');
+
+INSERT INTO `cloud`.`configuration` (category, instance, component, name, value)
+            VALUES ('Advanced', 'DEFAULT', 'management-server',
+            'pool.storage.capacity.disablethreshold', '0.95');
+
 -- Add developer configuration entry; allows management server to be run as a user other than "cloud"
 INSERT INTO `cloud`.`configuration` (category, instance, component, name, value)
             VALUES ('Advanced', 'DEFAULT', 'management-server',