blob: aba79ae0a236e09e8fba94f7d304a7c5f817926c [file] [log] [blame]
def install(machine):
hostname, user, passwd, port = parse_machine(machine, ssh_user,
ssh_port, ssh_pass)
host = hosts.create_host(hostname, user=user, port=port, initialize=False,
password=passwd, auto_monitor=False)
host.machine_install()
job.parallel_simple(install, machines, log=False)