Commit 14be3c22 authored by Łukasz Nowak's avatar Łukasz Nowak

Disable xtrabackup by overriding its section.

parent 037b08bd
...@@ -10,7 +10,7 @@ recipe = ${instance-recipe:name} ...@@ -10,7 +10,7 @@ recipe = ${instance-recipe:name}
dcrond_binary = ${dcron:location}/sbin/crond dcrond_binary = ${dcron:location}/sbin/crond
haproxy_binary = ${haproxy:location}/sbin/haproxy haproxy_binary = ${haproxy:location}/sbin/haproxy
httpd_binary = ${apache:location}/bin/httpd httpd_binary = ${apache:location}/bin/httpd
#innobackupex_binary = ${xtrabackup:location}/bin/innobackupex innobackupex_binary = ${xtrabackup:location}/bin/innobackupex
kumo_gateway_binary = ${kumo:location}/bin/kumo-gateway kumo_gateway_binary = ${kumo:location}/bin/kumo-gateway
kumo_manager_binary = ${kumo:location}/bin/kumo-manager kumo_manager_binary = ${kumo:location}/bin/kumo-manager
kumo_server_binary = ${kumo:location}/bin/kumo-server kumo_server_binary = ${kumo:location}/bin/kumo-server
...@@ -45,7 +45,7 @@ link_binary_list = ...@@ -45,7 +45,7 @@ link_binary_list =
${w3m:location}/bin/w3m ${w3m:location}/bin/w3m
${xpdf:location}/bin/pdfinfo ${xpdf:location}/bin/pdfinfo
${xpdf:location}/bin/pdftotext ${xpdf:location}/bin/pdftotext
# ${xtrabackup:location}/bin/xtrabackup_51 ${xtrabackup:location}/bin/xtrabackup_51
# XXX: products won't be needed as soon as all ERP5 (and products-deps) # XXX: products won't be needed as soon as all ERP5 (and products-deps)
# products will be eggified so then it will be possible to use them thanks to # products will be eggified so then it will be possible to use them thanks to
......
...@@ -43,7 +43,7 @@ extends = ...@@ -43,7 +43,7 @@ extends =
profile/w3m.cfg profile/w3m.cfg
profile/xorg.cfg profile/xorg.cfg
profile/xpdf.cfg profile/xpdf.cfg
# profile/xtrabackup.cfg profile/xtrabackup.cfg
profile/zabbix.cfg profile/zabbix.cfg
versions = versions versions = versions
...@@ -104,6 +104,10 @@ parts = ...@@ -104,6 +104,10 @@ parts =
# Create instance template # Create instance template
template template
[xtrabackup]
recipe = plone.recipe.command
command = echo "Disabled temporally"
[instance-recipe] [instance-recipe]
# Note: In case if specific instantiation recipe is used this is the place to # Note: In case if specific instantiation recipe is used this is the place to
# put its name # put its name
...@@ -126,7 +130,7 @@ section = python2.7 ...@@ -126,7 +130,7 @@ section = python2.7
# Default template for erp5 instance. # Default template for erp5 instance.
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg url = ${:_profile_base_location_}/instance.cfg
md5sum = 0c11d76871e2b8687bd2c846e66a8386 md5sum = e728ad0200c3e78546549ac95cf41ced
output = ${buildout:directory}/template.cfg output = ${buildout:directory}/template.cfg
mode = 0644 mode = 0644
......
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