Changes between Version 1 and Version 2 of GENIExperimenter/Tutorials/SystematicExperimentationAnsible/Design


Ignore:
Timestamp:
09/17/15 18:53:17 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/SystematicExperimentationAnsible/Design

    v1 v2  
    6969 1. Click the Add Resources button to open the Add Resources page.
    7070 1. Create a representative "server" node.  We will copy this node to make other servers.
    71    a. Drag a default VM onto the canvas (this is the black icon on the left).
     71   a. Drag a "Xen VM" onto the canvas (this is the multicolored icon on the left).
    7272   a. Click on the node to display the configuration panel on the left.  The remaining items can all be set in this panel.
    7373   a. Set the name of the node to "server".  The hostname of all of the servers will start with this string.
    7474   a. Set the Icon for this node to be a "Server".  By setting the icon, it makes it easier to visually identify the node types.
    75    a. Give the node a public IP.  This will allow users to access the webserver via the public Internet.
    76    a. Set the OS Image to " ". While there are defaults, it is always good to configure to OS image so you know what you are getting.  In this case, we know how to configure a webserver and nmap on an Ubuntu disk image so we choose the OS appropriately.
     75   a. Give the node a "Publicly Routable IP".  This will allow users to access the webserver via the public Internet.
     76   a. Set the Disk Image to "Ubuntu 12.04 LTS". While there are defaults, it is usually good to configure the OS image so you know what you are getting.  In this case, we know how to configure a webserver and nmap on an Ubuntu disk image so we choose the OS appropriately.
    7777 1. Create a representative "client" node.  We will copy this node to make other clients.
    78    a. Drag a default VM onto the canvas and configure the fields described below.
     78   a. Drag a default VM onto the canvas (this is the black icon on the left) and configure the fields described below.
    7979   a. Set the name of the node to "client".
    8080   a. Set the Icon for this node to a "Node".
    81    a. Set the OS Image to " ".
    8281 1. Draw a link between the two nodes.
    8382 1. Save the RSpec with these two representatives node types to a file on your local machine.  For a real experiment, you would commit this file to a version control system for safe keeping.