From: Thierry Parmentelat Date: Fri, 20 Dec 2013 10:08:34 +0000 (+0100) Subject: turn off gotan for now X-Git-Tag: tests-5.3-2~57 X-Git-Url: http://git.onelab.eu/?p=tests.git;a=commitdiff_plain;h=45571868d086f2247eab2990c3fdd2c58d256ab4 turn off gotan for now --- diff --git a/system/LocalSubstrate.inria.py b/system/LocalSubstrate.inria.py index a171588..76ac30e 100755 --- a/system/LocalSubstrate.inria.py +++ b/system/LocalSubstrate.inria.py @@ -31,7 +31,8 @@ class OnelabSubstrate (Substrate): # the lxc-capable box for PLCs def plc_lxc_boxes_spec (self): return [ - ('gotan', 10), # how many plcs max in this box +# gotan has fsck issues and is being reinstalled under f20 +# ('gotan', 10), # how many plcs max in this box ('deathvegas', 10), ]