aboutsummaryrefslogtreecommitdiff
path: root/rumba/testbeds/jfed.py
diff options
context:
space:
mode:
authorMarco Capitani <m.capitani@nextworks.it>2017-06-01 16:43:03 +0200
committerMarco Capitani <m.capitani@nextworks.it>2017-06-01 16:43:03 +0200
commit30dbd8b5493480d2c302380735083c2d9b8f8260 (patch)
tree3f683a207ba7c4767c0e0870db8cddacc0205354 /rumba/testbeds/jfed.py
parent24c375545c6ef7d03e8a18dea2cb06763059b1b9 (diff)
downloadrumba-30dbd8b5493480d2c302380735083c2d9b8f8260.tar.gz
rumba-30dbd8b5493480d2c302380735083c2d9b8f8260.zip
model: added proxy field. ssh: added execute_proxy_commands
Diffstat (limited to 'rumba/testbeds/jfed.py')
-rw-r--r--rumba/testbeds/jfed.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/rumba/testbeds/jfed.py b/rumba/testbeds/jfed.py
index 5394146..b1fc5ef 100644
--- a/rumba/testbeds/jfed.py
+++ b/rumba/testbeds/jfed.py
@@ -38,7 +38,12 @@ class Testbed(mod.Testbed):
proj_name="ARCFIRE", authority="wall2.ilabt.iminds.be",
image=None):
passwd = getpass.getpass(prompt="Password for certificate file: ")
- mod.Testbed.__init__(self, exp_name, username, passwd, proj_name)
+ mod.Testbed.__init__(self,
+ exp_name,
+ username,
+ passwd,
+ proj_name,
+ http_proxy="https://proxy.atlantis.ugent.be:8080")
self.authority = "urn:publicid:IDN+" + authority + "+authority+cm"
self.auth_name = authority
self.cert_file = cert_file