15
10
[[ -z "$NAMESERVER" ]] && export NAMESERVER="10.245.168.6"
16
11
[[ -z "$CIDR_PRIV" ]] && export CIDR_PRIV="172.16.0.0/22"
18
15
# Accept network type as first parameter, assume gre if unspecified
21
18
# Configure neutron networking on overcloud
34
28
# Install monitoring, probing and troubleshooting tools on all units
35
29
juju run --all "sudo apt-get install htop atop nload iptraf nmap multitail iperf pastebinit stress sysstat -y"