Commit Graph

3 Commits (261ea1fe167568472d4468a1bdba2cd8feec767e)

Author SHA1 Message Date
Dustin C. Hatch 380aa823d9 startvms: Correct final exit code 2014-12-03 22:55:39 -06:00
Dustin C. Hatch 84b66c8411 startvms: Support IPv6 services as well
Using the `socket.create_connection` function to attempt to connect to the
network service allows both IPv4 and IPv6 support, as the function tries both
families internally and returns the first socket to succeed.

--HG--
extra : amend_source : 6a0e3b9c90f6caff94290125072d50fe97aa312e
2014-12-03 21:43:21 -06:00
Dustin C. Hatch 5fa572cb72 startvms: Script to start VMs after a network service comes up
This script waits for a network service on a remote host (default LDAP on
Arcturus) to become available and then starts one or more virtual machines. It
is used on Atria to start Bellatrix and Rigel, since they need Active
Directory to be up in order to boot correctly.
2014-12-03 19:05:53 -06:00