
Initial submission for a Python-based virtualbox installer for StarlingX Co-Authored-By: Ovidiu.Poncea <ovidiu.poncea@windriver.com> Co-Authored-By: Wei Zhou <wei.zhou@windriver.com> Co-Authored-By: William Jia <william.jia@windriver.com> Co-Authored-By: Sebastien Papineau <sebastien.papineau@windriver.com> Co-Authored-By: Timothy Mather <timothy.mather@windriver.com> Co-Authored-By: Paul Buzuloiu <paul.buzuloiu@windriver.com> DocImpact Story: 2005051 Task: 29552 Signed-off-by: Maria Yousaf <maria.yousaf@windriver.com> Change-Id: Iad5b6d8103886d7eeeab7bf2782eca4adb95e3e6
16 lines
279 B
Python
16 lines
279 B
Python
#!/usr/bin/python3
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
|
|
class HostTimeout:
|
|
CONTROLLER_UNLOCK = 3600+1800
|
|
REBOOT = 900
|
|
INSTALL = 3600
|
|
LAB_INSTALL = 3600
|
|
HOST_INSTALL = 3600
|
|
LAB_CONFIG = 5400
|
|
INSTALL_PATCHES = 900
|
|
NETWORKING_OPERATIONAL = 60
|