Difference between revisions of "Web-based Virtual Machine Management"

From CDOT Wiki
Jump to: navigation, search
(v0.1 goal)
(v0.1 goal)
Line 19: Line 19:
 
* very simple CLI tool that will boot a pre-built Xen machine, using either libvirt or virsh
 
* very simple CLI tool that will boot a pre-built Xen machine, using either libvirt or virsh
 
* if time, very rudimentary control of virtual machine (i.e. change RAM)
 
* if time, very rudimentary control of virtual machine (i.e. change RAM)
 +
 +
=== Related bugs ===
 +
 +
Since I'm not hacking on Firefox or any Mozilla products per se, finding bugs related to my project is sort of difficult. To get in the right direction I tried searching Bugzilla for 'vmware', 'xen', 'kvm', and 'try server'. Here are a few results:
 +
 +
* [https://bugzilla.mozilla.org/show_bug.cgi?id=386091 386091 Firefox Profiles in VMware Host create multiple files]
 +
* [https://bugzilla.mozilla.org/show_bug.cgi?id=393092 393092 tracking bug for next try server version]
 +
* [https://bugzilla.mozilla.org/show_bug.cgi?id=393259 393259 Try server slaves should not use anonymous pserver on cvs.mozilla.org for checking out]
  
 
== Project News ==
 
== Project News ==

Revision as of 13:26, 1 October 2007

Project Name

Web-based Virtual Machine Management

Project Description

Create a web-based rapid provisioning system for virtual machines, building on work started by Ben Hearsum. A user could select an operating system, toolchain, and source branch and the VM would be configured and started (using Xen, KVM, or another hypervisor/backend). Resources: bhearsum

Project Leader(s)

Jesse Buchanan

Project Contributor(s)

Project Details

v0.1 goal

  • very simple CLI tool that will boot a pre-built Xen machine, using either libvirt or virsh
  • if time, very rudimentary control of virtual machine (i.e. change RAM)

Related bugs

Since I'm not hacking on Firefox or any Mozilla products per se, finding bugs related to my project is sort of difficult. To get in the right direction I tried searching Bugzilla for 'vmware', 'xen', 'kvm', and 'try server'. Here are a few results:

Project News

2007-09-17: Project claimed. Must contact bhearsum for further information.

2007-09-18: Discussion with bhearsum, ctyler.

2007-09-30: v0.1 goal stated.