buildout.cfg 1.88 KB
Newer Older
1 2 3 4
[buildout]

parts =
#Templates needed to setup automatic backup
5 6 7
  pbsready
  pbsready-import
  pbsready-export
8 9 10 11
  template-replicated
  template-parts

#Frozen is the state used to not destroy a broken instance's content
12
  instance-frozen
13 14 15 16

  template-resilient


17
[pbsready]
18
recipe = slapos.recipe.template
19 20
url = ${:_profile_base_location_}/pbsready.cfg.in
output = ${buildout:directory}/pbsready.cfg
21 22 23
md5sum = 45e64cfb6afbcfda1f9f85e33c73bd99
mode = 0644

24
[pbsready-import]
25
recipe = slapos.recipe.template
26 27 28
url = ${:_profile_base_location_}/pbsready-import.cfg.in
output = ${buildout:directory}/pbsready-import.cfg
md5sum = 0c63d9202426c257576c14113614942d
29 30
mode = 0644

31
[pbsready-export]
32
recipe = slapos.recipe.template
33 34 35
url = ${:_profile_base_location_}/pbsready-export.cfg.in
output = ${buildout:directory}/pbsready-export.cfg
md5sum = a82c4551efdb000dc1db18adb5b64754
36 37 38 39
mode = 0644

[template-pull-backup]
recipe = slapos.recipe.template
40 41
url = ${:_profile_base_location_}/instance-pull-backup.cfg.in
output = ${buildout:directory}/instance-pull-backup.cfg
42
md5sum = dd91dd7c1845f120eb5b1987c2689b40
43 44 45 46
mode = 0644

[template-replicated]
recipe = slapos.recipe.download
47
url = ${:_profile_base_location_}/template-replicated.cfg.in
48
md5sum = 140beeb9193e0580e42a6004b9e3821f
49
mode = 0644
50
destination = ${buildout:directory}/template-replicated.cfg.in
51 52 53

[template-parts]
recipe = slapos.recipe.download
54
url = ${:_profile_base_location_}/template-parts.cfg.in
55
md5sum = c942f82552fcb42fc74a5f896e0cd5f3
56
mode = 0644
57
destination = ${buildout:directory}/template-parts.cfg.in
58

59
[instance-frozen]
60
recipe = slapos.recipe.template
61 62
url = ${:_profile_base_location_}/instance-frozen.cfg.in
output = ${buildout:directory}/instance-frozen.cfg
63 64 65

[template-resilient]
recipe = slapos.recipe.template
66
url = ${:_profile_base_location_}/resilient.cfg.in
67 68 69 70
output = ${buildout:directory}/resilient.cfg
md5sum = 59e74d290d623de2c1e147e48f284fba
mode = 0644