Changes between Version 5 and Version 6 of GENIExperimenter/Tutorials/GENIExperimentEngine
- Timestamp:
- 03/11/15 15:41:47 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GENIExperimenter/Tutorials/GENIExperimentEngine
v5 v6 5 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. 6 6 7 ---- 8 7 9 '''The goal of the tutorial is, on each node, to run an http query of the form:''' 8 10 9 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>''' 10 12 13 ---- 11 14 12 15 To meet this objective, participants will use [http://docs.ansible.com Ansible] to install software and run commands on GEE slicelets spanning 20 InstaGENI racks.