wiki:GENIExperimenter/Tutorials/AnsibleHelloGENI/Finish

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

--

Converting the Hello GENI Install Script to Ansible

Image Map

7. Teardown Experiment

  1. Reserve resource in a second slice ansible2XX (where XX is your initials), and test your playbooks from scratch in the new slice. Do you get the same behavior?
  2. When you are done, delete the resources in both slices.
    Tip Windows users should be sure to delete the standalone node for running Ansible as well as delete the additional SSH key pair used on that node as described in getting rid of the GENI node for running Ansible.

8. Archive Experiment

  1. If this was a real experiment, you would commit your Ansible playbook to a version control system like git as you go.

Introduction