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 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176
|
Source: neutron-dynamic-routing
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 (>= 99~),
python3-all,
python3-pbr,
python3-setuptools,
python3-sphinx,
Build-Depends-Indep:
neutron-common (>= 2:15.0.0~),
python3-alembic,
python3-coverage,
python3-eventlet,
python3-fixtures,
python3-hacking,
python3-httplib2,
python3-mock,
python3-netaddr,
python3-neutron (>= 2:15.0.0~),
python3-neutron-lib (>= 1.26.0),
python3-openstackdocstheme,
python3-os-ken,
python3-oslo.concurrency,
python3-oslo.config,
python3-oslo.db (>= 4.44.0),
python3-oslo.log,
python3-oslo.messaging,
python3-oslo.serialization,
python3-oslo.service,
python3-oslo.utils,
python3-oslotest,
python3-reno,
python3-requests-mock,
python3-sqlalchemy,
python3-stestr,
python3-subunit,
python3-tempest,
python3-tenacity,
python3-testresources,
python3-testscenarios,
python3-testtools,
python3-webob,
python3-webtest,
subunit,
tempest,
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/openstack-team/neutron-plugins/neutron-dynamic-routing
Vcs-Git: https://salsa.debian.org/openstack-team/neutron-plugins/neutron-dynamic-routing.git
Homepage: https://github.com/openstack/neutron-dynamic-routing
Package: neutron-bgp-dragent
Architecture: all
Depends:
neutron-dynamic-routing-common (= ${source:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Description: OpenStack Neutron Dynamic Routing - 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.
.
Neutron dynamic routing enables advertisement of self-service (private)
network prefixes to physical network devices that support dynamic routing
protocols such as routers, thus removing the conventional dependency on static
routes.
.
It advertises three classes of routes:
* Host routes for floating IP addresses hosted on non-DVR routers, the
nexthop is the centralized router.
* Host routes for floating IP addresses hosted on DVR routers, the nexthop is
the appropriate compute node.
* Prefix routes for directly routable tenant networks with address scopes,
the nexthop is the centralized router, the same for DVR and CVR.
.
Neutron dynamic routing consists of service plug-in and agent. The service
plug-in implements the Networking service extension and the agent manages
dynamic routing protocol peering sessions. The plug-in communicates with the
agent through RPC.
.
This package contains the Dynamic Routing agent.
Package: neutron-dynamic-routing-common
Architecture: all
Depends:
neutron-common,
python3-neutron-dynamic-routing (= ${source:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Description: OpenStack Neutron Dynamic Routing - 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.
.
Neutron dynamic routing enables advertisement of self-service (private)
network prefixes to physical network devices that support dynamic routing
protocols such as routers, thus removing the conventional dependency on static
routes.
.
It advertises three classes of routes:
* Host routes for floating IP addresses hosted on non-DVR routers, the
nexthop is the centralized router.
* Host routes for floating IP addresses hosted on DVR routers, the nexthop is
the appropriate compute node.
* Prefix routes for directly routable tenant networks with address scopes,
the nexthop is the centralized router, the same for DVR and CVR.
.
Neutron dynamic routing consists of service plug-in and agent. The service
plug-in implements the Networking service extension and the agent manages
dynamic routing protocol peering sessions. The plug-in communicates with the
agent through RPC.
.
This package contains common files.
Package: python3-neutron-dynamic-routing
Architecture: all
Section: python
Depends:
python3-alembic,
python3-eventlet,
python3-httplib2,
python3-netaddr,
python3-neutron (>= 2:15.0.0~),
python3-neutron-lib (>= 1.26.0),
python3-os-ken,
python3-oslo.config,
python3-oslo.db (>= 4.44.0),
python3-oslo.log,
python3-oslo.messaging,
python3-oslo.serialization,
python3-oslo.service,
python3-oslo.utils,
python3-pbr,
python3-sqlalchemy,
python3-tenacity,
${misc:Depends},
${python3:Depends},
Breaks:
python-neutron-dynamic-routing,
Replaces:
python-neutron-dynamic-routing,
Description: OpenStack Neutron Dynamic Routing - 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.
.
Neutron dynamic routing enables advertisement of self-service (private)
network prefixes to physical network devices that support dynamic routing
protocols such as routers, thus removing the conventional dependency on static
routes.
.
It advertises three classes of routes:
* Host routes for floating IP addresses hosted on non-DVR routers, the
nexthop is the centralized router.
* Host routes for floating IP addresses hosted on DVR routers, the nexthop is
the appropriate compute node.
* Prefix routes for directly routable tenant networks with address scopes,
the nexthop is the centralized router, the same for DVR and CVR.
.
Neutron dynamic routing consists of service plug-in and agent. The service
plug-in implements the Networking service extension and the agent manages
dynamic routing protocol peering sessions. The plug-in communicates with the
agent through RPC.
.
This package provides the Python library.
|