S2S VPN: CS-16035: Add missing global configuration items

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

Branch: refs/heads/master
Commit: 6ec5bdbab6d85cee5b88b1f4be91f16cb0a763c2
Parents: 1cfcefd
Author: Sheng Yang <[email protected]>
Authored: Fri Aug 17 09:47:22 2012 -0700
Committer: Sheng Yang <[email protected]>
Committed: Fri Aug 17 16:52:06 2012 -0700

----------------------------------------------------------------------
 setup/db/db/schema-302to40.sql |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/6ec5bdba/setup/db/db/schema-302to40.sql
----------------------------------------------------------------------
diff --git a/setup/db/db/schema-302to40.sql b/setup/db/db/schema-302to40.sql
index acfb83d..2b47969 100644
--- a/setup/db/db/schema-302to40.sql
+++ b/setup/db/db/schema-302to40.sql
@@ -464,3 +464,5 @@ UPDATE `cloud`.`configuration` SET 
component='StorageManager' WHERE name='storag
 UPDATE `cloud`.`configuration` SET component='StorageManager' WHERE 
name='storage.cleanup.interval';
 UPDATE `cloud`.`configuration` SET description='Comma separated list of cidrs 
internal to the datacenter that can host template download servers, please note 
0.0.0.0 is not a valid site ' WHERE name='secstorage.allowed.internal.sites';
 
+INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Network', 'DEFAULT', 
'management-server', 'site2site.vpn.vpngateway.connection.limit', '4', 'The 
maximum number of VPN connection per VPN gateway');
+INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Network', 'DEFAULT', 
'management-server', 'site2site.vpn.customergateway.subnets.limit', '10', 'The 
maximum number of subnets per customer gateway');

Reply via email to