1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122
|
Source: neutron-vpnaas
Section: net
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
Thomas Goirand <zigo@debian.org>,
Michal Arbet <michal.arbet@ultimum.io>,
Build-Depends:
debhelper-compat (= 11),
dh-python,
openstack-pkg-tools,
python3-all,
python3-pbr,
python3-setuptools,
python3-sphinx,
Build-Depends-Indep:
alembic (>= 1.6.5),
python3-coverage,
python3-hacking,
python3-isort,
python3-jinja2,
python3-mysqldb,
python3-netaddr,
python3-neutron (>= 2:21.0.0~),
python3-neutron-lib (>= 3.1.0),
python3-openstackdocstheme,
python3-oslo.concurrency,
python3-oslo.config,
python3-oslo.db,
python3-oslo.log (>= 4.5.0),
python3-oslo.messaging,
python3-oslo.reports,
python3-oslo.serialization,
python3-oslo.service,
python3-oslo.utils,
python3-oslotest,
python3-psycopg2,
python3-six,
python3-sqlalchemy,
python3-stestr,
python3-tempest,
python3-testtools,
python3-webtest,
subunit,
tempest,
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/openstack-team/neutron-plugins/neutron-vpnaas
Vcs-Git: https://salsa.debian.org/openstack-team/neutron-plugins/neutron-vpnaas.git
Homepage: https://github.com/openstack/neutron-vpnaas
Package: neutron-vpnaas-common
Architecture: all
Depends:
python3-neutron-vpnaas (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Description: OpenStack virtual network service - VPNaaS common files
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 Neutron VPNaaS common files like configuration.
Package: neutron-vpnaas-vyatta-agent
Architecture: all
Depends:
adduser,
debconf,
lsb-base,
neutron-common,
neutron-vpnaas-common (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Description: OpenStack virtual network service - VPNaaS Vyatta Agent
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 VPNaaS Vyatta agent. The Brocade Vyatta VPN plugin
provides VPNaaS solution using Brocade Vyatta vRouter VM running as a Neutron
router. The plugin implements IPSec Site-to-Site tunnel to connect tenant
private networks to remote networks using vRouter VM.
Package: python3-neutron-vpnaas
Architecture: all
Section: python
Depends:
alembic (>= 1.6.5),
python3-jinja2,
python3-netaddr,
python3-neutron (>= 2:21.0.0~),
python3-neutron-lib (>= 3.1.0),
python3-oslo.concurrency,
python3-oslo.config,
python3-oslo.db,
python3-oslo.log (>= 4.5.0),
python3-oslo.messaging,
python3-oslo.reports,
python3-oslo.serialization,
python3-oslo.service,
python3-oslo.utils,
python3-pbr,
python3-six,
python3-sqlalchemy,
strongswan,
${misc:Depends},
${python3:Depends},
Conflicts:
python-neutron-vpnaas,
Recommends:
iputils-arping,
Description: OpenStack virtual network service - Python library
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 library.
|