Bash scripts for remote host deployment 77/39777/2
authorParker Berberian <pberberian@iol.unh.edu>
Mon, 21 Aug 2017 13:36:53 +0000 (09:36 -0400)
committerParker Berberian <pberberian@iol.unh.edu>
Thu, 31 Aug 2017 17:28:58 +0000 (13:28 -0400)
commit03b274f3a653a03bc3314d7fe385f7966c5672b2
tree8b869c91f20907080e91b8cec2efeb830b01b377
parent4dcfbc15841367c963a8dd23f75f45f3c1bcb0e3
Bash scripts for remote host deployment

JIRA: N/A

Adds various scripts into hostscripts/ to make the deployment
easier.
The whole hostscripts directory is copied to the remote host during
deployment.
mkDisks will create needed virtual disks
vncAllow punches a hole in the firewall to allow a vnc connection
    (useful for debugging)
ipnat.sh uses iptables to NAT out an isolated virtual machine
    to access horizon, for example

Change-Id: I25c23c0c4893838e58ba1cd7baaa5347de4ef47f
Signed-off-by: Parker Berberian <pberberian@iol.unh.edu>
tools/laas-fog/hostScripts/ipnat.sh [new file with mode: 0755]
tools/laas-fog/hostScripts/mkDisks.sh [new file with mode: 0755]
tools/laas-fog/hostScripts/vncAllow.sh [new file with mode: 0755]