Skip to content

Commit 38deb3c

Browse files
committed
add macchinina to dev environment
got sick of registering the template first thing every time
1 parent 158fe4f commit 38deb3c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

setup/db/templates.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ INSERT INTO `cloud`.`vm_template` (id, uuid, unique_name, name, public, created,
4545
INSERT 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, extractable)
4646
VALUES (7, UUID(), 'centos53-x64', 'CentOS 5.3(64-bit) no GUI (vSphere)', 1, now(), 'BUILTIN', 0, 64, 1, 'http://download.cloudstack.org/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);
4747

48+
INSERT 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)
49+
VALUES (13, UUID(), 'macchinina-x86_64', 'macchinina(64-bit KVM)', 1, now(), 'BUILTIN', 0, 64, 1, 'http://dl.openvm.eu/cloudstack/macchinina/x86_64/macchinina-kvm.qcow2.bz2', '6952e58f39b470bd166ace11ffd20bf479bed936', 'lucky macchinina(64-bit KVM)', 1, 'QCOW2', 99, 1, 1, 'KVM', 1);
50+
4851
INSERT INTO `cloud`.`guest_os_category` (id, uuid, name) VALUES (1, UUID(), 'CentOS');
4952
INSERT INTO `cloud`.`guest_os_category` (id, uuid, name) VALUES (2, UUID(), 'Debian');
5053
INSERT INTO `cloud`.`guest_os_category` (id, uuid, name) VALUES (3, UUID(), 'Oracle');

0 commit comments

Comments
 (0)