Changes between Version 23 and Version 24 of GEC21Agenda/ScalingUp/Procedure/Appendix


Ignore:
Timestamp:
05/27/15 22:15:19 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC21Agenda/ScalingUp/Procedure/Appendix

    v23 v24  
    171171    }}}
    172172
    173 ''Do these commands look like the Ad Hoc ping command from the previous step?''
     173''Do these commands look like the Ad Hoc command (`ping`) from the previous step?''
    174174
    175175Run the playbook to configure the `server` with the following command on the local machine:
     
    183183
    184184=== 4. Update a portion of the configuration ===
    185  a. After some of your neighbors have brought up their nodes, run the following command to only do the nmap portion of the `server` configuration:
     185 a. After some of your neighbors have brought up their nodes, run the following command to only update the nmap portion of the `server` configuration:
    186186   {{{
    187187#!python
    188188ansible-playbook update-map.yml -i inventory
    189189   }}}
    190  a. Over time you should see more nodes found by the nmap scan. 
     190 a. If you repeatedly run the above command over time you should see more nodes found by the `nmap` scan. 
    191191 a. Change the value of `address_range` in `groups_vars/all.yml` and rerun `update-map.yml` to search for more nodes.