This project tracks the work to integrate the Hyper-V networking with Neutron. This project contains the Hyper-V Neutron Agent Mixin, Security Groups Driver, ML2 Mechanism Driver and the utils modules they use in order to properly bind neutron ports on a Hyper-V host. This project resulted from the neutron core vendor decomposition.
Project description
networking-hyperv
This project tracks the work to integrate the Hyper-V networking with Neutron. This project contains the Hyper-V Neutron Agent, Security Groups Driver, and ML2 Mechanism Driver, which are used to properly bind neutron ports on a Hyper-V host.
This project resulted from the neutron core vendor decomposition.
Supports Python 2.7, Python 3.3, Python 3.4, and Python 3.5.
Free software: Apache license
Documentation: http://docs.openstack.org/developer/networking-hyperv
Release notes: https://docs.openstack.org/releasenotes/networking-hyperv/index.html
How to Install
Run the following command to install the agent on the system:
C:\networking-hyperv> python setup.py install
To use the neutron-hyperv-agent, the Neutron Controller will have to be properly configured. For this, the config option core_plugin in the /etc/neutron/neutron.conf file must be set as follows:
core_plugin = neutron.plugins.ml2.plugin.Ml2Plugin
Additionally, hyperv will have to be added as a mechanism driver in the /etc/neutron/plugins/ml2/ml2_conf.ini configuration file:
mechanism_drivers = openvswitch,hyperv
In order for these changes to take effect, the neutron-server service will have to be restarted.
Finally, make sure the tenant_network_types field contains network types supported by Hyper-V: local, flat, vlan, gre.
Tests
You will have to install the test dependencies first to be able to run the tests.
C:\networking-hyperv> pip install -r requirements.txt C:\networking-hyperv> pip install -r test-requirements.txt
You can run the unit tests with the following command.
C:\networking-hyperv> nosetests networking_hyperv\tests
How to contribute
To contribute to this project, please go through the following steps.
Clone the project and keep your working tree updated.
Make modifications on your working tree.
Run unit tests.
If the tests pass, commit your code.
Submit your code via git review -v.
Check that Jenkins and the Microsoft Hyper-V CI pass on your patch.
If there are issues with your commit, amend, and submit it again via git review -v.
Wait for the patch to be reviewed.
Features
Supports Flat, VLAN, GRE / NVGRE network types.
Supports Neutron Security Groups.
Contains ML2 Mechanism Driver.
Parallel port processing.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for networking-hyperv-8.0.0.0rc1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed3dde181122256ef68ff160d5288a1e98da098372d8f68598c622d8fb6a4f0d |
|
MD5 | 236b228985ee208934e27504300d2223 |
|
BLAKE2b-256 | 94a6d10142d2e1bedbb39c4fcb69aa06fb24858e685c58570bb2f1cfde2bcdc4 |
Hashes for networking_hyperv-8.0.0.0rc1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a481808491bf9ee99dbf1de644d15b44a151d394126d3acac139d26163a8c3f2 |
|
MD5 | e3c7e7a5cb85a1bad01bed78c9ffafa3 |
|
BLAKE2b-256 | e2ebb0d43067f6eb09fcb98160d87065737935cf1be8e0c6a487861de587e737 |