software.cfg 1.41 KB
Newer Older
Yingjie Xu's avatar
Yingjie Xu committed
1 2
[buildout]
extends =
Rafael Monnerat's avatar
Rafael Monnerat committed
3
  ../../component/lxml-python/buildout.cfg
4
  ../../component/git/buildout.cfg
5
  ../../component/pycurl/buildout.cfg
Yingjie Xu's avatar
Yingjie Xu committed
6 7 8
  ../../stack/slapos.cfg

parts =
9
  agent.cfg.in
Yingjie Xu's avatar
Yingjie Xu committed
10
  template
Rafael Monnerat's avatar
Rafael Monnerat committed
11
  template-agent
12
  slapos-cookbook
Yingjie Xu's avatar
Yingjie Xu committed
13 14
  script

Yingjie Xu's avatar
Yingjie Xu committed
15 16 17 18
[template]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg
output = ${buildout:directory}/template.cfg
Rafael Monnerat's avatar
Rafael Monnerat committed
19 20 21 22
md5sum = bcd3b3cb8a305c83bb048d5ac1c583fe
mode = 0644

[template-agent]
23
recipe = slapos.recipe.template
Rafael Monnerat's avatar
Rafael Monnerat committed
24 25
url = ${:_profile_base_location_}/instance-agent.cfg
output = ${buildout:directory}/template-agent.cfg
26
md5sum = 797e80e43bbf9c0d0e0c5db88a091667
27 28 29
mode = 0644

[agent.cfg.in]
30
recipe = slapos.recipe.build:download
31
url = ${:_profile_base_location_}/agent.cfg.in
32
md5sum = 056b1bb005080c4324cd9d755d254131
Yingjie Xu's avatar
Yingjie Xu committed
33 34
mode = 0644

Yingjie Xu's avatar
Yingjie Xu committed
35
[script]
36
recipe = zc.recipe.egg
Yingjie Xu's avatar
Yingjie Xu committed
37
eggs =
38
  ${pycurl:egg}
Yingjie Xu's avatar
Yingjie Xu committed
39 40
  zc.buildout
  slapos.core
41
  slapos.toolbox
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
42
  erp5.util
43 44 45 46 47


[versions]
apache-libcloud = 0.18.0
ecdsa = 0.13
48
erp5.util = 0.4.46
49 50 51 52
gitdb = 0.6.4
pycrypto = 2.6.1
slapos.recipe.download = 1.0
slapos.recipe.template = 2.8
53
slapos.toolbox = 0.59
54 55 56
smmap = 0.9.0

# Required by:
57
# slapos.toolbox = 0.59
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
58
GitPython = 2.0.8
59 60

# Required by:
61
# slapos.toolbox = 0.59
62 63 64
atomize = 0.2.0

# Required by:
65
# slapos.toolbox = 0.59
66 67 68
feedparser = 5.2.1

# Required by:
69
# slapos.toolbox = 0.59
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
70
lockfile = 0.12.2
71 72

# Required by:
73
# slapos.toolbox = 0.59
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
74
paramiko = 2.0.1
75 76

# Required by:
77
# slapos.toolbox = 0.59
78
rpdb = 0.1.5