Added debian/* files for build neutron plugin for nsx

Change-Id: I8c9c5ec100bba8c1fa9f650d879381e8835e6fc1
This commit is contained in:
Artem Savinov 2016-05-23 13:51:16 +03:00
parent 3d9e82fa7e
commit 27ae043f92
5 changed files with 79 additions and 0 deletions

View File

@ -0,0 +1,5 @@
vmware-nsx (8.0.0-1~u14.04+mos0) unstable; urgency=medium
* branche stable/mitaka, commit COMMIT
-- Mirantis <tpi-ci@mirantis.com> Thu, 01 Jan 2016 00:00:00 +0000

1
vmware-nsx/debian/compat Normal file
View File

@ -0,0 +1 @@
9

49
vmware-nsx/debian/control Normal file
View File

@ -0,0 +1,49 @@
Source: vmware-nsx
Section: net
Priority: optional
Maintainer: OpenStack <openstack-dev@lists.openstack.org>
Build-Depends: debhelper (>= 9~),
dh-python,
openstack-pkg-tools (>= 23~),
python-all,
python-setuptools,
python-sphinx,
Standards-Version: 3.9.1
Homepage: http://launchpad.net/vmware-nsx
Package: python-vmware-nsx
Architecture: all
Section: python
Depends: python-enum34,
python-eventlet (>= 0.18.2),
python-eventlet (>> 0.18.3) | python-eventlet (<< 0.18.3),
python-httplib2 (>= 0.7.5),
python-netaddr (>= 0.7.12),
python-netaddr (>> 0.7.16) | python-netaddr (<< 0.7.16),
python-retrying (>= 1.2.3),
python-retrying (>> 1.3.0) | python-retrying (<< 1.3.0),
python-sqlalchemy (>= 1.0.10), python-sqlalchemy (<< 1.1.0),
python-six (>= 1.9.0),
python-stevedore (>= 1.5.0),
python-neutron-lib (>= 0.0.1),
python-oslo.concurrency (>= 3.5.0),
python-oslo.config (>= 3.7.0),
python-oslo.db (>= 4.1.0),
python-oslo.i18n (>= 2.1.0),
python-oslo.log (>= 1.14.0),
python-oslo.serialization (>= 1.10.0),
python-oslo.service (>= 1.0.0),
python-oslo.utils (>= 3.5.0),
python-oslo.vmware (>= 1.16.0),
python-prettytable (>= 0.7)| python-prettytable (< 0.8),
python-tooz (>= 1.28.0),
python-decorator (>= 3.4.0),
${misc:Depends},
${python:Depends},
Description: OpenStack virtual network service - VMWare NSX plugin
Neutron provides an API to dynamically request and configure virtual networks.
These networks connect "interfaces" from other OpenStack services (such as
vNICs from Nova VMs). The Neutron API supports extensions to provide advanced
network capabilities, including QoS, ACLs, and network monitoring.
.
This package provides the Python files for the VMWare NSX plugin.

View File

@ -0,0 +1 @@
vmware-nsx python-vmware-nsx; PEP386

23
vmware-nsx/debian/rules Executable file
View File

@ -0,0 +1,23 @@
#!/usr/bin/make -f
UPSTREAM_GIT := git://github.com/stackforge/vmware-nsx.git
include /usr/share/openstack-pkg-tools/pkgos.make
export OSLO_PACKAGE_VERSION=$(VERSION)
export DH_ALWAYS_EXCLUDE=usr/etc
%:
dh $@ --buildsystem=python_distutils --with python2 --prefix=/usr
override_dh_clean:
dh_clean -O --buildsystem=python_distutils
rm -rf build
# Commands not to run
override_dh_auto_test:
override_dh_installcatalogs:
override_dh_installemacsen override_dh_installifupdown:
override_dh_installinfo override_dh_installmenu override_dh_installmime:
override_dh_installmodules override_dh_installlogcheck:
override_dh_installpam override_dh_installppp override_dh_installudev override_dh_installwm:
override_dh_installxfonts override_dh_gconf override_dh_icons override_dh_installgsettings: