Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
104
Merge Requests
104
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
979329f7
Commit
979329f7
authored
Oct 18, 2011
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename section to follow convention (-instance suffix).
parent
ec0e23b7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
software/erp5/instance-zope.cfg
software/erp5/instance-zope.cfg
+6
-6
No files found.
software/erp5/instance-zope.cfg
View file @
979329f7
[buildout]
[buildout]
parts =
parts =
publish-zope-connection-string
publish-zope-connection-string
zope
zope
-instance
logrotate
logrotate
logrotate-entry-zope
logrotate-entry-zope
cron
cron
...
@@ -15,10 +15,10 @@ offline = true
...
@@ -15,10 +15,10 @@ offline = true
[publish-zope-connection-string]
[publish-zope-connection-string]
recipe = slapos.cookbook:publishurl
recipe = slapos.cookbook:publishurl
url = http://$${zope
:user}:$${zope:password}@$${zope:ip}:$${zop
e:port}
url = http://$${zope
-instance:user}:$${zope-instance:password}@$${zope-instance:ip}:$${zope-instanc
e:port}
deadlock-url = $${:url}/$${zope
:deadlock-path}?$${zop
e:deadlock-password}
deadlock-url = $${:url}/$${zope
-instance:deadlock-path}?$${zope-instanc
e:deadlock-password}
[zope]
[zope
-instance
]
recipe = slapos.cookbook:generic.zope
recipe = slapos.cookbook:generic.zope
# Options
# Options
...
@@ -65,10 +65,10 @@ state-file = $${rootdirectory:srv}/logrotate.status
...
@@ -65,10 +65,10 @@ state-file = $${rootdirectory:srv}/logrotate.status
<= logrotate
<= logrotate
recipe = slapos.cookbook:logrotate.d
recipe = slapos.cookbook:logrotate.d
name = zope
name = zope
log = $${zope
:event-log} $${zop
e:z2-log}
log = $${zope
-instance:event-log} $${zope-instanc
e:z2-log}
frequency = daily
frequency = daily
rotate-num = 30
rotate-num = 30
post = ${buildout:bin-directory}/killpidfromfile $${zope:pid-file} SIGUSR2
post = ${buildout:bin-directory}/killpidfromfile $${zope
-instance
:pid-file} SIGUSR2
sharedscripts = true
sharedscripts = true
notifempty = true
notifempty = true
create = true
create = true
...
...
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