Skip to content

Commit d0b6a01

Browse files
committed
Merge pull request #194 from fogbow/develop
Updated manager.conf to add new properties related to benchmarking
2 parents 11a2118 + 9053016 commit d0b6a01

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

manager.conf.example

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,11 @@ accounting_class=org.fogbowcloud.manager.core.plugins.accounting.FCUAccountingPl
127127
accounting_update_period=300000
128128
accounting_datastore_url=jdbc:h2:/tmp/usage
129129

130-
benchmarking_class=org.fogbowcloud.manager.core.plugins.benchmarking.FCUStaticBenchmarkingPlugin
130+
# SSH Benchmarking plugin
131+
benchmarking_class=org.fogbowcloud.manager.core.plugins.benchmarking.SSHBenchmarkingPlugin
132+
# Benchmarking script to use with SSH Benchmarking plugin
133+
ssh_benchmarking_script_url=http://downloads.fogbowcloud.org/benchmark/script_ssh_benchmarking.sh
134+
135+
# Manager public and private keys
136+
ssh_private_key=/etc/fogbow-manager/ssh/id_rsa
137+
ssh_public_key=/etc/fogbow-manager/ssh/id_rsa.pub

0 commit comments

Comments
 (0)