Bash scripts for remote host deployment
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)
commite243df801972a35c790a49d5e1d6f7fe2a460209
tree766d12493de89b9b1a7d71ea7fc0715cce050306
parent8cf39da713ef6921d8513ac9c777a312cf2dc324
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>
laas-fog/hostScripts/ipnat.sh [new file with mode: 0755]
laas-fog/hostScripts/mkDisks.sh [new file with mode: 0755]
laas-fog/hostScripts/vncAllow.sh [new file with mode: 0755]