From 5fb46d07a3ea64cf299b33b3d52483f1e9ef2695 Mon Sep 17 00:00:00 2001 From: Kirk Webb Date: Sun, 4 Jan 2004 00:28:52 +0000 Subject: [PATCH] oops - comment out allowed nodes list now. --- tbsetup/plab/libplab.py.in | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/tbsetup/plab/libplab.py.in b/tbsetup/plab/libplab.py.in index bd0a01b20..6766920eb 100644 --- a/tbsetup/plab/libplab.py.in +++ b/tbsetup/plab/libplab.py.in @@ -54,11 +54,12 @@ MAGIC_INET_GATEWAYS = ("205.124.249.123", "205.124.249.113") LOCAL_PLAB_DOMAIN = ".flux.utah.edu" LOCAL_PLAB_LINKTYPE = "pcplabinet2" # right now these are the only 2.0 machines running the new slice interface: -ALLOWED_NODES = ('198.78.49.59', '18.31.0.213', '169.229.50.85', - '169.229.50.89', '128.112.152.124', '12.46.129.23', - '64.41.221.196', '132.239.17.226', '128.223.6.113', - '128.208.4.199', '128.2.198.199', '155.98.35.2', - '155.98.35.3') +#ALLOWED_NODES = ('198.78.49.59', '18.31.0.213', '169.229.50.85', +# '169.229.50.89', '128.112.152.124', '12.46.129.23', +# '64.41.221.196', '132.239.17.226', '128.223.6.113', +# '128.208.4.199', '128.2.198.199', '155.98.35.2', +# '155.98.35.3') +ALLOWED_NODES = () NUMVNODES = 20 PLABNODE = "@prefix@/sbin/plabnode" -- GitLab