Commit Graph

685 Commits

Author SHA1 Message Date
frank 4d20287c81 Bug 13529 - Multiple Management Servers: cloud-setup-databases script fails to execute
status: 13529: resolved fixed
reviewed-by:edison
2012-02-08 16:56:35 -08:00
Edison Su 44638afde0 bug 13470: add cert chain in db, and also open the api to upload a cert chain
status 13470: resolved fixed
Reviewed-by: Kelvin
2012-02-07 21:43:46 -08:00
Alena Prokharchyk cf807faa7a bug 13508: fixed inconsistencies in key names during db upgrade
status 13508: resolved fixed
Reviewed-by: Will Chan
2012-02-07 13:32:03 -08:00
Alena Prokharchyk cbfba858f0 bug 13489: when add foreign key, index is created automatically
status 13489: resolved fixed
Reviewed-by: Will Chan
2012-02-07 09:48:27 -08:00
abhi 0e5b3febd1 bug 13471: disabling LB during install and upgrade
reviewed-by: kishan
2012-02-07 10:21:31 +05:30
Alena Prokharchyk 9f5b5bfbfd Fixed incorrect table name in 2.2.13-2.2.14 db upgrade
Reviewed-by: Frank Zang
2012-02-06 18:38:54 -08:00
Alena Prokharchyk 257099b6a4 bug 13474: fixed 1) 2) and 4)
reviewed-by: Frank
2012-02-06 17:55:35 -08:00
Alena Prokharchyk 5f1a653d84 bug 13433: fixed db upgrade for domain_router table
status 13433: resolved fixed
reviewed-by: Sheng Yang
2012-02-06 15:56:52 -08:00
frank 7f3a2b08b7 add missing 's' to fk_ssh_keypair__account_id and fk_ssh_keypair__domain_id
making the name match constraint name

reviewed-by: alena
2012-02-02 15:45:17 -08:00
kishan 9aa44028dc Bug 13407: Sanity check interval is not applicable in 2214. Removed from upgrade script
Status 13407: resolved fixed
Reviewed-By: Nitin
2012-02-02 22:07:43 +05:30
Nitin Mehta e7f6ffbd43 Bug 13423: Upgrade 2213 to 2214 add the snapshot index since it was introduced for 2214.
Reviewed-By: Kishan
2012-02-02 19:20:43 +05:30
Nitin Mehta 85a5253405 Bug 13423: Upgrade 2213 to 2214 add the snapshot index since it was introduced for 2214.
Reviewed-By: Kishan
2012-02-02 18:45:04 +05:30
abhi c647f8e349 bug 13407: adding missing conf variables
reviewed-by: kishan
2012-02-02 13:14:17 +05:30
Kelven Yang 3ed3acaea4 bug 11814: Allow template to have details info in key/value pairs. 2012-01-31 16:22:18 -08:00
frank 7b4b4c0ed8 Bug 13374 - cloud-setup-databases script failed to execute due to AttributeError
status 13374: resolved fixed
2012-01-27 16:42:02 -08:00
Kelven Yang b622fc60ae bug 13369: recycle roger hung worker VMs in vCenter 2012-01-27 15:16:58 -08:00
Edison Su 2cc15ecc08 add new guest os type: windows pv, tell kvm that this windows guest has windows pv driver installed 2012-01-27 10:58:04 -08:00
kishan 6e96d6892e Bug 12072: Add premium configs if they do not exist. Upgrades from OSS will be missing there configs.
Status 12072: resolved fixed
Reviewed-By: Nitin
2012-01-19 12:07:04 +05:30
kishan 0073a5bfeb Bug 12477: Adding missing wait configs to upgrade script
Status 12477: resolved fixed
Reviewed-By: Nitin
2012-01-18 11:30:34 +05:30
Kelven Yang 5d3cc153a9 bug 13021: add a global configuration variable to let control default network adapter type inside system VMs 2012-01-12 14:08:52 -08:00
Kelven Yang fd758208d9 bug 12709: add management server active fencing 2012-01-04 18:06:24 -08:00
Naredula Janardhana Reddy 9e0912f0f0 Bug 12679: Database Upgrade script added for rp_filter from 2.2.12 to 2.2.13 2011-12-22 10:57:19 +05:30
Edison Su a4d1ce3f87 set the cpu weight based on cpu * cores 2011-12-15 15:08:14 -08:00
frank 9312823c97 Bug 12565 - no check for correctness of the options given during cloud-setup-database steps
fix a typo
2011-12-15 11:01:30 -08:00
frank 387f8afac6 Bug 12565 - no check for correctness of the options given during cloud-setup-database steps
status 12565: resolved fixed
2011-12-15 10:47:30 -08:00
Prasanna Santhanam 3a3b31f7a2 adding the missing database creation file when we seperated cloud_simulator database from cloud 2011-12-15 13:53:37 +05:30
Prasanna Santhanam f9e9916d80 sql syntax corrections in the simulator schema creation file 2011-12-15 13:53:37 +05:30
kishan 807394cbd0 bug 12436: Add new parameter external.network.stats.interval to upgrade script
status 12436 : resolved fixed
reviewed-by: Nitin
2011-12-08 12:08:02 +05:30
frank 672e71ce34 better error message when checking hostname failed in cloud-setup-database 2011-12-01 10:45:46 -08:00
frank 3ca237c150 better help message of cloud-setup-database 2011-11-23 17:33:15 -08:00
frank 82db0eb371 add cleanup/recover procedures to cloud-setup-database 2011-11-23 17:14:20 -08:00
frank 97e97b6609 Refine cloud-setup-database script 2011-11-23 11:25:09 -08:00
Alena Prokharchyk d387e586ef bug 12067: set 'extractable' field default value to 0 as a part of 2.2.13 to 2.2.14 db upgrade
status 12067: resolved fixed
2011-11-18 13:35:07 -08:00
Alena Prokharchyk f084445901 bug 11938: don't index usage tables when do upgrade from 2211 to 2212.
status 11938: resolved fixed
reviewed-by: Frank Zhang

This fix would cover following scenario:

* the customer is upgrading from 2.2.11 to 2.2.13.
* the incorrect indexes are being dropped as a part of 2.2.12 to 2.2.13 upgarde, but we still insert them as a part of 2.2.11 to 2.2.12, and it might lead to the db upgrade failure. The only one way to handle this case - remove them from 2.2.11 to 2.2.12 upgrade path
2011-11-14 16:00:28 -08:00
Alena Prokharchyk 56e5255cdc bug 11573: made network wait timeout configurable
status 11573: resolved fixed
reviewed-by: Alex Huang
2011-11-09 13:13:49 -08:00
kishan 4a80506448 bug 11938: Removed unique constraint on usage_network_offering table.
status 11938: resolved fixed
reviewed-by: Abhi
2011-11-09 16:27:31 +05:30
Edison Su 5e447ad17c bug 11463: simulator uses a seperate db source, to get it faster
status 11463: resolved fixed
2011-11-03 17:28:48 -07:00
Abhinandan Prateek 8ff78668e9 bug 11678: adding the config entry to db, during upgrade
status 11678: resolved fixed
2011-11-03 14:52:09 +05:30
frank b63964a9d9 add upgrade path from 2.2.x to 2.2.13 for baremetal 2011-10-28 14:29:38 -07:00
frank d61a544e68 Add Solaris support for Ovm 2011-10-25 18:09:15 -07:00
Kelven Yang 9ad7c23074 bug 9614: let root volume use IDE disk controller by default to ensure backwards compatibility with existing CloudStack deployments 2011-10-24 15:28:10 -07:00
Kelven Yang 231640f279 bug 9614: enable SCSI device controller for root disk.(default root disk controller type can be conifgured through global configuration) 2011-10-21 18:44:21 -07:00
Kelven Yang 27a64088fa bug 11774: refactor guest OS mapping to avoid conflicts with changes in master branch 2011-10-20 17:31:55 -07:00
Kelven Yang 28d7b3a628 bug 11774: fix guest OS mapping for CentOS/Ubuntu in VMware 2011-10-20 16:10:40 -07:00
frank 29254fbae1 correct ant build-apidoc
use right script path
2011-10-18 14:39:46 -07:00
frank 4fe3752428 correct ant build-apidoc 2011-10-18 14:31:03 -07:00
frank 969f1d4ada Bug 11640 - Upgrade from 2.2.9 FOSSOVM to 2.2.12- OVM hypervisor is not provided as one of the options for "Hypervisor" when adding a cluster
add Ovm in hypervisor.list of configuration table

status 11640: resolved fixed
2011-10-12 15:08:10 -07:00
alena 16989227d9 bug 11667: drop primary keys in cloud_usage.usage_load_balancer_policy and cloud_usage.usage_port_forwarding
status 11667: resolved fixed
2011-10-07 10:58:19 -07:00
Edison Su 4fa95df837 bug 11463: Simulator: try to put security rule into db again, but only put seq/signature into db. Hope it will be faster. 2011-10-05 14:46:24 -07:00
alena 3b652f25bf bug 11603: for OSS build - update guru_name from GuestNetworkGuru to ExternalGuestNetworkGuru.
status 11603: resolved fixed
2011-09-29 10:40:57 -07:00