Changes between Version 1 and Version 2 of GENIExperimenter/Tutorials/GENI-SAVI


Ignore:
Timestamp:
05/25/15 12:30:38 (9 years ago)
Author:
rick@mcgeer.com
Comment:

--

Legend:

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

    v1 v2  
    11[[PageOutline]]
    22
    3 = Get to Know the GENI Experiment Engine =
     3= Get to Know the GENI and SAVI =
    44== Overview: ==
    5 The GENI Experiment Engine (GEE) platform provides simple, preconfigured environments called '''slicelets''' to GENI users.  A slicelet consists of [https://www.docker.com Docker containers] running on InstaGENI racks; all the containers in a slicelet are connected by a private L3 network. The goal of GEE is to make it fast and easy to get a basic experiment up-and-running on GENI (a.k.a., "the five minute rule").  This tutorial will familiarize participants with the GENI experiment engine. 
     5SAVI (Smart Applications on Virtual Infrastructure) is a network of !OpenStack Clouds running at a number of sites across Canada.  One important subset of GENI's capability is as a distributed cloud; used together, gENI and SAVI form a distributed Cloud across over 60 sites in North America.  In this tutorial, the student will learn to create a slice spanning the GENI and SAVI testbeds, and orchestrate the actions of the VM across the
     6entire joint testbed" 
    67
    78----
     
    910'''The goal of the tutorial is, on each node, to run an HTTP query of the form:'''
    1011
    11   '''!http://www.lively-web.org/nodejs/GEETutorial/helloWorld?slice=<slice name>&name=<container name>&ip=<IP of host>&local=<IP of  container>&lat=<latitude of host>&lng=<longitude of container>'''
     12  '''!http://www.lively-web.org/nodejs/GEETutorial/helloWorld?slice=<slice name>&name=<container name>&ip=<IP of host>&lat=<latitude of host>&lng=<longitude of container>'''
    1213
    1314'''This page will log each of your queries, and you can check that all your nodes were successfully able to run the query.'''