@@ -22,7 +22,7 @@ INSERT INTO `cloud`.`vm_template` (id, uuid, unique_name, name, public, created,
2222 VALUES (2 , UUID(), ' centos53-x86_64' , ' CentOS 5.3(64-bit) no GUI (XenServer)' , 1 , now(), now(), ' BUILTIN' , 0 , 64 , 1 , ' http://download.cloud.com/templates/builtin/f59f18fb-ae94-4f97-afd2-f84755767aca.vhd.bz2' , ' b63d854a9560c013142567bbae8d98cf' , 0 , ' CentOS 5.3(64-bit) no GUI (XenServer)' , ' VHD' , 12 , 1 , 1 , ' XenServer' , 1 );
2323
2424INSERT INTO ` cloud` .` vm_template` (id, uuid, unique_name, name, public, created, type, hvm, bits, account_id, url, checksum, enable_password, display_text, format, guest_os_id, featured, cross_zones, hypervisor_type)
25- VALUES (3 , UUID(), ' routing-3' , ' SystemVM Template (KVM)' , 0 , now(), ' SYSTEM' , 0 , 64 , 1 , ' http://download.cloud.com/templates/4.2/systemvmtemplate-2013-06-12-master-kvm.qcow2.bz2' , ' 2755de1f9ef2ce4d6f2bee2efbb4da92 ' , 0 , ' SystemVM Template (KVM)' , ' QCOW2' , 15 , 0 , 1 , ' KVM' );
25+ VALUES (3 , UUID(), ' routing-3' , ' SystemVM Template (KVM)' , 0 , now(), ' SYSTEM' , 0 , 64 , 1 , ' http://download.cloud.com/templates/4.2/systemvmtemplate-2013-06-12-master-kvm.qcow2.bz2' , ' 6cea42b2633841648040becb588bd8f0 ' , 0 , ' SystemVM Template (KVM)' , ' QCOW2' , 15 , 0 , 1 , ' KVM' );
2626
2727INSERT INTO ` cloud` .` vm_template` (id, uuid, unique_name, name, public, created, type, hvm, bits, account_id, url, checksum, display_text, enable_password, format, guest_os_id, featured, cross_zones, hypervisor_type, extractable)
2828 VALUES (4 , UUID(), ' centos55-x86_64' , ' CentOS 5.5(64-bit) no GUI (KVM)' , 1 , now(), ' BUILTIN' , 0 , 64 , 1 , ' http://download.cloud.com/releases/2.2.0/eec2209b-9875-3c8d-92be-c001bd8a0faf.qcow2.bz2' , ' ed0e788280ff2912ea40f7f91ca7a249' , ' CentOS 5.5(64-bit) no GUI (KVM)' , 0 , ' QCOW2' , 112 , 1 , 1 , ' KVM' , 1 );
@@ -34,10 +34,10 @@ INSERT INTO `cloud`.`vm_template` (id, uuid, unique_name, name, public, created,
3434 VALUES (7 , UUID(), ' centos53-x64' , ' CentOS 5.3(64-bit) no GUI (vSphere)' , 1 , now(), ' BUILTIN' , 0 , 64 , 1 , ' http://download.cloud.com/releases/2.2.0/CentOS5.3-x86_64.ova' , ' f6f881b7f2292948d8494db837fe0f47' , 0 , ' CentOS 5.3(64-bit) no GUI (vSphere)' , ' OVA' , 12 , 1 , 1 , ' VMware' , 1 );
3535
3636INSERT INTO ` cloud` .` vm_template` (id, uuid, unique_name, name, public, created, type, hvm, bits, account_id, url, checksum, enable_password, display_text, format, guest_os_id, featured, cross_zones, hypervisor_type)
37- VALUES (8 , UUID(), ' routing-8' , ' SystemVM Template (vSphere)' , 0 , now(), ' SYSTEM' , 0 , 32 , 1 , ' http://download.cloud.com/templates/4.2/systemvmtemplate-4.2-vh7.ova' , ' 7137e453f950079ea2ba6feaafd939e8 ' , 0 , ' SystemVM Template (vSphere)' , ' OVA' , 15 , 0 , 1 , ' VMware' );
37+ VALUES (8 , UUID(), ' routing-8' , ' SystemVM Template (vSphere)' , 0 , now(), ' SYSTEM' , 0 , 32 , 1 , ' http://download.cloud.com/templates/4.2/systemvmtemplate-4.2-vh7.ova' , ' 8fde62b1089e5844a9cd3b9b953f9596 ' , 0 , ' SystemVM Template (vSphere)' , ' OVA' , 15 , 0 , 1 , ' VMware' );
3838
3939INSERT INTO ` cloud` .` vm_template` (id, uuid, unique_name, name, public, created, type, hvm, bits, account_id, url, checksum, enable_password, display_text, format, guest_os_id, featured, cross_zones, hypervisor_type)
40- VALUES (9 , UUID(), ' routing-9' , ' SystemVM Template (HyperV)' , 0 , now(), ' SYSTEM' , 0 , 32 , 1 , ' http://download.cloud.com/templates/4.2/systemvmtemplate-2013-06-12-master-xen.vhd.bz2' , ' f613f38c96bf039f2e5cbf92fa8ad4f8 ' , 0 , ' SystemVM Template (HyperV)' , ' VHD' , 15 , 0 , 1 , ' Hyperv' );
40+ VALUES (9 , UUID(), ' routing-9' , ' SystemVM Template (HyperV)' , 0 , now(), ' SYSTEM' , 0 , 32 , 1 , ' http://download.cloud.com/templates/4.2/systemvmtemplate-2013-06-12-master-xen.vhd.bz2' , ' fb1b6e032a160d86f2c28feb5add6d83 ' , 0 , ' SystemVM Template (HyperV)' , ' VHD' , 15 , 0 , 1 , ' Hyperv' );
4141
4242INSERT INTO ` cloud` .` guest_os_category` (id, uuid, name) VALUES (1 , UUID(), ' CentOS' );
4343INSERT INTO ` cloud` .` guest_os_category` (id, uuid, name) VALUES (2 , UUID(), ' Debian' );
0 commit comments