X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=deploy%2Fsite%2Fvm%2Fvm.sh;h=3f3b3fbb2677122d53d7dbd2f3865e35457e3d3d;hb=790dc20efb05a3113b97800926a80753e9a89e98;hp=b35784d12a2796c034d6b0f8d77b3cbce543f192;hpb=878ea0c739ece152793328a795780c734e4ac9b2;p=icn.git diff --git a/deploy/site/vm/vm.sh b/deploy/site/vm/vm.sh index b35784d..3f3b3fb 100755 --- a/deploy/site/vm/vm.sh +++ b/deploy/site/vm/vm.sh @@ -70,6 +70,10 @@ function insert_control_plane_network_identity_into_ssh_config { # This enables logging into the control plane machines from this # machine without specifying the identify file on the command line + if [[ ! $(which ipcalc) ]]; then + apt-get install -y ipcalc + fi + # Create ssh config if it doesn't exist mkdir -p ${HOME}/.ssh && chmod 700 ${HOME}/.ssh touch ${HOME}/.ssh/config