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 2014/09/15 14:47:55 UTC

git commit: updated refs/heads/4.3 to c45f73c

Repository: cloudstack
Updated Branches:
  refs/heads/4.3 1687bcdd9 -> c45f73cc2


CLOUDSTACK-6738: Add configs in developer prefill to avoid restart mgmt server

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/c45f73cc
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/c45f73cc
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/c45f73cc

Branch: refs/heads/4.3
Commit: c45f73cc21a49e22a2947841b2017da380b392ef
Parents: 1687bcd
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Mon Sep 15 14:47:32 2014 +0200
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Mon Sep 15 14:47:32 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/c45f73cc/developer/developer-prefill.sql
----------------------------------------------------------------------
diff --git a/developer/developer-prefill.sql b/developer/developer-prefill.sql
index 3724e26..e5fb4e3 100644
--- a/developer/developer-prefill.sql
+++ b/developer/developer-prefill.sql
@@ -48,8 +48,24 @@ INSERT INTO `cloud`.`configuration` (category, instance, component, name, value)
 
 INSERT INTO `cloud`.`configuration` (category, instance, component, name, value)
             VALUES ('Advanced', 'DEFAULT', 'management-server',
+            'secstorage.allowed.internal.sites', '0.0.0.0/0');
+
+INSERT INTO `cloud`.`configuration` (category, instance, component, name, value)
+            VALUES ('Advanced', 'DEFAULT', 'management-server',
             'account.cleanup.interval', '60');
 
+INSERT INTO `cloud`.`configuration` (category, instance, component, name, value)
+            VALUES ('Advanced', 'DEFAULT', 'management-server',
+            'expunge.delay', '60');
+
+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',
+            'system.vm.use.local.storage', 'true');
+
 -- 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',