Skip to content

Instantly share code, notes, and snippets.

@briancain
Last active December 21, 2015 04:09
Show Gist options
  • Save briancain/6247039 to your computer and use it in GitHub Desktop.
Save briancain/6247039 to your computer and use it in GitHub Desktop.
Example Puppet Gatling configuration
{
"master": "master.localdomain",
"sbtpath": "/usr/local/Cellar/sbt/0.12.4/libexec/sbt-launch.jar",
"steps": [
{"install": "pe28"},
{"simulate": {
"id": "PE28_bigcatalog_plus_vanilla",
"puppet_version": "pe28",
"scenario": {
"run_description": "PE28BigCatalogPlusVanillaCent5",
"nodes": [
{
"node_config": "pe28_bigcatalog_cent5.json",
"num_instances": 3,
"ramp_up_duration_seconds": 1,
"num_repetitions": 3
},
{
"node_config": "pe28_vanilla_cent5.json",
"num_instances": 1,
"ramp_up_duration_seconds": 1,
"num_repetitions": 1
}
]
}
}
},
{"simulate": {
"id": "PE28_vanilla_5",
"puppet_version": "pe28",
"scenario": {
"run_description": "PE28VanillaCent5, 1 instance, 1 repetition",
"nodes": [
{
"node_config": "pe28_vanilla_cent5.json",
"num_instances": 1,
"ramp_up_duration_seconds": 1,
"num_repetitions": 1
}
]
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment