Skip to content

Commit 310d35f

Browse files
author
Marcus Sorensen
committed
Summary: Change template details in devcloud-kvm sql file
Signed-off-by: Marcus Sorensen <[email protected]> 1358357054 -0700
1 parent 4b67340 commit 310d35f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tools/devcloud-kvm/devcloud-kvm.sql

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
INSERT INTO `cloud`.`disk_offering` (id, name, uuid, display_text, created, use_local_storage, type, disk_size) VALUES (17, 'tinyOffering', UUID(), 'tinyOffering', NOW(), 1, 'Service', 0);
20-
INSERT INTO `cloud`.`service_offering` (id, cpu, speed, ram_size) VALUES (17, 1, 100, 100);
20+
INSERT INTO `cloud`.`service_offering` (id, cpu, speed, ram_size) VALUES (17, 1, 100, 128);
2121
INSERT INTO `cloud`.`disk_offering` (id, name, uuid, display_text, created, type, disk_size) VALUES (18, 'tinyDiskOffering', UUID(), 'tinyDiskOffering', NOW(), 'Disk', 1073741824);
2222
INSERT INTO `cloud`.`configuration` (instance, name,value) VALUE('DEFAULT','router.ram.size', '100');
2323
INSERT INTO `cloud`.`configuration` (instance, name,value) VALUE('DEFAULT','router.cpu.mhz','100');
@@ -37,4 +37,5 @@ INSERT INTO `cloud`.`configuration` (instance, name, value) VALUE('DEFAULT', 'se
3737
UPDATE `cloud`.`configuration` SET value='10' where name = 'storage.overprovisioning.factor';
3838
UPDATE `cloud`.`configuration` SET value='10' where name = 'cpu.overprovisioning.factor';
3939
UPDATE `cloud`.`configuration` SET value='10' where name = 'mem.overprovisioning.factor';
40-
UPDATE `cloud`.`vm_template` SET unique_name="tiny Linux",name="tiny Linux",url="http://marcus.mlsorensen.com/cloudstack-extras/ttylinux_pv.qcow2",checksum="81dcf4b4ca05a3b637a040e851568f29",display_text="tiny Linux",format='QCOW2',hypervisor_type='KVM' where id=5;
40+
UPDATE `cloud`.`vm_template` SET unique_name="tiny CentOS 6.3",name="tiny CentOS 6.3",url="http://marcus.mlsorensen.com/cloudstack-extras/tiny-centos-63.qcow2",checksum="4bbb806aa8570f4dfac13b4c38ea1603",display_text="tiny CentOS 6.3",format='QCOW2',hypervisor_type='KVM' where id=5;
41+
UPDATE `cloud`.`vm_template` SET url="http://dontdownloadthistemplate" where id=4;

0 commit comments

Comments
 (0)