Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Sebastian
erp5
Commits
14be3c22
Commit
14be3c22
authored
May 06, 2011
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable xtrabackup by overriding its section.
parent
037b08bd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
slapos/instance.cfg
slapos/instance.cfg
+2
-2
slapos/software.cfg
slapos/software.cfg
+6
-2
No files found.
slapos/instance.cfg
View file @
14be3c22
...
...
@@ -10,7 +10,7 @@ recipe = ${instance-recipe:name}
dcrond_binary = ${dcron:location}/sbin/crond
haproxy_binary = ${haproxy:location}/sbin/haproxy
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_manager_binary = ${kumo:location}/bin/kumo-manager
kumo_server_binary = ${kumo:location}/bin/kumo-server
...
...
@@ -45,7 +45,7 @@ link_binary_list =
${w3m:location}/bin/w3m
${xpdf:location}/bin/pdfinfo
${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)
# products will be eggified so then it will be possible to use them thanks to
...
...
slapos/software.cfg
View file @
14be3c22
...
...
@@ -43,7 +43,7 @@ extends =
profile/w3m.cfg
profile/xorg.cfg
profile/xpdf.cfg
#
profile/xtrabackup.cfg
profile/xtrabackup.cfg
profile/zabbix.cfg
versions = versions
...
...
@@ -104,6 +104,10 @@ parts =
# Create instance template
template
[xtrabackup]
recipe = plone.recipe.command
command = echo "Disabled temporally"
[instance-recipe]
# Note: In case if specific instantiation recipe is used this is the place to
# put its name
...
...
@@ -126,7 +130,7 @@ section = python2.7
# Default template for erp5 instance.
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg
md5sum =
0c11d76871e2b8687bd2c846e66a8386
md5sum =
e728ad0200c3e78546549ac95cf41ced
output = ${buildout:directory}/template.cfg
mode = 0644
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment