Commit ecb9286f authored by Antoine Catton's avatar Antoine Catton

Add down software type.

This software type will be used once a dead partition
will be rename. This avoid the partition to run
the requests again if it goes back online.
parent c6c0b7e5
......@@ -77,7 +77,14 @@ strip-top-level-dir = true
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg
output = ${buildout:directory}/template.cfg
md5sum = 8117f10e814a13c5376af4c01e6546d4
md5sum = bcb2af107e4063c03f4cfff4add54410
mode = 0644
[template-down]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-down.cfg
output = ${buildout:directory}/template-down.cfg
md5sum = ccb8f1d3526db9841304b19917b5b7d3
mode = 0644
[template-apache-php]
......
[buildout]
eggs-directory = ${buildout:eggs-directory}
develop-eggs-directory = ${buildout:develop-eggs-directory}
offline = true
# Do nothing
parts =
......@@ -15,3 +15,4 @@ mariadb-pbsready-import = ${template-mariadb-pbsready-import:output}
mariadb-pbsready-export = ${template-mariadb-pbsready-export:output}
pull-backup = ${template-pull-backup:output}
apache-backup = ${template-apache-backup:output}
down = ${template-down:output}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment