Adds python-hnvclient repository

Windows / Hyper-V Server 2016 introduced a new Network Controller
server role, which can be controlled through a REST API [1].

The new Network Controller introduces new features for Hyper-V, such
as VXLAN support, Software Load Balancer, RAS Gateway management.

python-hnvclient offers a client that can interact with the
Network Controller through its REST API, and it will be used in order
to bring the mentioned new features into OpenStack [2].

Launchpad: https://launchpad.net/python-hnvclient
Pypi: https://pypi.python.org/pypi/hnv

[1] https://technet.microsoft.com/en-us/library/dn859239.aspx
[2] https://blueprints.launchpad.net/networking-hyperv/+spec/hyperv-network-virtualization-support

Change-Id: I5994fefd99d9504e73a8bd0e231153858e4a2251
This commit is contained in:
Claudiu Belu 2017-03-06 10:14:08 +02:00
parent 0b4ab89f3b
commit aa4f06f2fa
5 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,14 @@
[access "refs/heads/*"]
abandon = group python-hnv-core
label-Code-Review = -2..+2 group python-hnv-core
label-Workflow = -1..+1 group python-hnv-core
[access "refs/tags/*"]
pushSignedTag = group python-hnv-release
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -5999,6 +5999,9 @@
description: OpenStack Orchestration (Heat) Client
options:
- translate
- project: openstack/python-hnvclient
description: Python client for the HNV (Hyper-V Network Virtualization) REST API
upstream: https://github.com/cloudbase/python-hnvclient.git
- project: openstack/python-ironic-inspector-client
description: A python client and OpenStackClient plugin for Ironic Inspector
acl-config: /home/gerrit2/acls/openstack/ironic-inspector.config

View File

@ -799,6 +799,7 @@ openstack-hyper-v:
- openstack/compute-hyperv
- openstack/networking-hyperv
- openstack/os-win
- openstack/python-hnvclient
branches:
- master

View File

@ -12329,6 +12329,13 @@
suffix: ''
branch-override: default
- project:
name: python-hnvclient
jobs:
- python-jobs
- pypi-jobs
- project:
name: python-ironic-inspector-client

View File

@ -15876,6 +15876,14 @@ projects:
- python-heatclient-coverage-ubuntu-trusty
- python-heatclient-coverage-ubuntu-xenial
- name: openstack/python-hnvclient
template:
- name: merge-check
- name: python-jobs
- name: python35-jobs
- name: check-requirements
- name: publish-to-pypi
- name: openstack/python-ironic-inspector-client
template:
- name: merge-check