software.cfg 1.36 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
Yingjie Xu's avatar
Yingjie Xu committed
5 6 7
  ../../stack/slapos.cfg

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

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

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

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

Yingjie Xu's avatar
Yingjie Xu committed
34
[script]
35
recipe = zc.recipe.egg
Yingjie Xu's avatar
Yingjie Xu committed
36 37 38
eggs =
  zc.buildout
  slapos.core
Vincent Pelletier's avatar
Vincent Pelletier committed
39
  slapos.toolbox[agent]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
40
  erp5.util
41 42 43 44 45


[versions]
apache-libcloud = 0.18.0
ecdsa = 0.13
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
46
erp5.util = 0.4.44
47 48 49 50
gitdb = 0.6.4
pycrypto = 2.6.1
slapos.recipe.download = 1.0
slapos.recipe.template = 2.8
51
slapos.toolbox = 0.57
52 53 54
smmap = 0.9.0

# Required by:
55
# slapos.toolbox = 0.57
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
56
GitPython = 2.0.6
57 58

# Required by:
59
# slapos.toolbox = 0.57
60 61 62
atomize = 0.2.0

# Required by:
63
# slapos.toolbox = 0.57
64 65 66
feedparser = 5.2.1

# Required by:
67
# slapos.toolbox = 0.57
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
68
lockfile = 0.12.2
69 70

# Required by:
71
# slapos.toolbox = 0.57
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
72
paramiko = 2.0.1
73 74

# Required by:
75
# slapos.toolbox = 0.57
76
rpdb = 0.1.5