From c45f73cc21a49e22a2947841b2017da380b392ef Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Mon, 15 Sep 2014 14:47:32 +0200 Subject: [PATCH] CLOUDSTACK-6738: Add configs in developer prefill to avoid restart mgmt server Signed-off-by: Rohit Yadav --- developer/developer-prefill.sql | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/developer/developer-prefill.sql b/developer/developer-prefill.sql index 3724e26aeab..e5fb4e3f7cf 100644 --- a/developer/developer-prefill.sql +++ b/developer/developer-prefill.sql @@ -46,10 +46,26 @@ INSERT INTO `cloud`.`configuration` (category, instance, component, name, value) VALUES ('Advanced', 'DEFAULT', 'management-server', 'integration.api.port', '8096'); +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',