Sheng Yang
c5ed65fecc
S2S VPN: CS-16035: Add missing global configuration items
2012-08-16 15:34:06 -07:00
Alena Prokharchyk
b30130edc3
CS-16037: db upgrade - fixed component/category/description fields for several global configs
2012-08-16 14:50:39 -07:00
Koushik Das
257822a41f
Fix CS-15879
...
Removed safe update flag as it is a client only setting.
Reviewed-by: Nitin
2012-08-07 18:06:30 +05:30
Sheng Yang
263ae86311
S2S VPN: CS-15820: Remove account information of vpn gateway and vpn connection
...
The owner would be always same as VPC owner.
2012-08-02 18:01:58 -07:00
Sheng Yang
0f603daff6
S2S VPN: CS-15472: Separate IKE lifetime and ESP lifetime
2012-08-02 18:01:58 -07:00
prachi
102a563cdd
CS-12510: Deleting the host_details and inserting them back causes deadlocks.
...
Changes:
- 3.0.4 release has a patch where a unique key is added on host_details.
- But this key is not present in 3.0.4 GA
- So 3.0.5 upgrade has to consider both cases and add the key only if it does not exist in the 3.0.4 version.
2012-08-02 16:16:26 -07:00
Alena Prokharchyk
b57501885f
DB upgrade: 2 new global config variables
2012-08-01 16:52:48 -07:00
prachi
c55489224b
CS-12510: Deleting the host_details and inserting them back causes deadlocks.
...
Reviewed-By: Alex
Changes:
- Deleting and inserting the host_details in one transaction leads to this MySQL deadlock issue sometimes
- This fix is to use the ON DUPLICATE KEY UPDATE MySQL query that will insert the deatils if they are new or update the ones that are existing.
- This needs a UNIQUE constraint on host_details.
2012-08-01 14:38:24 -07:00
Nitin Mehta
7e1c434f20
bug CS-13935: correcting description for create.volume.from.snapshot.wait global setting
...
Reviewed-by: Kishan
2012-08-01 16:48:00 +05:30
Koushik Das
7dad7b0da9
CS-15790 : Failed to do DB upgrade from 3.0.4 to Burbank [SQL syntax error with schema-304to305.sql script
...
Reviewed-by: Nitin
2012-08-01 16:22:25 +05:30
Koushik Das
6bc1d1247a
Fix for CS-15631
...
Support for up to 16 VDIs per VM on XS 6.0 and above (16 VDIs => root + cd + 14 data volumes). Currently in CS number of data disk that can be attached to VM is hard-coded to 6. Made this setting configurable by moving it to hypervisor capabilities. Although XS 6.0 and above supports upto 16 VDIs but while testing on XS 6.0.2 found that only 13 data volumes can be attached to a VM. So for XS 6.0 and 6.0.2 max_data_volumes_limit is set to 13 currently.
Reviewed-by: Nitin
2012-07-31 19:13:05 +05:30
Koushik Das
bb17d09e01
Support for local data disk (part 2)
...
- Zone level config to enable/disable local storage usage for service and disk offerings.
- Local storage gets discovered when a host is added/reconnected if zone level config is enabled. When disabled existing local storages are not removed but any new local storage is not added.
- Deploy VM command validates service and disk offerings based on local storage config.
- Upgrade uses the global config 'use.local.storage' to set the zone level config for local storage.
Reviewed-by: Abhi, Nitin
2012-07-30 13:59:14 +05:30
Vijay
57b1783764
CS-15729. AutoScale. Default counter names are corrected to valid values without special characters
2012-07-27 21:00:03 +05:30
Alena Prokharchyk
da3452c150
304-305 upgrade fix: insert one more vpc related param
2012-07-26 14:08:35 -07:00
prachi
6fe394231b
CS-15299: Typo in use.external.dns setting description
...
Changes:
- fixed the typo in the setting description
2012-07-26 11:37:04 -07:00
Vijay
d4e43846f8
AutoScale. Adding default counters
2012-07-25 18:17:32 +05:30
Sheng Yang
23303d3208
DB upgrade: Add S2S VPN for db upgrade
2012-07-24 13:19:49 -07:00
Deepak Garg
3e4d7babc3
Added Autoscale related tables to schema-304to305.sql for Upgrading 3.0.4 dbs to 3.0.5
2012-07-23 23:30:20 +05:30
Alena Prokharchyk
f243765758
304-305 DB upgrade: upgrade for VPC and resourceTags feature
2012-07-19 16:54:00 -07:00
Alena Prokharchyk
ba0c448174
Added upgrade path from 3.0.4 to 3.0.5 (Burbank) release
2012-07-19 16:54:00 -07:00
kishan
c4cf065a3f
bug CS-15221: Encrypt config value before changing category to Hidden. Regression due to af1fc1cf5d361cb6d43e0107a644c42f645a0ccc
...
status CS-15221: resolved fixed
reviewed-by: Nitin
2012-06-28 15:54:45 -07:00
kishan
5ac297f88e
bug CS-15091: Removed additional space in category for config param category. Regression due to af1fc1cf5d361cb6d43e0107a644c42f645a0ccc CS-14637
...
status CS-15091: resolved fixed
reviewed-by: Nitin
2012-06-28 15:54:29 -07:00
kishan
492c3dfe78
bug CS-15170: Add default zone to account table in cloud_usage table
...
status CS-15170: resolved fixed
reviewed-by: Nitin
2012-06-28 15:52:42 -07:00
kishan
e8a211f19c
bug CS-15168: Use cagetory from DB instead of Config.java, set category to Hidden during upgrade if they are not already
...
status CS-15168: resolved fixed
reviewed-by: Nitin
2012-06-28 15:52:29 -07:00
Alena Prokharchyk
69274542c2
CS-15197: correct default value for service_offering.nw_rate
...
Reviewed-by: Will Chan
2012-06-04 19:20:50 -07:00
Vijayendra Bhamidipati
a234773d60
CS-15181: Remove stale global config parameters from upgrade script
...
reviewed-by: Vijay
Description:
Removing stale global config params.
2012-05-31 14:04:59 -07:00
Vijayendra Bhamidipati
a48a3bbfbd
CS-9919: Support for Nexus Swiches (Cisco Vswitches)
...
Description:
Removed the vcenter_dc_name and vcenter_ipaddr
fields from the virtual_supervisor_module
table, the CiscoNexusVSMDeviceVO, addClusterCmd,
and all other references to these two fields.
Fixing null pointer exceptions when checking
for nexus related global parameter values in
addClusterCmd.
2012-05-23 16:53:27 -07:00
Alena Prokharchyk
44b88e093f
CS-15070: remove invalid refs from storage_pool_host_ref
2012-05-23 14:50:03 -07:00
Devdeep Singh
5062643dd9
CS-9919: Changes to integrate UI changes for nexus feature.
...
Reviewed by: Sateesh, Pranav.
2012-05-23 18:56:49 +05:30
Vijayendra Bhamidipati
f3169e616f
CS-9919: Support for Nexus Swiches (Cisco Vswitches)
...
Description:
Modifying column names in db tables to
adhere to naming conventions.
2012-05-22 19:13:43 -07:00
Vijayendra Bhamidipati
77e914bc0a
Bug CS-15020: DB inconsistencies after upgrade from Acton to Bonita
...
Description:
Putting in table creation DMLs in upgrade script
when upgrading from Acton (3.0.2) to Bonita (3.0.3).
Please note that the field names in the tables need
to be changed as per naming conventions. Those changes
will be checked in in an upcoming commit.
2012-05-21 12:25:13 -07:00
Nitin Mehta
8d12f09c75
bug CS-14931: Put in 'Disk' during upgrade for putting in disk offerring
2012-05-16 18:46:52 +05:30
Nitin Mehta
b822de268c
bug CS-14249: cluster.localStorage.capacity.notificationthreshold text is incorrect
2012-05-16 11:27:27 +05:30
kishan
7730466738
bug CS-14890: Set vnc password for removed Vms as empty. vnc_password is not null column.
...
status CS-14890: resolved fixed
reviewed-by: Nitin
2012-05-15 15:28:35 +05:30
kishan
8407643da8
bug CS-14890: Set vnc password for removed Vms as null. vnc_password is not used once the Vm is removed.
...
status CS-14890: resolved fixed
reviewed-by: Nitin
2012-05-15 12:02:52 +05:30
Sateesh Chodapuneedi
b7196a566e
CS-9919 Support for Nexus Swiches (Cisco Vswitches)
...
Description:
Cleanup upgrade script.
2012-05-14 18:49:19 -07:00
Sateesh Chodapuneedi
d8685d9e68
CS-9919 Support for Nexus Swiches (Cisco Vswitches)
...
Description:
Modified upgrade script to include new global
configuration parameters.
2012-05-14 18:48:10 -07:00
Sheng Yang
5c8d968eea
Remove the extra drop sql line
...
This would result in 3.0.1 to 3.0.2 upgrade failed, due to index not found.
2012-05-10 14:43:07 -07:00
Salvatore Orlando
f33fb0f6ab
CS-14741: Reverting db upgrade script from 2.2.14 to 3.0 to commit 72b5a94af8
2012-05-09 13:59:36 +01:00
Rajesh Battala
44f3846168
Modified S3RestServlet to turn down request if enable.s3.api is false. Changed upgrade script for S3 API Feature
2012-05-09 15:25:39 +05:30
prachi
53ff666788
Changes to Upgrade script for EC2 API feature.
2012-05-08 16:13:04 -07:00
JohnZ
ef2c7423f1
S3 API merged branch
2012-05-02 15:51:10 +01:00
Salvatore Orlando
486d962f09
CS-14724 : Making the default network label configurable, improving exception management
...
Please also see notes added to wiki.cloudstack.org/display/QA/Open+vSwitch+Tunnel+Manager
2012-05-02 13:14:47 +01:00
Nitin Mehta
9b1fd4d414
bug CS-10789: Some upgerade change that tdidnt get merged.
2012-05-02 11:47:32 +05:30
Nitin Mehta
77f1db5e41
bug CS-10789: Some upgerade change that tdidnt get merged.
2012-05-02 11:41:53 +05:30
Edison Su
1926df31e5
fix db upgrade
2012-05-01 13:34:56 +01:00
Alena Prokharchyk
0077234576
Fixed unittest and some issues with 2.2.14-3.0 upgrade
2012-05-01 13:34:05 +01:00
Alena Prokharchyk
3a3dbd2465
2.2.x-3.0 upgrade - column name change
2012-05-01 13:15:22 +01:00
Alena Prokharchyk
f27a0a0386
Mark local storages as removed when they have no ref in storage_pool_host_ref
...
Conflicts:
setup/db/db/schema-301to302.sql
2012-04-27 13:15:58 -07:00
Salvatore Orlando
ce56ddf75a
CS-14606: Restoring config parameter which was accidentally removed
2012-04-27 17:13:10 +01:00