From: Denis V. Meltsaykin Date: Tue, 19 May 2015 10:35:44 +0000 (+0300) Subject: Small fix for development releases X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=cce4a4f73561c5b2213b837f832fb3dd242136a8;p=tools%2Fsustaining.git Small fix for development releases Set explicitly showmenu=no, as in some builds the menu is activated This fixes broken autoinstall of some builds (#425, #433 ...) Small change in clocksource option, looks like this makes VMs more stable. Change-Id: I404e85eefc01f19d513ab6cfa03691a7735f3309 --- diff --git a/jenkins/build_cluster.py b/jenkins/build_cluster.py index 7420174..7e25cd6 100755 --- a/jenkins/build_cluster.py +++ b/jenkins/build_cluster.py @@ -305,8 +305,8 @@ def start_node(name, admin=False): - - + + destroy restart @@ -423,6 +423,7 @@ def send_keys(instance): " netmask={netmask}\n" " gw={gw}\n" " dns1={gw}\n" + " showmenu=no\n" " \n" ).format( ip=str(cfg["ADMIN_SUBNET"].ip + 2),