You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by re...@apache.org on 2015/10/23 13:34:24 UTC

[1/2] git commit: updated refs/heads/master to e15e1f6

Repository: cloudstack
Updated Branches:
  refs/heads/master cf839bdf0 -> e15e1f6ac


CLOUDSTACK-8979: add virtio support for CentOS/RHEL 7 on KVM


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6960b684
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/6960b684
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/6960b684

Branch: refs/heads/master
Commit: 6960b684430b0653c692cba29f0ea71586728518
Parents: e7638c0
Author: Wei Zhou <w....@tech.leaseweb.com>
Authored: Thu Oct 22 12:48:31 2015 +0200
Committer: Wei Zhou <w....@tech.leaseweb.com>
Committed: Fri Oct 23 11:53:43 2015 +0200

----------------------------------------------------------------------
 setup/db/db/schema-452to460.sql | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/6960b684/setup/db/db/schema-452to460.sql
----------------------------------------------------------------------
diff --git a/setup/db/db/schema-452to460.sql b/setup/db/db/schema-452to460.sql
index 27b931b..af16849 100644
--- a/setup/db/db/schema-452to460.sql
+++ b/setup/db/db/schema-452to460.sql
@@ -415,3 +415,6 @@ CREATE TABLE `cloud`.`ldap_trust_map` (
   UNIQUE KEY `uk_ldap_trust_map__domain_id` (`domain_id`),
   CONSTRAINT `fk_ldap_trust_map__domain_id` FOREIGN KEY (`domain_id`) REFERENCES `domain` (`id`)
 ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+
+INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type, hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) VALUES (UUID(),'KVM', 'default', 'Red Hat Enterprise Linux 7', 245, 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(),'KVM', 'default', 'CentOS 7', 246, utc_timestamp(), 0);


[2/2] git commit: updated refs/heads/master to e15e1f6

Posted by re...@apache.org.
Merge pull request #963 from ustcweizhou/centos7-kvm

CLOUDSTACK-8979: add virtio support for CentOS/RHEL 7 on KVM@borisroman @NuxRo could you test it?

* pr/963:
  CLOUDSTACK-8979: add virtio support for CentOS/RHEL 7 on KVM

Signed-off-by: Remi Bergsma <gi...@remi.nl>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e15e1f6a
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/e15e1f6a
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/e15e1f6a

Branch: refs/heads/master
Commit: e15e1f6aca2b2a220a9b078dbf0bd06eacc8643d
Parents: cf839bd 6960b68
Author: Remi Bergsma <gi...@remi.nl>
Authored: Fri Oct 23 13:33:34 2015 +0200
Committer: Remi Bergsma <gi...@remi.nl>
Committed: Fri Oct 23 13:33:34 2015 +0200

----------------------------------------------------------------------
 setup/db/db/schema-452to460.sql | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------