wiki:GENIExperimenter/Tutorials/AnsibleHelloGENI

Version 8 (modified by sedwards@bbn.com, 9 years ago) (diff)

--

Converting the Hello GENI Install Script to Ansible

Overview:

Prerequisites:

  1. Have a GENI Portal account (instructions) and have configured SSH keys (Generate SSH Keys).
  2. Know how to reserve resources given an RSpec.
  3. Comfort with the command line.
  4. Have installed the tools listed below.

Tools:

To run this exercise, you will need two pieces of software. If you haven't already, get or install these now:

  1. omni installed on your local machine (instructions), and
  2. ansible installed on your local machine (find the instructions for your package manager here).

Where to get help:

Resources:

Tutorial Instructions

Design/Setup
  • Part I: Design/Setup
    • Step 1: Design Experiment
    • Step 2: Establish Management Environment
    • Step 3: Obtain Resources
Execute
  • Part II: Execute
    • Step 4: Configure and Initialize Services
    • Step 5: Execute Experiment
    • Step 6: Analyze and Visualize Experiment
Finish