From: Thierry Parmentelat Date: Wed, 7 Dec 2011 14:20:52 +0000 (+0100) Subject: point to a more permanent deployment X-Git-Tag: sfa-2.0-3~23 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=f669a5c19344f389137e6c39654e26f784cd3a17 point to a more permanent deployment --- diff --git a/sfa/examples/miniclient.py b/sfa/examples/miniclient.py index a925f110..dbfa3fad 100755 --- a/sfa/examples/miniclient.py +++ b/sfa/examples/miniclient.py @@ -21,12 +21,15 @@ logger.debug('sfaclientsample: Using directory %s'%dir) ### -# this uses a test vplc from the onelab test infrastructure -registry_url="http://vplc08.pl.sophia.inria.fr:12345/" -aggregate_url="http://vplc08.pl.sophia.inria.fr:12347/" +# this uses a test sfa deployment at openlab +registry_url="http://sfa1.pl.sophia.inria.fr:12345/" +aggregate_url="http://sfa1.pl.sophia.inria.fr:12347/" # this is where the private key sits - would be ~/.ssh/id_rsa in most cases -# but in this context -private_key="test_private_key" +# but in this context, create this local file +# the tests key pair can be found in +# http://git.onelab.eu/?p=tests.git;a=blob;f=system/config_default.py +# search for public_key / private_key +private_key="miniclient-private-key" # user hrn hrn="pla.inri.fake-pi1"