Go to file
Claudiu Belu ff13661520 Adds nested virtualization support
Nested Virtualization is one of the features introduced in the newly
released Windows / Hyper-V Server 2016. [1]

Adds method which enables MAC spoofing for a given vswitch port.
Adds method which checks whether the host supports nested virtualization.
Adds method which will enable nested virtualization for a given VM.

[1] https://msdn.microsoft.com/en-us/virtualization/hyperv_on_windows/user_guide/nesting

Implements: blueprint os-win-nested-virtualization

Change-Id: I238161a8cd1d589a7d57fe9cf74b18b22679998c
2017-01-03 17:26:14 +02:00
2016-08-17 17:30:57 +03:00
2017-01-03 17:26:14 +02:00
2015-08-25 13:35:09 +03:00
2015-09-17 05:21:49 -07:00
2015-08-05 19:48:23 +03:00
2015-08-25 13:35:09 +03:00
2015-08-05 19:48:23 +03:00
2015-09-17 05:21:49 -07:00
2015-09-17 05:21:49 -07:00
2015-08-05 19:34:43 +03:00
2015-08-05 19:48:23 +03:00
2016-11-25 17:13:51 +01:00
2016-11-28 10:02:48 +07:00
2015-12-03 15:06:50 +00:00

Team and repository tags

image

os-win

Windows / Hyper-V library for OpenStack projects.

This library contains Windows / Hyper-V specific code commonly used in OpenStack projects. The library can be used in any other OpenStack projects where it is needed.

How to Install

os-win is released on Pypi, meaning that it can be installed and upgraded via pip. To install os-win, run the following command:

pip install os-win

To upgrade os-win, run the following command:

pip install -U os-win

Note that the first OpenStack release to use os-win is Mitaka. Previous releases do not benefit from this library.

Tests

You will have to install the test dependencies first to be able to run the tests.

C:\os_win> pip install -r requirements.txt
C:\os_win> pip install -r test-requirements.txt

You can run the unit tests with the following command.

C:\os_win> nosetests os_win\tests\unit

How to contribute

To contribute to this project, please go through the following steps.

  1. Clone the project and keep your working tree updated.
  2. Make modifications on your working tree.
  3. Run unit tests.
  4. If the tests pass, commit your code.
  5. Submit your code via git review.
  6. Check that Jenkins and the Microsoft Hyper-V CI pass on your patch.
  7. If there are issues with your commit, ammend, and submit it again via git review.
  8. Wait for the patch to be reviewed.

Features

os-win is currently used in the following OpenStack projects:

  • nova
  • cinder
  • compute-hyperv
  • networking-hyperv
  • ceilometer
  • os-brick
Description
RETIRED, further work has moved to Debian project infrastructure
Readme 1.1 MiB