Changes between Version 5 and Version 6 of GENIExperimenter/Tutorials/GENIExperimentEngine


Ignore:
Timestamp:
03/11/15 15:41:47 (9 years ago)
Author:
acb@cs.princeton.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/GENIExperimentEngine

    v5 v6  
    55The 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. 
    66
     7----
     8
    79'''The goal of the tutorial is, on each node, to run an http query of the form:'''
    810
    911  '''!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>'''
    1012
     13----
    1114
    1215To meet this objective, participants will use [http://docs.ansible.com Ansible] to install software and run commands on GEE slicelets spanning 20 InstaGENI racks.