Repository: cloudstack Updated Branches: refs/heads/master f1f61e13e -> 674af6e47
added hypervisor capacity for XS 6.5.0 Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/674af6e4 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/674af6e4 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/674af6e4 Branch: refs/heads/master Commit: 674af6e47313fa18c18536a2daed90d13b9a9a59 Parents: e5a91e4 Author: Anthony Xu <[email protected]> Authored: Wed Sep 17 18:14:31 2014 -0700 Committer: Anthony Xu <[email protected]> Committed: Wed Sep 17 18:15:41 2014 -0700 ---------------------------------------------------------------------- setup/db/db/schema-441to450.sql | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/674af6e4/setup/db/db/schema-441to450.sql ---------------------------------------------------------------------- diff --git a/setup/db/db/schema-441to450.sql b/setup/db/db/schema-441to450.sql index ecc8a38..39ac88c 100644 --- a/setup/db/db/schema-441to450.sql +++ b/setup/db/db/schema-441to450.sql @@ -736,3 +736,6 @@ INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type, hypervis INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type, hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) VALUES (UUID(),'Xenserver', '6.5.0', 'Other install media', 202, utc_timestamp(), 0); INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type, hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) VALUES (UUID(),'Xenserver', '6.5.0', 'Other install media', 203, utc_timestamp(), 0); + +INSERT IGNORE INTO `cloud`.`hypervisor_capabilities`(uuid, hypervisor_type, hypervisor_version, max_guests_limit, security_group_enabled, max_data_volumes_limit, storage_motion_supported) VALUES (UUID(), 'XenServer', '6.5.0', 100, 1, 13, 1); +
