Alena Prokharchyk
319d4c5cfd
Catch all exceptions when change engine and row_format - can fail when table is full. Just skip as its not a critical fix
2012-04-24 15:49:14 -07:00
Salvatore Orlando
56d496ac60
CS-14619: Add missing INSERT statements
2012-04-24 15:58:57 +01:00
Salvatore Orlando
5c58aeaa04
CS-14613: syntax error in create-schema.sql for 3.0.x
2012-04-24 10:34:12 +01:00
Salvatore Orlando
2459b16b81
Adding ovs_tunnel_interface to schema;
...
adding new tables to update script (3.0.2 to 3.0.3)
Conflicts:
setup/db/db/schema-2214to30.sql
setup/db/db/schema-302to303.sql
2012-04-24 02:20:39 +01:00
Salvatore Orlando
8c398654d3
Open vSwitch tunnel manager
...
Applying patch with new ovs-tunnel-manager on top of cloudstack oss-master
Conflicts:
api/src/com/cloud/network/ovs/OvsCreateTunnelAnswer.java
2012-04-24 02:20:37 +01:00
Alena Prokharchyk
47a1527719
CS-14591: added XenServer 6.0.2 and VmWare 5.0 as supported hypervisors to fresh 3.0.2 and to the 3.0.1-3.0.2 db upgrade
...
Conflicts:
setup/db/db/schema-301to302.sql
2012-04-23 11:19:24 -07:00
Alena Prokharchyk
74aa4974c0
CS-14589: change engine and row_format for op_lock op_nwgrp_work during the db upgrade
2012-04-23 10:55:15 -07:00
Alena Prokharchyk
7d3eea8225
Fixed db upgrade for 2.1-3.0
2012-04-20 12:00:24 -07:00
Alena Prokharchyk
d51d018a1b
CS-14553: db upgrade - for default network offerings:
...
1) Change display text to match fresh 3.0.2
2) Delete lb service for the offerings using VR as a provider and not having source nat service
2012-04-18 17:10:41 -07:00
Alena Prokharchyk
b142911515
Fixed spelling mistake in db upgrade script
2012-04-18 14:28:08 -07:00
Alena Prokharchyk
1584a26ef9
CS-14558: db upgrade - fixed inconsistencies fresh vs upgraded 3.0.2 build
2012-04-18 13:27:59 -07:00
Alena Prokharchyk
c652a4b15f
CS-14480: db upgrade 3.0.1-3.0.2 - fixed upgrade inconsistencies in default fields values
2012-04-16 16:04:32 -07:00
kishan
72b5a94af8
bug CS-14431: query to drop event table already exists. reverting earlier commit
...
status CS-14431: resolved fixed
reviewed-by: Nitin
2012-04-16 17:16:01 +05:30
Alena Prokharchyk
c5a9c6c556
Usage db upgrade from 2.2.14 to 3.0 - don't drop the same fields twice from network_usage table
2012-04-13 13:58:49 -07:00
kishan
ff2252b347
bug CS-14430, CS-14431: Dropped unused columns in usage_network table, drop event table in cloud_usage db
...
status CS-14430, CS-14431: resolved fixed
reviewed-by: Nitin
2012-04-13 13:54:12 +05:30
Alena Prokharchyk
6a30005493
Fixed 2.2.14 to 3.0. upgrade
...
Conflicts:
setup/db/db/schema-30to301.sql
2012-04-11 18:01:08 -07:00
frank
78e72df13f
set resource_state = allocation_state when doing DB upgrade
2012-04-11 17:47:42 -07:00
Sheng Yang
419faa1f90
Revert "Fix foreign key "fk_domain_router__element_id" in the upgrade"
...
This reverts commit 52e334cefc .
Conflicts:
setup/db/db/schema-301to302.sql
2012-04-11 17:37:32 -07:00
frank
2530ea17dd
CS-14429 Cloud db schema differences between fresh installed 3.0.2 & upgraded 3.0.2
...
do check befor droping index i_host__allocation_state`(`allocation_state`)
2012-04-11 17:25:15 -07:00
Sheng Yang
2252d6db1c
Fix foreign key "fk_domain_router__element_id" in the upgrade
2012-04-11 16:50:38 -07:00
frank
3e968d2b9d
CS-14429 Cloud db schema differences between fresh installed 3.0.2 & upgraded 3.0.2
...
drop index i_host__allocation_state`(`allocation_state`)
2012-04-11 16:42:41 -07:00
Alena Prokharchyk
be04f2bd63
Remove obsolete network_tags table as a part of db upgrade cleanup
2012-04-11 16:23:39 -07:00
Alena Prokharchyk
cd774c9fab
Db upgrade path for 3.0.2 to 3.0.3
2012-04-09 15:50:23 -07:00
Alena Prokharchyk
b7f5bc099d
bug 14622: introduced ha tagging for host
...
status 14622: resolved fixed
2012-04-09 15:17:13 -07:00
Alena Prokharchyk
d3bca8df8f
bug 14615: deployVm can work 2 diff ways now: 1) Default way - create and start the vm. 2) Create the vm without starting it. Note that vm's volumes stay in Allocated state -not created on the backend till the point where vm starts
...
status 14615: resolved fixed
2012-04-06 11:30:26 -07:00
Alena Prokharchyk
0bd655f79b
bug 14539: 1) introduced 2 new config parameters defining default offerings for ssvm and cpvm - consoleproxy.service.offering and secstorage.service.offering
...
2) Added new api - changeServiceForSystemVm - to support service offering upgrade for system vms
3) Removed global config parameters that are not in use anymore: consoleproxy.ram.size, consoleproxy.cpu.mhz, secstorage.vm.ram.size, secstorage.vm.cpu.mhz
2012-04-03 10:51:35 -07:00
frank
72d284de7d
Switch to Apache license
2012-04-03 04:54:14 -07:00
prachi
2b6712b7a8
Bug 14536 - DB exception while trying to delete physical network
...
Reviewed-By: Sheng Yang
Changes:
Added 'removed' column to physical_network_service_providers to avoid the Foreign Key constraint error.
Conflicts:
setup/db/db/schema-30to301.sql
2012-03-29 10:08:47 -07:00
Alena Prokharchyk
28e2626567
bug 14169: show error on the console in addition to logging it when restart operation fails for ssvm/consoleProxy/domR
...
status 14169: resolved fixed
2012-03-28 16:17:11 -07:00
frank
436ed88175
Bug 14497 - 3.0->3.0.1Upgrade: Defualt value for "resource_state" field in host table differs from upgraded to fresh installed 3.0.1 schema.
...
status 14497: resolved fixed
reviewed-by: edison
2012-03-26 14:55:55 -07:00
kishan
e30e008644
bug 14499: Added account uuid unique contstraint for upgrade in usage DB
...
status 14499: resolved fixed
reviewed-by: Nitin
2012-03-26 23:52:48 +05:30
Alena Prokharchyk
3f58fc707d
bug 14500: set default value for is_system field as a part of 3.0 to 3.0.1 upgrade
...
status 14500: resolved fixed
reviwed-by: Frank Zhang
2012-03-26 10:25:28 -07:00
Nitin Mehta
220c904be3
Bug 14345: DB discrepecy for capacity.check.period, cluster.memory.allocated.capacity.disablethreshold, pool.storage.allocated.capacity.disablethreshold, pool.storage.capacity.disablethreshold.
...
Reviewed-By: Kishan
2012-03-21 17:53:22 +05:30
kishan
8cf29bfe2c
bug 14290: in 3.0 upgrade insert CentOS 5.6 template with ID 5
...
status 14290: resolved fixed
2012-03-21 17:27:54 +05:30
Likitha Shetty
24b4007149
Bug 13842 Mark the snapshots that belong to a removed secondary storage as removed.
...
Reviewed-By: Nitin
Status 13842: resolved fixed
2012-03-21 10:42:51 +05:30
Alena Prokharchyk
da2be577a2
bug 14407: update network count for account/domain as a part of 3.0 to 3.0.1 upgrade
...
status 14407: resolved fixed
2012-03-20 10:39:47 -07:00
Alena Prokharchyk
393afa7a10
bug 14341: fixed issue #3
...
status 14341: resolved fixed
2012-03-19 16:40:58 -07:00
Sheng Yang
2af7e95436
bug 14341: Fix #2
2012-03-19 15:17:40 -07:00
Alena Prokharchyk
46f09b3c34
Added upgrade path from 3.0.x to 3.0.1
2012-03-19 13:34:05 -07:00
Alena
73da5a437a
bug 14345: fixed #1,8,14 and 15
2012-03-19 10:55:52 -07:00
Alena Prokharchyk
ba79da6aea
bug 14305: set name for the guest network in basic zone
...
status 14305: resolved fixed
2012-03-15 11:56:39 -07:00
Edison Su
503ddd7282
bug 14201: delete duplicate guest os type. status 14201: resolved fixed
2012-03-14 11:48:22 -07:00
Abhi
967ce1aa4c
bug 14218: fixing category for redhat
2012-03-14 17:11:14 +05:30
U-aprateek-PC\aprateek
20936514f7
bug 14219: 6.0 is now not in beta
2012-03-14 15:08:15 +05:30
abhi
f2cddc880c
bug 14217: added the missing guest oses
2012-03-13 20:09:10 +05:30
Alena Prokharchyk
9e9ff4f363
bug 14239: limit number of Isolated account specific networks per account
...
status 14239: resolved fixed
2012-03-12 15:50:49 -07:00
kishan
b22232c0e3
Bug 14195: Changed category of Usage and Secure configs
2012-03-12 16:11:22 +05:30
Alena Prokharchyk
a7eeea576c
bug 14221: fixed description for default network offering
...
status 14221: resolved fixed
2012-03-09 11:37:51 -08:00
Alena Prokharchyk
9cdbb07ee4
bug 14195: fixed category for Project related global config values
2012-03-09 11:18:02 -08:00
Nitin Mehta
395ef70f6f
Bug 14199: Add allocated workd to the config values.
...
Reviewed-By: Kishan
2012-03-09 12:22:44 +05:30