Changes between Initial Version and Version 1 of GENIExperimenter/Tutorials/AnsibleHelloGENI/StandaloneSetup


Ignore:
Timestamp:
03/25/15 14:18:48 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/AnsibleHelloGENI/StandaloneSetup

    v1 v1  
     1
     2 1. Reserve a single xen node at the aggregate you are using for your experiment. (The "1 Xen VM (IG)" RSpec in the GENI Portal.)
     3 2. Login to your node using ssh.
     4 3. Install Ansible on this node. Following the [http://docs.ansible.com/intro_installation.html#latest-releases-via-apt-ubuntu instructions for Ubuntu] and repeated here for convenience.
     5{{{
     6$ sudo apt-get install software-properties-common
     7$ sudo apt-add-repository ppa:ansible/ansible
     8$ sudo apt-get update
     9$ sudo apt-get install ansible
     10}}}
     11 4. Run `ssh-keygen` to generate a new key pair.
     12 5. Copy the public key onto your local machine (TBD).
     13 6. Upload the public key to your account on the GENI Portal via the [https://portal.geni.net/secure/profile.php#ssh Profile page]. 
     14