Jump to: navigation, search

Difference between revisions of "Hyper-V"

(Summit Presentations)
(Summit Presentations)
Line 102: Line 102:
 
= Summit Presentations =
 
= Summit Presentations =
  
* Slides from the Grizzly summit, April 2013, are [http://www.openstack.org/summit/portland-2013/session-videos/presentation/hyper-v-grizzly-features-exposed here].
+
* The presentation from the Grizzly summit, April 2013, is available [http://www.openstack.org/summit/portland-2013/session-videos/presentation/hyper-v-grizzly-features-exposed here].
 
* A video presentation from the Folsom summit, Octorber 2012 can be seen [http://www.youtube.com/watch?v=M1NqqTLST3s here].
 
* A video presentation from the Folsom summit, Octorber 2012 can be seen [http://www.youtube.com/watch?v=M1NqqTLST3s here].
 
* The slide deck from the Essex summit talk, April 2012, is available here: [http://www.slideshare.net/JordanRinke/openstack-win-final http://www.slideshare.net/JordanRinke/openstack-win-final]
 
* The slide deck from the Essex summit talk, April 2012, is available here: [http://www.slideshare.net/JordanRinke/openstack-win-final http://www.slideshare.net/JordanRinke/openstack-win-final]
 
* The slide deck presented at the 2011 Summit in Boston is available here: http://www.slideshare.net/ppouliot/2011-essex-summit-openstackhyperv-clouds
 
* The slide deck presented at the 2011 Summit in Boston is available here: http://www.slideshare.net/ppouliot/2011-essex-summit-openstackhyperv-clouds

Revision as of 18:08, 14 June 2013

OpenStack on Hyper-V

Communication

  • Weekly meetings are held on Tuesdays at 16:00 UTC on Freenode in room #openstack-meeting
  • There is a forum thread open for anyone that would like to have discussion around this here: http://forums.openstack.org/viewtopic.php?f=16&t=1085
  • The Openstack mailing lists can also be used for communication.
  • If you have any issues with the installer or code, please file a bug, or report them to Peter Pouliot <ppouliot@microsoft.com> or Alessandro Pilotti <apilotti@cloudbase.it>.

Code

  • The current development is now integrated within the core projects including Nova, Quantum, Cinder and others.
  • We are currently tracking and preparing for the Havana milestones.
  • Bug can be filed using the standard OpenStack practices.

OpenStack Windows Server 2012 Evaluation

Microsoft Windows Server 2012 Standard Evaluation is now available as a downloadable image that can be directly deployed to the following OpenStack-supported hypervisors:

  • Hyper-V
  • KVM
  • XenServer / XCP


Note: This release has a specific Microsoft-provided EULA that must be accepted before download. This is an evaluation edition meant to be used in test environments only.

Getting Started

Grizzly

Folsom

Essex

Supported features on Hyper-V (by release)

The latest feature set supported by Hyper-V can always be found in the Hypervisor Support Matrix.

OpenStack Grizzly/Windows Server 2012

  • Launch
  • Reboot
  • Resize
  • Pause/Unpause
  • Suspend/Resume
  • Inject networking
  • Inject file (functionality through cloud-init for Windows)
  • Volume Attach/Detach and Boot from Volume
  • Live migration
  • Snapshot
  • iSCSI
  • Set admin password (functionality through cloud-init for Windows)
  • Get guest/host info
  • Glance integration
  • VLAN networking/Routing (VLAN and Routing functionality through the Quantum Hyper-V Plugin - VlanManager mode is not supported with nova-network)
  • Flat networking
  • Config drive

OpenStack Folsom/Windows Server 2008R2

  • Start\Stop
  • Pause\Unpause
  • Suspend\Resume
  • Snapshot
  • Volume Attach/Detach, and Boot from Volume

Description

Grizzly


Folsom


Essex

  • The OpenStack Essex Compute Node includes various fixes, the added features mentioned above, and a service based installer.
  • Python 2.7.x (32-bit) is required and MUST be installed first.
  • The installer uses the Essex stable source with some back-ported changes to allow this to run as a service on windows.
  • In the nova\tools\windows\msi_installer folder there is an example_nova.conf file you can use for the settings specific to Hyper-V.
  • Because this runs as a service on Windows which is a bit different than Linux, your nova.conf file needs to be put in nova\bin within your OpenStack installation directory.
  • You can also feel free to patch the installer and submit a pull request to the Punchy Code repo mentioned above.

Summit Presentations