From 2da15caf24a8b2da70d755e065a5dc3d770c6454 Mon Sep 17 00:00:00 2001 From: Marco Capitani Date: Tue, 7 Nov 2017 11:40:54 +0100 Subject: prototypes: Add parallel installation for IRATI This adds parallel installation for IRATI, it also adds support for multithread/multiprocess logging. Furthermore prototype-agnostic utilities for multiprocessing have been added. Caching of clients has been re-enabled for the ssh connections. --- rumba/testbeds/jfed.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rumba/testbeds/jfed.py') diff --git a/rumba/testbeds/jfed.py b/rumba/testbeds/jfed.py index da93110..d6eb458 100644 --- a/rumba/testbeds/jfed.py +++ b/rumba/testbeds/jfed.py @@ -200,6 +200,8 @@ class Testbed(mod.Testbed): "-P", self.password]) def swap_in(self, experiment): + for node in experiment.nodes: + node.ssh_config.set_http_proxy(self.http_proxy) self.create_rspec(experiment) auth_name_r = self.auth_name.replace(".", "-") -- cgit v1.2.3