Changes between Version 43 and Version 44 of GENIExperimenter/Tutorials/GENI-SAVI/DesignSetup


Ignore:
Timestamp:
06/16/15 12:35:33 (9 years ago)
Author:
chmeyer@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/GENI-SAVI/DesignSetup

    v43 v44  
    5555$ omni-configure
    5656}}}
    57 to configure Omni. Omni-configure should have placed your ssh keys (geni_portal_key and geni_portal_key.pub) in your .ssh folder on client1.savitestbed.ca.  Check to make sure that the keys are there.
     57to configure Omni. Omni-configure should have placed your ssh keys (geni_key_portal and geni_key_portal.pub) in your .ssh folder on client1.savitestbed.ca.  Check to make sure that the keys are there.
    5858
    5959* Now download and unpack the GENI-SAVI Federation Tool
     
    9898we have chosen values for all parameters; each group will be given a specific site at the tutorial.  The vm-name should be your geni-username, followed by the sitename.  E.g., for rickmcg, the name at Toronto will be rickmcg-toronto
    9999{{{
    100 $ ./tutorial.sh createvm savi geniUsers <savi site> Ubuntu-14-04-64 small geni_portal_key <geni_username>-<savi sitename>
     100$ ./tutorial.sh createvm savi geniUsers <savi site> Ubuntu-14-04-64 small geni_key_portal <geni_username>-<savi sitename>
    101101}}}
    102102
     
    155155where group_name is a name for a group of nodes, and a server spec contains login information for a node.  An example of a server specification is
    156156{{{
    157     ansible_ssh_host=142.150.208.146  ansible_ssh_port=22 ansible_ssh_user=rickmcg_geni ansible_ssh_private_key=~/.ssh/geni_portal_key
     157    ansible_ssh_host=142.150.208.146  ansible_ssh_port=22 ansible_ssh_user=rickmcg_geni ansible_ssh_private_key=~/.ssh/geni_key_portal
    158158}}}
    159159
     
    176176{{{
    177177$ ssh-agent bash
    178 $ ssh-add ~/.ssh/geni_portal_key
     178$ ssh-add ~/.ssh/geni_key_portal
    179179}}}
    180180