salt/debian/control

209 lines
7.8 KiB
Plaintext
Raw Normal View History

2011-10-04 03:46:11 +00:00
Source: salt
Section: admin
Priority: optional
2014-03-20 22:21:19 +00:00
Maintainer: Bret Palsson <bretep@gmail.com>
2012-12-04 10:31:25 +00:00
Build-Depends: debhelper (>= 7.0.50),
2013-02-22 10:14:54 +00:00
cython,
python | python-all | python-dev | python-all-dev,
python-crypto,
2012-11-08 00:55:47 +00:00
python-jinja2,
python-m2crypto,
python-requests,
2012-11-08 00:55:47 +00:00
python-setuptools,
2012-11-10 08:03:53 +00:00
python-sphinx,
2012-11-08 00:55:47 +00:00
python-yaml,
2012-11-07 17:24:17 +00:00
python-zmq,
msgpack-python
Standards-Version: 3.9.3
2011-10-04 03:46:11 +00:00
Homepage: http://saltstack.org
2013-04-04 20:35:16 +00:00
XS-Python-Version: >= 2.6, <= 2.7
2011-10-04 03:46:11 +00:00
2012-01-02 14:33:00 +00:00
Package: salt-common
2012-02-09 01:25:34 +00:00
Architecture: all
2013-02-22 10:14:54 +00:00
Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends},
python, python-support, python-pkg-resources,
python-crypto,
2012-11-08 00:55:47 +00:00
python-jinja2,
python-m2crypto,
2014-04-08 07:40:08 +00:00
python-requests,
2012-11-08 00:55:47 +00:00
python-yaml,
2012-11-07 17:24:17 +00:00
python-zmq,
dctrl-tools,
msgpack-python
Recommends: dmidecode, pciutils
2012-01-02 15:25:58 +00:00
Description: Shared libraries that salt requires for all packages
This package is a powerful remote execution manager that can be used
2012-01-02 14:33:00 +00:00
to administer servers in a fast and efficient way.
2011-10-04 03:46:11 +00:00
.
It allows commands to be executed across large groups of servers. This
means systems can be easily managed, but data can also be easily gathered.
Quick introspection into running systems becomes a reality.
.
Remote execution is usually used to set up a certain state on a remote
system. Salt addresses this problem as well, the salt state system uses
salt state files to define the state a server needs to be in.
.
Between the remote execution system, and state management Salt addresses
the backbone of cloud and data center management.
2012-01-02 14:33:00 +00:00
.
This particular package provides shared libraries that salt-master,
salt-minion, and salt-syndic require to function.
2012-01-02 14:33:00 +00:00
2014-03-20 22:21:19 +00:00
2012-01-02 14:33:00 +00:00
Package: salt-master
Architecture: all
2013-02-23 20:26:11 +00:00
Depends: ${misc:Depends}, python, python-support, python-pkg-resources
Pre-Depends: salt-common (= ${source:Version})
2012-01-02 15:25:58 +00:00
Description: This package provides a remote manager to administer servers via salt
This package is a powerful remote execution manager that can be used
to administer servers in a fast and efficient way.
.
It allows commands to be executed across large groups of servers. This
means systems can be easily managed, but data can also be easily gathered.
Quick introspection into running systems becomes a reality.
.
Remote execution is usually used to set up a certain state on a remote
system. Salt addresses this problem as well, the salt state system uses
salt state files to define the state a server needs to be in.
.
Between the remote execution system, and state management Salt addresses
the backbone of cloud and data center management.
.
This particular package provides the salt controller.
Package: salt-minion
Architecture: all
2013-02-22 10:14:54 +00:00
Depends: ${misc:Depends}, python, python-support, python-pkg-resources,
2013-02-23 20:26:11 +00:00
Pre-Depends: salt-common (= ${source:Version})
Recommends: debconf-utils
2012-01-02 15:25:58 +00:00
Description: This package represents the client package for salt
This package is a powerful remote execution manager that can be used
to administer servers in a fast and efficient way.
.
It allows commands to be executed across large groups of servers. This
means systems can be easily managed, but data can also be easily gathered.
Quick introspection into running systems becomes a reality.
.
Remote execution is usually used to set up a certain state on a remote
system. Salt addresses this problem as well, the salt state system uses
salt state files to define the state a server needs to be in.
.
Between the remote execution system, and state management Salt addresses
the backbone of cloud and data center management.
.
This particular package provides the worker / agent for salt.
2012-01-04 03:13:38 +00:00
2011-12-28 22:35:48 +00:00
Package: salt-syndic
Architecture: all
2013-02-22 10:14:54 +00:00
Depends: ${misc:Depends}, python, python-support, python-pkg-resources,
2012-11-08 20:06:49 +00:00
salt-master (= ${source:Version})
Description: This package represents the master-of-masters for salt
2012-01-02 15:25:58 +00:00
This package is a powerful remote execution manager that can be used
to administer servers in a fast and efficient way.
.
It allows commands to be executed across large groups of servers. This
means systems can be easily managed, but data can also be easily gathered.
Quick introspection into running systems becomes a reality.
.
Remote execution is usually used to set up a certain state on a remote
system. Salt addresses this problem as well, the salt state system uses
salt state files to define the state a server needs to be in.
.
Between the remote execution system, and state management Salt addresses
the backbone of cloud and data center management.
.
This particular package provides the master of masters for salt-- it enables
2012-11-09 23:28:46 +00:00
the management of multiple masters at a time..
2014-03-20 22:21:19 +00:00
Package: salt-ssh
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
salt-common (= ${source:Version}),
sshpass
Description: remote manager to administer servers via salt
salt is a powerful remote execution manager that can be used to
administer servers in a fast and efficient way.
.
It allows commands to be executed across large groups of
servers. This means systems can be easily managed, but data can
also be easily gathered. Quick introspection into running
systems becomes a reality.
.
Remote execution is usually used to set up a certain state on a
remote system. Salt addresses this problem as well, the salt
state system uses salt state files to define the state a server
needs to be in.
.
Between the remote execution system, and state management Salt
addresses the backbone of cloud and data center management.
.
This particular package provides the salt ssh controller. It
is able to run salt modules and states on remote hosts via ssh.
No minion or other salt specific software needs to be installed
on the remote host.
2014-03-20 22:21:19 +00:00
Package: salt-cloud
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends},
salt-common (= ${source:Version}),
sshpass
Suggests: python-botocore
Recommends: python-netaddr
Description: public cloud VM management system
provision virtual machines on various public clouds via a cleanly
controlled profile and mapping system.
2013-01-23 00:37:14 +00:00
Package: salt-api
Architecture: all
Depends: ${python:Depends},
${misc:Depends},
${shlibs:Depends},
python,
2013-04-10 15:41:50 +00:00
salt-master
2013-04-10 18:58:32 +00:00
Recommends: python-cherrypy3
2013-01-23 00:37:14 +00:00
Description: Generic, modular network access system
a modular interface on top of Salt that can provide a variety of entry points
into a running Salt system. It can start and manage multiple interfaces
allowing a REST API to coexist with XMLRPC or even a Websocket API.
.
The Salt API system is used to expose the fundamental aspects of Salt control
to external sources. salt-api acts as the bridge between Salt itself and
REST, Websockets, etc.
.
Documentation is available on Read the Docs:
.
http://salt-api.readthedocs.org/
2012-11-09 23:28:46 +00:00
Package: salt-doc
Architecture: all
Section: doc
2012-11-10 19:18:10 +00:00
Depends: ${misc:Depends}
Recommends: libjs-sphinxdoc
2012-11-09 23:28:46 +00:00
Description: additional documentation for salt, the distributed remote execution system
salt is a powerful remote execution manager that can be used to
administer servers in a fast and efficient way.
.
It allows commands to be executed across large groups of
servers. This means systems can be easily managed, but data can
also be easily gathered. Quick introspection into running
systems becomes a reality.
.
Remote execution is usually used to set up a certain state on a
remote system. Salt addresses this problem as well, the salt
state system uses salt state files to define the state a server
needs to be in.
.
Between the remote execution system, and state management Salt
addresses the backbone of cloud and data center management.
.
This particular package provides the HTML documentation for
salt.