File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -127,4 +127,11 @@ accounting_class=org.fogbowcloud.manager.core.plugins.accounting.FCUAccountingPl
127127accounting_update_period=300000
128128accounting_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
You can’t perform that action at this time.
0 commit comments