Skip to content

UCLA-IRL/NDN_Ansible

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NDN_Ansible

Ansible management for NDN Testbed

To do the whole thing: ansible-playbook -i testbedInventory testbed.yml

To do just nlsr on LIP6 and BERN ansible-playbook -i testbedInventory --tags="nlsr" --limit="LIP6,BERN" testbed.yml

To slow the process down if you are having trouble with multiple repeated logins to a site (sometimes firewalls block if they see too many attempts): ./echoY.sh | ansible-playbook --step -i testbedInventory testbed.yml

The echoY.sh script echos a Y to the ansible-playbook process every 30 seconds.

About

Ansible management for NDN Testbed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jinja 32.1%
  • Python 28.4%
  • Roff 22.9%
  • Shell 16.6%