Skip to content

Instantly share code, notes, and snippets.

@rohityadavcloud
Created August 6, 2015 10:08
Show Gist options
  • Save rohityadavcloud/af2ced6ccdf0d1919e50 to your computer and use it in GitHub Desktop.
Save rohityadavcloud/af2ced6ccdf0d1919e50 to your computer and use it in GitHub Desktop.
CloudStack DB Related
USE `cloud`;
INSERT into `cloud`.`vm_template` (unique_name, name, uuid, hvm, hypervisor_type) values ('systemvm-xenserver-4.5-fake-uuid', 'systemvm-xenserver-4.5', 'fakeduuidkvm1', 0, 'KVM');
INSERT into `cloud`.`vm_template` (unique_name, name, uuid, hvm, hypervisor_type) values ('systemvm-vmware-4.5-fake-uuid', 'systemvm-vmware-4.5', 'fakeduuidvmware1', 0, 'VMware');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment