Skip to content

Commit

Permalink
Merge pull request #194 from fogbow/develop
Browse files Browse the repository at this point in the history
Updated manager.conf to add new properties related to benchmarking
  • Loading branch information
abmargb committed Apr 27, 2015
2 parents 11a2118 + 9053016 commit d0b6a01
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion manager.conf.example
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,11 @@ accounting_class=org.fogbowcloud.manager.core.plugins.accounting.FCUAccountingPl
accounting_update_period=300000
accounting_datastore_url=jdbc:h2:/tmp/usage

benchmarking_class=org.fogbowcloud.manager.core.plugins.benchmarking.FCUStaticBenchmarkingPlugin
# SSH Benchmarking plugin
benchmarking_class=org.fogbowcloud.manager.core.plugins.benchmarking.SSHBenchmarkingPlugin
# Benchmarking script to use with SSH Benchmarking plugin
ssh_benchmarking_script_url=http://downloads.fogbowcloud.org/benchmark/script_ssh_benchmarking.sh

# Manager public and private keys
ssh_private_key=/etc/fogbow-manager/ssh/id_rsa
ssh_public_key=/etc/fogbow-manager/ssh/id_rsa.pub

0 comments on commit d0b6a01

Please sign in to comment.