Fix networks and add some debug tools

- Create two networks: public (NATed) and private (isolated)
- Add some debug tools to minion nodes
This commit is contained in:
Aleksandr Didenko
2016-06-20 14:42:46 +02:00
parent 0e48ce51ce
commit 7a53c32a3b
2 changed files with 15 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ echo node > /var/tmp/role
# Packages
sudo apt-get --yes update
sudo apt-get --yes upgrade
sudo apt-get --yes install screen vim telnet tcpdump python-pip
sudo apt-get --yes install screen vim telnet tcpdump python-pip traceroute iperf3 nmap ethtool
# Pip
sudo pip install kpm