fuel-web/debian/control
Maciej Kwiek abcde8950f Add url_access_checker to network checker
This change introduces new entry point for network_checker, which allows
to check if it is possible to access urls give to the command.

Usage: urlchecker check <url1> <url2> <url3> ...

It will be used to check repository connectivity from slave nodes.

python-requests is added to nailgun-net-check package requirements in
both rpm spec and debian `control` file.

Change-Id: Idc04f74ad7364dee452e9151391654f828e2342d
Partial-Bug: #1439686
2015-05-15 16:04:50 +02:00

37 lines
975 B
Plaintext

Source: nailgun
Section: unknown
Priority: net
Maintainer: Mirantis Producta <product@mirantis.com>
Build-Depends: debhelper (>= 8.0.0), python-setuptools
X-Python-Version: 2.6, 2.7
Standards-Version: 3.9.2
Homepage: mirantis.com
Package: fencing-agent
Architecture: all
Depends: ohai (<< 7),
ruby-httpclient,
ruby-rethtool,
ruby-cstruct,
ruby-json,
${misc:Depends}
Description: <insert up to 60 chars description>
<insert long description, indented with spaces>
Package: nailgun-agent
Architecture: all
Depends: ohai (<< 7),
ruby-httpclient,
ruby-rethtool,
ruby-cstruct,
ruby-json,
${misc:Depends}
Description: <insert up to 60 chars description>
<insert long description, indented with spaces>
Package: nailgun-net-check
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-pypcap, vlan, python-scapy, cliff-tablib, python-stevedore, python-daemonize, python-yaml, tcpdump, python-requests
Description: NailGun client net-check
.