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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
erp5
Commits
314d49fb
Commit
314d49fb
authored
Oct 02, 2019
by
Ivan Tyagov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a scalability test default cluster configuration. To be used as a
template for Scalability tests.
parent
f0e4dce4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
scalability_test/cluster_configuration_template.json
scalability_test/cluster_configuration_template.json
+26
-0
No files found.
scalability_test/cluster_configuration_template.json
0 → 100644
View file @
314d49fb
{
"bt5"
:
"erp5_full_text_myisam_catalog erp5_configurator_standard erp5_configurator_maxma_demo erp5_configurator_run_my_doc erp5_scalability_test"
,
"frontend-url"
:
"http://git.erp5.org/gitweb/slapos.git/blob_plain/HEAD:/software/apache-frontend/software.cfg"
,
"sla-dict"
:
{
"computer_guid={{comp[0]}}"
:
[
"zope-activities"
,
"zope-user"
]
},
"mariadb"
:
{
"max-connection-count"
:
1000
},
"zope-partition-dict"
:
{
"activities"
:
{
"family"
:
"activities"
,
"instance-count"
:
{{
count
}},
"thread-amount"
:
2
,
"timerserver-interval"
:
1
,
"port-base"
:
2300
},
"user"
:
{
"family"
:
"user"
,
"instance-count"
:
{{
count
}},
"thread-amount"
:
2
,
"timerserver-interval"
:
1
,
"port-base"
:
2200
}
}
}
\ No newline at end of file
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