Abhinandan Prateek
e5710e953a
bug CS-15868: fixing the xen systemvm template guest os to reflect the right one
2012-08-14 10:25:37 +05:30
Vijayendra Bhamidipati
1f0334b98a
CS-15722: InterVlan - VMWare - Source NAT Public IP Assocation to the VPC Virtual Router Fails.
...
Description:
Updating sql statements with path to Burbank system VM
template for VMWare.
2012-08-07 18:39:05 -04: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
Prasanna Santhanam
79b850faad
Categories for AutoScale
...
posted bug: http://bugs.cloudstack.org/browse/CS-15828 for improving
upstream API doc
2012-08-03 11:13:36 +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
Prasanna Santhanam
50d5a17c7a
Fail with non-zero exit code when toc category missing
2012-07-31 17:21:57 +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
Sheng Yang
f1dbdedfa9
S2S VPN: Add name field for customer gateway
...
Easier for user to identify the correct gateway
2012-07-24 13:02:24 -07:00
Vijay
30cb0e74d2
AutoScale. ALenas Final Review Comments. 2nd Cut. Remove csurl from profile,
2012-07-24 10:02:29 +05:30
Deepak Garg
8bbc8ee0ec
Added csurl as param in CreateAutoScaleVmProfileCmd
2012-07-24 09:58:56 +05:30
Vijay
998f9aa051
AutoScale. Unit Test Add/Delete/List of all AutoScale entities.
2012-07-24 09:57:24 +05:30
Vijay
a6a206d3fc
AutoScale. Bringing in update commands and enable/disable. Not Tested.
2012-07-24 09:57:21 +05:30
Vijay
21e13657b4
AutoScale.
...
All API commands with separate service layer for AutoScale.
Not tested.
2012-07-24 09:57:10 +05:30
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
Sheng Yang
c36de737db
S2S VPN: Use source NAT ip address for VPN gateway
2012-07-17 17:22:00 -07:00
Alena Prokharchyk
c44af15cd6
VPC: added State to vpc_gateways
2012-07-11 11:53:30 -07:00
Sheng Yang
6582882666
S2S VPN: Add domain and account for VPN
...
Admin can add VPN connection for others
2012-07-10 18:55:08 -07:00
Alena Prokharchyk
1657486f41
VPC: added vpc_id to private_ip_address table to indicate which vpc the ip belongs to
2012-07-09 13:00:03 -07:00
Alena Prokharchyk
6a9d5a7a0d
ResourceTags: respect tag parameter in listTemplates/listIsos commands
2012-07-06 16:37:40 -07:00
Sheng Yang
6f7a7c5e3e
CS-15470: Remove UNIQUE keyword for some fields
...
User can create/delete/create gateway again and again, then it would no longer
be unique. The unique should be guaranteed by API level.
2012-07-06 11:17:45 -07:00
Alena Prokharchyk
ed63a14d5e
Resource tags: CS-15473 - fixed delete/list by resourceId when UUID is specified as a value
2012-07-06 10:32:24 -07:00
Alena Prokharchyk
d8cdb89721
VPC: added field networkacl_service_provided to physical_network_service_providers table
2012-07-05 13:56:55 -07:00
Alena Prokharchyk
49d8b650e9
VPC: listPrivateGateways command is available for regular user too (he needs to know the gatewayId for the static route creation)
2012-06-29 15:17:17 -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
a6754a7906
bug CS-15170: Add default zone to account table in cloud_usage table for fresh install also
...
status CS-15170: resolved fixed
reviewed-by: Nitin
2012-06-28 15:52:53 -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
90b96642a7
Static route can be created for generic VpcGateway now, not just Private gateway
2012-06-28 13:14:54 -07:00
Sheng Yang
c2c9306ee1
CS-6840: Add tables for site to site VPN use.
2012-06-27 19:05:29 -07:00
Alena Prokharchyk
a539c6e824
VPC: intermidiate checkin to Static Routes
2012-06-25 18:08:19 -07:00
Alena Prokharchyk
b407b8831c
VPC: initial checkin for Static Routes
2012-06-25 15:16:17 -07:00
Alena Prokharchyk
42c17e0131
Fixed apidoc build
2012-06-22 15:20:16 -07:00
Alena Prokharchyk
ba7fddac3b
VPC: implemented add/delete Private gateway
2012-06-22 15:06:58 -07:00
Alena Prokharchyk
0dbd487a22
VPC: implemented delete and list Network ACL(s)
2012-06-20 14:24:30 -07:00
Alena Prokharchyk
bb30a6b6bb
VPC: initial checkin for network ACLs
2012-06-20 12:48:00 -07:00