software.cfg 1.99 KB
Newer Older
1 2 3
[buildout]

extends =
4
  buildout.hash.cfg
5
  ../../component/pycurl/buildout.cfg
6
  ../../component/python-cryptography/buildout.cfg
7
  ../../stack/monitor/buildout.cfg
8
  ../../stack/slapos.cfg
9 10
  ../../component/python3/buildout.cfg

11
parts =
12
  slapos-cookbook
13
  network-bench-cfg
14 15
  json-test-template
  template
16
  template-monitor-edgetest
17
  template-monitor
18
  monitor-collect-csv-dump
19

20 21 22
[python]
part = python3

23
[template]
24
recipe = slapos.recipe.template
25
url = ${:_profile_base_location_}/${:filename}
26 27 28 29
output = ${buildout:directory}/template.cfg
mode = 0644

[template-monitor]
30
recipe = slapos.recipe.build:download
31
url = ${:_profile_base_location_}/${:_update_hash_filename_}
32 33
mode = 0644

34
[template-monitor-edgetest]
35
recipe = slapos.recipe.build:download
36
url = ${:_profile_base_location_}/${:_update_hash_filename_}
37 38
mode = 0644

39 40 41 42 43 44 45 46 47
[template-monitor-edgebot]
recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/${:_update_hash_filename_}
mode = 0644

[template-surykatka-ini]
recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/${:_update_hash_filename_}

48 49
[json-test-template]
recipe = slapos.recipe.build:download
50
url = ${:_profile_base_location_}/${:_update_hash_filename_}
51 52
mode = 0644

53 54
[network-bench-cfg]
recipe = slapos.recipe.template
55 56
url = ${:_profile_base_location_}/${:filename}
output = ${buildout:parts-directory}/${:_buildout_section_name_}
57 58
mode = 0644

59 60 61 62 63 64
[monitor-collect-csv-dump]
<= monitor-template-script
url = ${:_profile_base_location_}/script/${:filename}
filename = collect_csv_dump.py
output = ${:destination}/${:filename}

65 66 67
[surykatka]
recipe = zc.recipe.egg
script-name = ${:_buildout_section_name_}
68

69
[monitor-eggs]
70
recipe = zc.recipe.egg
71
eggs +=
72 73 74 75
  slapos.cookbook
  slapos.recipe.cmmi
  hexagonit.recipe.download
  plone.recipe.command
76
scripts =
77 78

[versions]
79

80
surykatka = 0.5.0
81

82
# For surykatka 0.5.0
83 84 85 86 87 88 89 90 91 92
click = 7.0
certifi = 2019.11.28
chardet = 3.0.4
dnspython = 1.16.0
forcediphttpsadapter = 1.0.1
idna = 2.8
miniupnpc = 2.0.2
peewee = 3.13.1
requests = 2.22.0
urllib3 = 1.25.8