software.cfg 3.52 KB
Newer Older
1 2 3 4 5 6 7 8 9
[buildout]

extends =
  ../../component/dash/buildout.cfg
  ../../component/dcron/buildout.cfg
  ../../component/gzip/buildout.cfg
  ../../component/openssl/buildout.cfg
  ../../component/logrotate/buildout.cfg
  ../../component/apache/buildout.cfg
10
  ../../component/pycurl/buildout.cfg
11
  ../../component/python-cryptography/buildout.cfg
12 13
  ../../stack/slapos.cfg

14 15 16
# Monitoring stack (keep on bottom)
  ../../stack/monitor/buildout.cfg

17 18 19
extensions -=                                                                                   
  buildout-versions

20
parts +=
21
  slapos-cookbook-develop
22 23 24 25 26 27 28 29 30
  slapos-cookbook
  eggs
  dash
  template

[eggs]
recipe = zc.recipe.egg
eggs =
  ${lxml-python:egg}
31
  ${pycurl:egg}
32
  ${python-cryptography:egg}
33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
  slapos.toolbox
scripts =
  slapos-kill

[extra-eggs]
recipe = zc.recipe.egg
interpreter = pythonwitheggs
eggs =
  ${lxml-python:egg}
  ${python-cffi:egg}
  ${python-cryptography:egg}
  pyOpenSSL
  re6stnet

[download-base]
recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/${:filename}
mode = 644

[template-jinja2-base]
recipe = slapos.recipe.template:jinja2
template = ${:_profile_base_location_}/${:filename}.in
rendered = ${buildout:directory}/${:filename}
# XXX: extra-context is needed because we cannot append to a key of an extended
# section.
extra-context =
context =
    key bin_directory buildout:bin-directory
    key develop_eggs_directory buildout:develop-eggs-directory
    key eggs_directory buildout:eggs-directory
    ${:extra-context}


[template]
< = template-jinja2-base
filename = template.cfg
template = ${:_profile_base_location_}/instance.cfg.in
70
md5sum = 84387d5af13561447c1170704a2076a6
71 72 73 74 75 76 77 78
extra-context =
    key apache_location apache:location
    key dash_location dash:location
    key openssl_location openssl:location
    key template_apache_conf template-apache-conf:target
    key template_re6stnet template-re6stnet:target
    key template_re6st_registry_conf template-re6st-registry-conf:target
    key template_logrotate_base template-logrotate-base:rendered
79
    key template_wrapper template-wrapper:target
80
    key monitor2_template_rendered monitor2-template:rendered
81 82 83 84 85
    raw python_with_eggs ${buildout:directory}/bin/${extra-eggs:interpreter}

[template-re6stnet]
< = download-base
filename = instance-re6stnet.cfg.in
86
md5sum = 4596d91cef4184b97d257a68478b6330
87 88 89 90

[template-apache-conf]
< = download-base
filename = apache.conf.in
91
md5sum = d64cafda1139b740a49a9f5e30a1b57b
92 93 94 95

[template-re6st-registry-conf]
< = download-base
filename = re6st-registry.conf.in
96
md5sum = 5dc218f887faeffc466e41c7d6191e49
97

98 99 100 101 102
[template-wrapper]
< = download-base
filename = wrapper.in
md5sum = 69e63cb58267335e21da772bd867657e

103
[versions]
104 105 106
setuptools = 28.8.0                                                                             
zc.buildout = 2.5.2+slapos005                                                                   
zc.recipe.egg = 2.0.3+slapos002    
107 108 109 110 111
apache-libcloud = 0.17.0
ecdsa = 0.13
gitdb = 0.6.4
plone.recipe.command = 1.1
pycrypto = 2.6.1
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
112
pycurl = 7.43.0
113
slapos.recipe.template = 2.7
114
slapos.toolbox = 0.65
115 116 117
smmap = 0.9.0

# Required by:
118
# slapos.toolbox = 0.65
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
119
GitPython = 2.0.8
120 121

# Required by:
122
# slapos.toolbox = 0.65
123 124 125 126 127 128 129
atomize = 0.2.0

# Required by:
# apache-libcloud==0.17.0
backports.ssl-match-hostname = 3.4.0.2

# Required by:
130
# slapos.toolbox = 0.65
131 132 133
feedparser = 5.1.3

# Required by:
134
# slapos.toolbox = 0.65
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
135
lockfile = 0.12.2
136 137 138 139 140 141

# Required by:
# re6stnet===0-413.gbec6b3c.dirty
miniupnpc = 1.9

# Required by:
142
# slapos.toolbox = 0.65
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
143
paramiko = 2.0.1
144 145

# Required by:
146
# slapos.toolbox = 0.65
147 148
rpdb = 0.1.5