software.cfg 1.42 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
gitdb = 0.6.4
pycrypto = 2.6.1
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
51
pycurl = 7.43.0
52 53
slapos.recipe.download = 1.0
slapos.recipe.template = 2.8
54
slapos.toolbox = 0.67
55 56 57
smmap = 0.9.0

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

# Required by:
62
# slapos.toolbox = 0.67
63 64 65
atomize = 0.2.0

# Required by:
66
# slapos.toolbox = 0.67
67 68 69
feedparser = 5.2.1

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

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

# Required by:
78
# slapos.toolbox = 0.67
79
rpdb = 0.1.5