blob: 20d69441460b2db10e6550d6b4b32bbb343c52b4 [file] [log] [blame]
mbligh084bc172008-10-18 14:02:45 +00001def install(machine):
Eric Li7edb3042011-01-06 17:57:17 -08002 host = hosts.create_host(machine, initialize=False, auto_monitor=False)
mbligh084bc172008-10-18 14:02:45 +00003 host.machine_install()
4
mbligh54931292008-11-23 14:35:51 +00005
mbligh084bc172008-10-18 14:02:45 +00006job.parallel_simple(install, machines, log=False)