Statistics
| Branch: | Tag: | Revision:

root / debian / control @ 6d395d10

History | View | Annotate | Download (4.7 kB)

1
Source: synnefo
2
Section: python
3
Priority: optional
4
Maintainer: Synnefo development team <synnefo-devel@googlegroups.com>
5
Build-Depends: debhelper (>= 8), python-all (>= 2.5)
6
Standards-Version: 3.9.2
7
XS-Python-Version: >= 2.6
8
Homepage: http://www.synnefo.org
9
Vcs-Browser: https://code.grnet.gr/git/synnefo
10

    
11
Package: synnefo
12
Section: python
13
Priority: optional
14
Architecture: all
15
Depends: snf-common, snf-cyclades-app, snf-cyclades-gtools, snf-webproject,
16
 snf-astakos-app, snf-pithos-app, snf-pithos-backend
17
Description: Synnefo meta package
18

    
19
Package: snf-common
20
Architecture: all
21
Depends: ${misc:Depends}, ${python:Depends}, python-setuptools
22
Provides: ${python:Provides}
23
XB-Python-Version: ${python:Versions}
24
Description: Synnefo common package
25
 This package contains common functionality, used by all other Synnefo
26
 components
27

    
28
Package: snf-webproject
29
Architecture: all
30
Depends: ${misc:Depends}, ${python:Depends}, snf-common, python-django-south (>= 0.7)
31
Provides: ${python:Provides}
32
XB-Python-Version: ${python:Versions}
33
Description: Synnefo webproject package (common settings mechanism)
34

    
35
Package: snf-cyclades-app
36
Architecture: all
37
Depends: ${misc:Depends}, ${python:Depends}, snf-common,
38
 python-django-south (>= 0.7)
39
Provides: ${python:Provides}
40
Replaces: snf-network
41
Recommends: snf-webproject
42
XB-Python-Version: ${python:Versions}
43
Description: Synnefo Compute/Network/Image package
44
 This package provides the Synnefo Compute, Network and Image functionality.
45
 It installs multiple Django apps to provide the above services.
46

    
47
Package: snf-cyclades-gtools
48
Architecture: all
49
Depends: ${misc:Depends}, ${python:Depends}, ganeti2, snf-common, snf-network
50
Provides: ${python:Provides}
51
Suggests: collectd
52
XB-Python-Version: ${python:Versions}
53
Description: Synnefo tools to interact with Ganeti
54
 This package contains the supplementary tools that allow Ganeti to
55
 interact with Synnefo. It should be installed on all Ganeti nodes.
56
 .
57
 It includes:
58
  * snf-ganeti-hook, a Ganeti hook that notifies the Synnefo queue
59
  * snf-ganeti-eventd, a daemon who watches the Ganeti job queue
60
  * snf-progress-monitor, a utility to monitor image deployment and
61
    produce notifications to the Synnefo queue
62

    
63
Package: snf-astakos-app
64
Architecture: all
65
Depends: ${misc:Depends}, ${python:Depends}
66
Provides: ${python:Provides}
67
Recommends: snf-webproject
68
XB-Python-Version: ${python:Versions}
69
Description: Synnefo Identity management package
70
 This package provides the Synnefo Identity management functionality.
71
 It is a Django app that handles users and groups for all the other
72
 Synnefo services: Cyclades, Pithos, etc.
73

    
74
Package: snf-pithos-app
75
Architecture: all
76
Depends: ${misc:Depends}, ${python:Depends}, snf-pithos-backend, snf-common
77
Recommends: snf-webproject
78
Provides: ${python:Provides}
79
XB-Python-Version: ${python:Versions}
80
Description: Synnefo File/Object Storage package
81
 This package provides the Synnefo File/Object Storage functionality.
82
 It is a Django app for the frontend of the Storage service. The
83
 backend of the service is handled by the 'snf-pithos-backend' package.
84

    
85
Package: snf-pithos-backend
86
Architecture: all
87
Depends: ${misc:Depends}, ${python:Depends}, snf-common,
88
    python-argparse
89
Replaces: snf-pithos-lib
90
Provides: ${python:Provides}
91
Recommends: python-ceph
92
XB-Python-Version: ${python:Versions}
93
Description: Synnefo File/Object Storage backend library
94
 This package handles the low level management for the Synnefo
95
 File/Object Storage service. This means handling of the DB, object
96
 hashing, object mapping and also handling of different underlying
97
 storage backend technologies, such as NFS and/or RADOS.
98

    
99
Package: snf-tools
100
Architecture: all
101
Depends: ${misc:Depends}, ${python:Depends}
102
Provides: ${python:Provides}
103
XB-Python-Version: ${python:Versions}
104
Description: Synnefo generic additional tools (burnin)
105
 This package contains additional tools that supplement a Synnefo
106
 installation. Currently, this package contains only the burnin tool.
107

    
108
Package: snf-stats-app
109
Architecture: all
110
Depends: ${misc:Depends}, ${python:Depends}, snf-common
111
Provides: ${python:Provides}
112
Recommends: snf-webproject
113
Suggests: gunicorn, collectd, python-gevent (>=0.13)
114
XB-Python-Version: ${python:Versions}
115
Description: Synnefo Stats
116
 Synnefo Stats
117

    
118
Package: python-astakosclient
119
Architecture: all
120
Depends: ${misc:Depends}, ${python:Depends}
121
Provides: ${python:Provides}
122
XB-Python-Version: ${python:Versions}
123
Description: Synnefo Astakos Client
124
 Python client for Astakos, the Synnefo identity management service.
125

    
126
Package: snf-django-lib
127
Architecture: all
128
Depends: ${misc:Depends}, ${python:Depends}, snf-common
129
Provides: ${python:Provides}
130
Recommends: snf-webproject
131
XB-Python-Version: ${python:Versions}
132
Description: Synnefo Django library
133
 Synnefo Django library