Changes between Version 72 and Version 73 of GENIExperimenter/Tutorials/GENI-SAVI/DesignSetup


Ignore:
Timestamp:
06/23/15 11:18:15 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

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

    v72 v73  
    7070{{{
    7171$ ls ~/.ssh
    72 geni_cert_portal_key  geni_cert_portal_key.pub  geni_key_portal  geni_key_portal.pub  id_rsa.pub  known_hosts
     72geni_cert_portal_key  geni_cert_portal_key.pub  geni_key_portal  geni_key_portal.pub 
     73id_rsa.pub  known_hosts
    7374}}}
    7475}}}
     
    128129The general form of the command to create a VM on SAVI is
    129130{{{
    130 $ ./tutorial.sh createvm savi <tenant_name> <location> <os_image_name> <vm-size> <ssh_key> <vm-name>
     131$ ./tutorial.sh createvm savi <tenant_name> <location> <os_image_name> <vm-size> <ssh_key> \
     132          <vm-name>
    131133}}}
    132134}}}
     
    137139Use the following command to reserve your SAVI node:
    138140{{{
    139 $ ./tutorial.sh createvm savi geniUsers <savi site> Ubuntu-14-04-64 small geni_key_portal <geni_username>-<savi sitename>
     141$ ./tutorial.sh createvm savi geniUsers <savi site> Ubuntu-14-04-64 small geni_key_portal \
     142          <geni_username>-<savi sitename>
    140143}}}
    141144}}}
     
    198201where `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:
    199202{{{
    200     ansible_ssh_host=142.150.208.146  ansible_ssh_port=22 ansible_ssh_user=rickmcg_geni ansible_ssh_private_key=~/.ssh/geni_key_portal
     203    ansible_ssh_host=142.150.208.146  ansible_ssh_port=22 ansible_ssh_user=rickmcg_geni \
     204          ansible_ssh_private_key=~/.ssh/geni_key_portal
    201205}}}
    202206}}}
     
    210214{{{
    211215[nodes]
    212     <geni_resource_name> ansible_ssh_port=22 ansible_ssh_user=<your_geni_username> ansible_ssh_key=~/.ssh/geni_key_portal
    213     <savi_resource_ip> ansible_ssh_port=22 ansible_ssh_user=ubuntu ansible_ssh_key=~/.ssh/geni_key_portal
     216    <geni_resource_name> ansible_ssh_port=22 ansible_ssh_user=<your_geni_username> \
     217          ansible_ssh_key=~/.ssh/geni_key_portal
     218    <savi_resource_ip> ansible_ssh_port=22 ansible_ssh_user=ubuntu \
     219          ansible_ssh_key=~/.ssh/geni_key_portal
    214220}}}
    215221