software.cfg 5.25 KB
Newer Older
1 2 3
[buildout]
extends =
  ../../stack/slapos.cfg
4
  ../../component/nginx/buildout.cfg
5
  ../../component/curl/buildout.cfg
6
  ../../component/dash/buildout.cfg
7
  ../../component/tar/buildout.cfg
8

9
parts =
10
    dash
11
    tar
12
    curl
13
    nginx
14
    slapos-cookbook
15
    template
16
    template_nginx_conf
17 18
    template_downloader
    template_launcher
19
    template_mime_types
20
    instance_html5as
21

22 23 24 25 26

[template]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg
output = ${buildout:directory}/template.cfg
27
md5sum = 918e0d6513e4d1c92051431d83261dab
28 29 30 31 32 33
mode = 0644

[instance_html5as]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance_html5as.cfg
output = ${buildout:directory}/template_html5as.cfg
34
md5sum = 41cb6178f760238ca276854873ef9364
35
mode = 0644
36

37 38 39
[template_nginx_conf]
recipe = slapos.recipe.download
url = ${:_profile_base_location_}/templates/nginx_conf.in
40
md5sum = 61dc4c82bf48563228ce4dea6c5c6319
41 42 43 44
filename = nginx_conf.in
mode = 0644
location = ${buildout:parts-directory}/${:_buildout_section_name_}

45
[template_launcher]
46
recipe = slapos.recipe.download
47 48 49 50 51 52 53 54 55
url = ${:_profile_base_location_}/templates/launcher.in
md5sum = acf5bb55ceac2e826259d28ed5c1de3a
filename = launcher.in
mode = 0644
location = ${buildout:parts-directory}/${:_buildout_section_name_}

[template_downloader]
recipe = slapos.recipe.download
url = ${:_profile_base_location_}/templates/downloader.in
56
md5sum = 9779e2db6c73d282f802b3407b390ede
57
filename = downloader.in
58 59
mode = 0644
location = ${buildout:parts-directory}/${:_buildout_section_name_}
60 61 62 63 64 65 66 67

[template_mime_types]
recipe = slapos.recipe.download
url = ${:_profile_base_location_}/templates/mime_types.in
md5sum = 4ef94a7b458d885cd79ba0b930a5727e
filename = mime_types.in
mode = 0644
location = ${buildout:parts-directory}/${:_buildout_section_name_}
68

69
[versions]
Thomas Lechauve's avatar
Thomas Lechauve committed
70 71
Jinja2 = 2.6
Werkzeug = 0.8.3
72 73
apache-libcloud = 0.12.3
async = 0.6.1
Thomas Lechauve's avatar
Thomas Lechauve committed
74
buildout-versions = 1.7
75 76 77 78 79 80 81
gitdb = 0.5.4
hexagonit.recipe.cmmi = 2.0
meld3 = 0.6.10
pycrypto = 2.6
rdiff-backup = 1.0.5
slapos.recipe.build = 0.11.6
slapos.recipe.cmmi = 0.1.1
Thomas Lechauve's avatar
Thomas Lechauve committed
82
slapos.recipe.template = 2.4.2
83 84
slapos.toolbox = 0.34.0
smmap = 0.8.2
Thomas Lechauve's avatar
Thomas Lechauve committed
85
z3c.recipe.scripts = 1.0.1
86 87 88 89 90 91
cliff = 1.4.4
cmd2 = 0.6.5.1
prettytable = 0.7.2
requests = 1.2.3
slapos.cookbook = 0.82
cffi = 0.8.2
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
92
cryptography = 0.4
93 94 95 96 97 98 99 100 101 102
plone.recipe.command = 1.1
pyOpenSSL = 0.14
six = 1.6.1

# Required by:
# cffi==0.8.2
pycparser = 2.10
# Required by:
# slapos.cookbook==0.82
lock-file = 2.0
Thomas Lechauve's avatar
Thomas Lechauve committed
103 104

# Required by:
105 106
# slapos.core==0.35.1
# slapos.toolbox==0.34.0
Thomas Lechauve's avatar
Thomas Lechauve committed
107 108 109
Flask = 0.9

# Required by:
110 111
# slapos.toolbox==0.34.0
GitPython = 0.3.2.RC1
Thomas Lechauve's avatar
Thomas Lechauve committed
112 113

# Required by:
114 115
# slapos.toolbox==0.34.0
atomize = 0.1.1
Thomas Lechauve's avatar
Thomas Lechauve committed
116 117

# Required by:
118 119 120 121 122
# slapos.toolbox==0.34.0
feedparser = 5.1.3

# Required by:
# slapos.cookbook==0.82
Thomas Lechauve's avatar
Thomas Lechauve committed
123 124 125
inotifyx = 0.2.0

# Required by:
126 127
# slapos.cookbook==0.82
# slapos.core==0.35.1
Thomas Lechauve's avatar
Thomas Lechauve committed
128
# xml-marshaller==0.9.7
129
lxml = 3.1.2
Thomas Lechauve's avatar
Thomas Lechauve committed
130 131

# Required by:
132 133
# slapos.cookbook==0.82
netaddr = 0.7.10
Thomas Lechauve's avatar
Thomas Lechauve committed
134 135

# Required by:
136
# slapos.core==0.35.1
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
137
netifaces = 0.10.3
Thomas Lechauve's avatar
Thomas Lechauve committed
138 139

# Required by:
140 141
# slapos.toolbox==0.34.0
paramiko = 1.10.1
Thomas Lechauve's avatar
Thomas Lechauve committed
142 143

# Required by:
144 145
# slapos.toolbox==0.34.0
psutil = 0.7.0
Thomas Lechauve's avatar
Thomas Lechauve committed
146 147

# Required by:
148 149
# slapos.core==0.35.1
pyflakes = 0.7
Thomas Lechauve's avatar
Thomas Lechauve committed
150 151

# Required by:
152 153 154 155 156 157 158 159 160 161
# slapos.cookbook==0.82
pytz = 2013b

# Required by:
# slapos.cookbook==0.82
# slapos.core==0.35.1
# slapos.toolbox==0.34.0
# zc.buildout==1.6.0-dev-SlapOS-010
# zc.recipe.egg==1.3.2
setuptools = 0.6c12dev-r88846
Thomas Lechauve's avatar
Thomas Lechauve committed
162 163

# Required by:
164 165 166
# slapos.cookbook==0.82
# slapos.toolbox==0.34.0
slapos.core = 0.35.1
Thomas Lechauve's avatar
Thomas Lechauve committed
167 168

# Required by:
169 170
# slapos.core==0.35.1
supervisor = 3.0b1
Thomas Lechauve's avatar
Thomas Lechauve committed
171 172

# Required by:
173 174
# slapos.core==0.35.1
unittest2 = 0.5.1
Łukasz Nowak's avatar
Łukasz Nowak committed
175

176 177 178 179 180 181 182 183
# Required by:
# slapos.cookbook==0.82
# slapos.toolbox==0.34.0
xml-marshaller = 0.9.7

# Required by:
# slapos.core==0.35.1
zope.interface = 4.0.5
Łukasz Nowak's avatar
Łukasz Nowak committed
184 185 186
[networkcache]
# signature certificates of the following uploaders.
# Łukasz Nowak
187
# Test Agent
Łukasz Nowak's avatar
Łukasz Nowak committed
188 189 190 191 192 193 194 195 196 197 198 199 200 201
signature-certificate-list =
  -----BEGIN CERTIFICATE-----
  MIIB9jCCAV+gAwIBAgIJANLesB1hoQIEMA0GCSqGSIb3DQEBBQUAMBMxETAPBgNV
  BAMMCENPTVAtMTMyMCAXDTEyMDgyODE0MjEyOFoYDzIxMTIwODA0MTQyMTI4WjAT
  MREwDwYDVQQDDAhDT01QLTEzMjCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA
  9ED8i6211znu1Z0milwuNZCLlmQlFP590neGjvSRla7wzIBwWreNAX2Hl05sd1og
  PFZBSeWsStFHQRqjNYOx1WoS4olRGIAwiwLh3Hgmkc8oOe7/q3W22xOZTUXOIiq1
  FV96jUHe9RmZ910VqLPCMK44aCTmabSCWwk4OfRzI3kCAwEAAaNQME4wHQYDVR0O
  BBYEFBgvpmTAS/O9vfvSLnwKy/eJC/NAMB8GA1UdIwQYMBaAFBgvpmTAS/O9vfvS
  LnwKy/eJC/NAMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQADgYEAM3qIP3sY
  DtqzUJJ7WEbD0dcniHGEycOk/3EKB663jULar+KOuTIFmMGOy5MVWcDsCqjODWXK
  9LnVeCSkC4Ct8kvkT/WdRFF/nqprbZ6bUrhx2yAKTH6CMhIjDJ8F7fAkH48fLD7M
  HPuwnRO7OewFpzT/gfQgFKpmVBNUYq7YddE=
  -----END CERTIFICATE-----
202 203 204 205 206 207 208 209 210 211 212 213 214
  -----BEGIN CERTIFICATE-----
  MIIB9jCCAV+gAwIBAgIJAKRvzcy7OH0UMA0GCSqGSIb3DQEBBQUAMBMxETAPBgNV
  BAMMCENPTVAtNzcyMCAXDTEyMDgxMDE1NDI1MVoYDzIxMTIwNzE3MTU0MjUxWjAT
  MREwDwYDVQQDDAhDT01QLTc3MjCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA
  o7aipd6MbnuGDeR1UJUjuMLQUariAyQ2l2ZDS6TfOwjHiPw/mhzkielgk73kqN7A
  sUREx41eTcYCXzTq3WP3xCLE4LxLg1eIhd4nwNHj8H18xR9aP0AGjo4UFl5BOMa1
  mwoyBt3VtfGtUmb8whpeJgHhqrPPxLoON+i6fIbXDaUCAwEAAaNQME4wHQYDVR0O
  BBYEFEfjy3OopT2lOksKmKBNHTJE2hFlMB8GA1UdIwQYMBaAFEfjy3OopT2lOksK
  mKBNHTJE2hFlMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQADgYEAaNRx6YN2
  M/p3R8/xS6zvH1EqJ3FFD7XeAQ52WuQnKSREzuw0dsw12ClxjcHiQEFioyTiTtjs
  5pW18Ry5Ie7iFK4cQMerZwWPxBodEbAteYlRsI6kePV7Gf735Y1RpuN8qZ2sYL6e
  x2IMeSwJ82BpdEI5niXxB+iT0HxhmR+XaMI=
  -----END CERTIFICATE-----