From 3d02b9c1544363c6bd8f3aa848766e3bbd642423 Mon Sep 17 00:00:00 2001 From: Jannik Schönartz Date: Wed, 23 Jan 2019 16:50:34 +0100 Subject: Seperate config from the python script Seperate the server calls in a config file. Small thrift call bugfix Small layout fixes --- bwlp.config | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 bwlp.config (limited to 'bwlp.config') diff --git a/bwlp.config b/bwlp.config new file mode 100644 index 0000000..207f2ca --- /dev/null +++ b/bwlp.config @@ -0,0 +1,20 @@ +# ping name host +# https name host +# thrift name host port SAT/MASTER +# tftp name host port filename +https Masterserver HTTPS Service https://bwlp-masterserver.ruf.uni-freiburg.de +https Fail Test 5121236 +https Fail Test https://www.amazony.de/ +ping Masterserver IP Ping 132.230.4.16 +ping Fileserver Ping files.bwlp.ks.uni-freiburg.de +ping Backup fileserver Ping bwlp-backup.ruf.uni-freiburg.de +ping Ping Fail 0.0.0.1 +thrift Thrift SAT 132.230.8.192 9090 SAT +thrift Thrift MASTER 132.230.4.16 9090 MASTER +thrift Thrift MASTER 132.230.4.16 9091 MASTER +ping BAS Ping bas.intra.uni-freiburg.de +ping yc 127.0.0.2 +ping yx 127.0.0.3 +tftp TFTP bwlp lpxelinux bwlp-pxe.ruf.uni-freiburg.de 69 lpxelinux.0 +tftp TFTP bas ipxe bas.intra.uni-freiburg.de 69 ipxe.0 +tftp TFTP bas fail test bas.intra.uni-freiburg.de 69 failtest.0 -- cgit v1.2.3-55-g7522