Revision 6a97152d

b/.gitignore
34 34
snf-quotaholder-app/quotaholder_django/version.py
35 35
*.iml
36 36
*.graffle
37
snf-stats-app/synnefo_stats/version.py
b/debian/control
48 48
Architecture: all
49 49
Depends: ${misc:Depends}, ${python:Depends}, ganeti2, snf-common, snf-network
50 50
Provides: ${python:Provides}
51
Suggests: collectd
51 52
XB-Python-Version: ${python:Versions}
52 53
Description: Synnefo tools to interact with Ganeti
53 54
 This package contains the supplementary tools that allow Ganeti to
......
119 120
Provides: ${python:Provides}
120 121
XB-Python-Version: ${python:Versions}
121 122
Description: TODO
123

  
124
Package: snf-stats-app
125
Architecture: all
126
Depends: ${misc:Depends}, ${python:Depends}, snf-common
127
Provides: ${python:Provides}
128
Recommends: snf-webproject
129
Suggests: gunicorn, collectd, python-gevent (>=0.13)
130
XB-Python-Version: ${python:Versions}
131
Description: Synnefo Stats
132
 Synnefo Stats
b/debian/rules
18 18
	snf-webproject \
19 19
	snf-pithos-app \
20 20
	snf-pithos-backend \
21
	snf-tools
21
	snf-tools \
22
	snf-stats-app
22 23

  
23 24
%:
24 25
	dh $@ --with python2
b/debian/snf-cyclades-gtools.dirs
5 5
etc/ganeti/hooks/instance-reboot-post.d
6 6
etc/ganeti/hooks/instance-start-post.d
7 7
etc/ganeti/hooks/instance-stop-post.d
8

  
9
usr/lib
10
etc/collectd
11
usr/share/doc
b/debian/snf-cyclades-gtools.install
1 1
snf-cyclades-gtools/conf/* etc/synnefo
2

  
3
snf-cyclades-gtools/collectd/plugins/ganeti-stats.py usr/lib/snf-cyclades-gtools/collectd
4
snf-cyclades-gtools/collectd/conf/ganeti-stats.conf etc/collectd
5
snf-cyclades-gtools/collectd/examples/ganeti-stats-collectd.conf usr/share/doc/snf-cyclades-gtools/examples
6
snf-cyclades-gtools/collectd/README.collectd usr/share/doc/snf-cyclades-gtools/
b/debian/snf-stats-app.dirs
1
etc/synnefo
b/debian/snf-stats-app.docs
1
snf-stats-app/README
2
snf-stats-app/Changelog
b/debian/snf-stats-app.examples
1
snf-stats-app/examples/stats.gunicorn
b/debian/snf-stats-app.install
1
snf-stats-app/conf/* etc/synnefo

Also available in: Unified diff