software.cfg 2.22 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
[template_nginx_conf]
38
recipe = slapos.recipe.build:download
39
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.build:download
47 48 49 50 51 52 53
url = ${:_profile_base_location_}/templates/launcher.in
md5sum = acf5bb55ceac2e826259d28ed5c1de3a
filename = launcher.in
mode = 0644
location = ${buildout:parts-directory}/${:_buildout_section_name_}

[template_downloader]
54
recipe = slapos.recipe.build:download
55
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

[template_mime_types]
62
recipe = slapos.recipe.build:download
63 64 65 66 67
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]
70 71 72 73 74
apache-libcloud = 0.12.3
async = 0.6.1
gitdb = 0.5.4
pycrypto = 2.6
rdiff-backup = 1.0.5
Thomas Lechauve's avatar
Thomas Lechauve committed
75
slapos.recipe.template = 2.4.2
76
slapos.toolbox = 0.40.4
77 78
smmap = 0.8.2
plone.recipe.command = 1.1
Thomas Lechauve's avatar
Thomas Lechauve committed
79 80

# Required by:
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
81
# slapos.toolbox==0.40.2
82
GitPython = 0.3.2.RC1
Thomas Lechauve's avatar
Thomas Lechauve committed
83 84

# Required by:
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
85
# slapos.toolbox==0.40.2
86
atomize = 0.1.1
Thomas Lechauve's avatar
Thomas Lechauve committed
87 88

# Required by:
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
89
# slapos.toolbox==0.40.2
90 91
feedparser = 5.1.3

Thomas Lechauve's avatar
Thomas Lechauve committed
92
# Required by:
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
93
# slapos.toolbox==0.40.2
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
94
paramiko = 1.15.3