Statistics
| Branch: | Tag: | Revision:

root / debian / control @ 485adc3d

History | View | Annotate | Download (4.9 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-branding
36
Architecture: all
37
Depends: ${python:Depends}
38
Provides: ${python:Provides}
39
XB-Python-Version: ${python:Versions}
40
Description: Synnefo Branding package for user interface and message customization.
41

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

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

    
70
Package: snf-astakos-app
71
Architecture: all
72
Depends: ${misc:Depends}, ${python:Depends}
73
Provides: ${python:Provides}
74
Conflicts: snf-quotaholder-app
75
Replaces: snf-quotaholder-app
76
Recommends: snf-webproject
77
XB-Python-Version: ${python:Versions}
78
Description: Synnefo Identity management package
79
 This package provides the Synnefo Identity management functionality.
80
 It is a Django app that handles users and groups for all the other
81
 Synnefo services: Cyclades, Pithos, etc.
82

    
83
Package: snf-pithos-app
84
Architecture: all
85
Depends: ${misc:Depends}, ${python:Depends}, snf-pithos-backend, snf-common
86
Recommends: snf-webproject
87
Provides: ${python:Provides}
88
XB-Python-Version: ${python:Versions}
89
Description: Synnefo File/Object Storage package
90
 This package provides the Synnefo File/Object Storage functionality.
91
 It is a Django app for the frontend of the Storage service. The
92
 backend of the service is handled by the 'snf-pithos-backend' package.
93

    
94
Package: snf-pithos-backend
95
Architecture: all
96
Depends: ${misc:Depends}, ${python:Depends}, snf-common,
97
    python-argparse
98
Replaces: snf-pithos-lib
99
Provides: ${python:Provides}
100
Recommends: python-ceph
101
XB-Python-Version: ${python:Versions}
102
Description: Synnefo File/Object Storage backend library
103
 This package handles the low level management for the Synnefo
104
 File/Object Storage service. This means handling of the DB, object
105
 hashing, object mapping and also handling of different underlying
106
 storage backend technologies, such as NFS and/or RADOS.
107

    
108
Package: snf-tools
109
Architecture: all
110
Depends: ${misc:Depends}, ${python:Depends}
111
Provides: ${python:Provides}
112
XB-Python-Version: ${python:Versions}
113
Description: Synnefo generic additional tools (burnin)
114
 This package contains additional tools that supplement a Synnefo
115
 installation. Currently, this package contains only the burnin tool.
116

    
117
Package: snf-stats-app
118
Architecture: all
119
Depends: ${misc:Depends}, ${python:Depends}, snf-common
120
Provides: ${python:Provides}
121
Recommends: snf-webproject
122
Suggests: gunicorn, collectd, python-gevent (>=0.13)
123
XB-Python-Version: ${python:Versions}
124
Description: Synnefo Stats
125
 Synnefo Stats
126

    
127
Package: python-astakosclient
128
Architecture: all
129
Depends: ${misc:Depends}, ${python:Depends}
130
Provides: ${python:Provides}
131
XB-Python-Version: ${python:Versions}
132
Description: Synnefo Astakos Client
133
 Python client for Astakos, the Synnefo identity management service.
134

    
135
Package: snf-django-lib
136
Architecture: all
137
Depends: ${misc:Depends}, ${python:Depends}, snf-common
138
Provides: ${python:Provides}
139
Recommends: snf-webproject
140
XB-Python-Version: ${python:Versions}
141
Description: Synnefo Django library
142
 Synnefo Django library