XFSQA: add per host config files.
authorNiv Sardi <xaiki@sgi.com>
Fri, 26 Oct 2007 04:12:30 +0000 (04:12 +0000)
committerNiv Sardi <xaiki@sgi.com>
Fri, 26 Oct 2007 04:12:30 +0000 (04:12 +0000)
This commit adds the config files needed by the former commit.

SGI-Git-Id: f8cdf13f2744d3692639297404cb9d058c6c5665
SGI-Git-author: Niv Sardi-Altivanik  <xaiki@chook.melbourne.sgi.com>
SGI-Git-date: Thu, 25 Oct 2007 13:43:59 +1000
Merge of master-melb:xfs-cmds:29963a by kenmcd.

47 files changed:
configs/134.14.54.86.config [new file with mode: 0644]
configs/bongo.config [new file with mode: 0644]
configs/break.config [new file with mode: 0644]
configs/bruce.config [new file with mode: 0644]
configs/burst.config [new file with mode: 0644]
configs/carrot.config [new file with mode: 0644]
configs/chapter11.config [new file with mode: 0644]
configs/chook.config [new file with mode: 0644]
configs/cocky.config [new file with mode: 0644]
configs/crackle.config [new file with mode: 0644]
configs/cxfsirix1.config [new file with mode: 0644]
configs/dassi.config [new file with mode: 0644]
configs/dmfnt2.config [new file with mode: 0644]
configs/dribble.config [new file with mode: 0644]
configs/emu.config [new file with mode: 0644]
configs/flame.config [new file with mode: 0644]
configs/frodo.config [new file with mode: 0644]
configs/galah.config [new file with mode: 0644]
configs/gaspode.config [new file with mode: 0644]
configs/giro.config [new file with mode: 0644]
configs/goldfish.config [new file with mode: 0644]
configs/gonzo1.config [new file with mode: 0644]
configs/growler.config [new file with mode: 0644]
configs/hammer.config [new file with mode: 0644]
configs/hellfire.config [new file with mode: 0644]
configs/howler.config [new file with mode: 0644]
configs/indra.config [new file with mode: 0644]
configs/kermit1.config [new file with mode: 0644]
configs/lab343.config [new file with mode: 0644]
configs/linux-chatz.config [new file with mode: 0644]
configs/lite.config [new file with mode: 0644]
configs/lumpy.config [new file with mode: 0644]
configs/mallet.config [new file with mode: 0644]
configs/melt.config [new file with mode: 0644]
configs/molten.config [new file with mode: 0644]
configs/nobbs.config [new file with mode: 0644]
configs/permit.config [new file with mode: 0644]
configs/puffy.config [new file with mode: 0644]
configs/rizzo1.config [new file with mode: 0644]
configs/rooster.config [new file with mode: 0644]
configs/rosella.config [new file with mode: 0644]
configs/scaly.config [new file with mode: 0644]
configs/screamer.config [new file with mode: 0644]
configs/surly.config [new file with mode: 0644]
configs/tinkle.config [new file with mode: 0644]
configs/usermode.config [new file with mode: 0644]
configs/vimes.config [new file with mode: 0644]

diff --git a/configs/134.14.54.86.config b/configs/134.14.54.86.config
new file mode 100644 (file)
index 0000000..c2fec06
--- /dev/null
@@ -0,0 +1,8 @@
+# Autogenerated config for host 134.14.54.86, by xaiki's hack.pl
+#The IP for file system resource on HA cluster.
+EMAIL="leenap@sgi.com"
+[ -z "$TEST_DIR" ] && TEST_DIR=/mnt/test
+[ -z "$TEST_DEV" ] && TEST_DEV=/dev/lxvm/test
+[ -z "$SCRATCH_MNT" ] && SCRATCH_MNT=/mnt/scratch
+[ -z "$SCRATCH_DEV" ] && SCRATCH_DEV=/dev/lxvm/scratch
+
diff --git a/configs/bongo.config b/configs/bongo.config
new file mode 100644 (file)
index 0000000..d972181
--- /dev/null
@@ -0,0 +1,8 @@
+# Autogenerated config for host bongo, by xaiki's hack.pl
+TEST_DEV=/dev/hda8
+TEST_DIR=/xfs1
+SCRATCH_DEV=/dev/hda9
+SCRATCH_MNT=/xfs2
+SCRATCH_LOGDEV=/dev/hda10
+SCRATCH_RTDEV=/dev/hda11
+
diff --git a/configs/break.config b/configs/break.config
new file mode 100644 (file)
index 0000000..64f6d59
--- /dev/null
@@ -0,0 +1,10 @@
+# Autogenerated config for host break, by xaiki's hack.pl
+MODULAR=1
+EMAIL="nathans@larry"
+SCRATCH_MNT=/mnt/scratch
+#SCRATCH_DEV=/dev/sda6
+SCRATCH_DEV=budgie:/mnt/scratch
+TEST_DIR=/mnt/test
+#TEST_DEV=/dev/sda5
+TEST_DEV=budgie:/mnt/test
+
diff --git a/configs/bruce.config b/configs/bruce.config
new file mode 100644 (file)
index 0000000..f4f37c4
--- /dev/null
@@ -0,0 +1,16 @@
+# Autogenerated config for host bruce, by xaiki's hack.pl
+MODULAR=0
+EMAIL="nathans@larry"
+SCRATCH_MNT=/mnt/scratch
+SCRATCH_DEV=/dev/sdb5
+SCRATCH_RTDEV=/dev/sdc1
+SCRATCH_LOGDEV=/dev/ram0
+TEST_DIR=/mnt/test
+TEST_DEV=/dev/sdc3
+TEST_RTDEV=/dev/sdb6
+TEST_LOGDEV=/dev/ram1
+#TAPE_DEV=/dev/st0
+#RMT_TAPE_DEV=bruce:/dev/st0
+#RMT_IRIXTAPE_DEV=snort:/dev/tape
+#RMT_TAPE_USER=guest
+
diff --git a/configs/burst.config b/configs/burst.config
new file mode 100644 (file)
index 0000000..95bb09d
--- /dev/null
@@ -0,0 +1,6 @@
+# Autogenerated config for host burst, by xaiki's hack.pl
+TEST_DIR=/xfs
+TEST_DEV=/dev/hda3
+SCRATCH_DEV=/dev/hda7
+SCRATCH_MNT=/scratch
+
diff --git a/configs/carrot.config b/configs/carrot.config
new file mode 100644 (file)
index 0000000..26f8e49
--- /dev/null
@@ -0,0 +1,12 @@
+# Autogenerated config for host carrot, by xaiki's hack.pl
+#dedicated qa machine, used to be dribble
+MODULAR=0
+EMAIL="ddiss@sgi.com"
+TEST_DIR=/mnt/test
+TEST_DEV=/dev/dsk/dks0d2s0
+SCRATCH_MNT=/mnt/scratch
+SCRATCH_DEV=/dev/dsk/dks0d2s6
+#TAPE_DEV=/dev/tape
+#RMT_TAPE_DEV=icy:/dev/st0
+#RMT_TAPE_USER=guest
+
diff --git a/configs/chapter11.config b/configs/chapter11.config
new file mode 100644 (file)
index 0000000..70039e4
--- /dev/null
@@ -0,0 +1,11 @@
+# Autogenerated config for host chapter11, by xaiki's hack.pl
+[ -z "$MODULAR" ] && MODULAR=1
+EMAIL="ddiss@sgi.com"
+[ -z "$TEST_DIR" ] && TEST_DIR=/mnt/test
+[ -z "$TEST_DEV" ] && TEST_DEV=/dev/sdb5
+[ -z "$TEST_LOGDEV" ] && TEST_LOGDEV=/dev/sdb7
+[ -z "$SCRATCH_MNT" ] && SCRATCH_MNT=/mnt/scratch
+[ -z "$SCRATCH_DEV" ] && SCRATCH_DEV=/dev/sdb6
+[ -z "$SCRATCH_LOGDEV" ] && SCRATCH_LOGDEV=/dev/sdb8
+[ -z "$SCRATCH_RTDEV" ] && SCRATCH_RTDEV=/dev/sdb9
+
diff --git a/configs/chook.config b/configs/chook.config
new file mode 100644 (file)
index 0000000..64f6d59
--- /dev/null
@@ -0,0 +1,10 @@
+# Autogenerated config for host break, by xaiki's hack.pl
+MODULAR=1
+EMAIL="nathans@larry"
+SCRATCH_MNT=/mnt/scratch
+#SCRATCH_DEV=/dev/sda6
+SCRATCH_DEV=budgie:/mnt/scratch
+TEST_DIR=/mnt/test
+#TEST_DEV=/dev/sda5
+TEST_DEV=budgie:/mnt/test
+
diff --git a/configs/cocky.config b/configs/cocky.config
new file mode 100644 (file)
index 0000000..0d2e432
--- /dev/null
@@ -0,0 +1,15 @@
+# Autogenerated config for host cocky, by xaiki's hack.pl
+MODULAR=1
+EMAIL="ajones@sgi.com"
+TEST_DIR=/mnt/test
+TEST_DEV=/dev/sdb1
+TEST_LOGDEV=/dev/sdb3
+SCRATCH_MNT=/mnt/scratch
+SCRATCH_DEV=/dev/sdb2
+SCRATCH_LOGDEV=/dev/sdb4
+#SCRATCH_RTDEV=/dev/sdb5
+TAPE_DEV=/dev/st0
+#RMT_IRIXTAPE_DEV=snort:/dev/tape
+#RMT_TAPE_DEV=icy:/dev/st0
+#RMT_TAPE_USER=guest
+
diff --git a/configs/crackle.config b/configs/crackle.config
new file mode 100644 (file)
index 0000000..ee3c0da
--- /dev/null
@@ -0,0 +1,7 @@
+# Autogenerated config for host crackle, by xaiki's hack.pl
+#irix-crackle
+TEST_DIR=/mnt/xfs
+SCRATCH_MNT=/mnt/xfs2
+TEST_DEV=/dev/dsk/dks0d1s3
+SCRATCH_DEV=/dev/dsk/dks0d1s4
+
diff --git a/configs/cxfsirix1.config b/configs/cxfsirix1.config
new file mode 100644 (file)
index 0000000..c36568a
--- /dev/null
@@ -0,0 +1,7 @@
+# Autogenerated config for host cxfsirix1, by xaiki's hack.pl
+EMAIL="ajones@sgi.com"
+TEST_DIR=/mnt/xfs_test0
+TEST_DEV=/dev/cxvm/xfs_test0
+SCRATCH_MNT=/mnt/xfs_test1
+SCRATCH_DEV=/dev/cxvm/xfs_test1
+
diff --git a/configs/dassi.config b/configs/dassi.config
new file mode 100644 (file)
index 0000000..638c06a
--- /dev/null
@@ -0,0 +1,8 @@
+# Autogenerated config for host dassi, by xaiki's hack.pl
+MODULAR=0
+EMAIL="ddiss@sgi.com"
+TEST_DIR=/mnt/test
+TEST_DEV=/dev/dsk/dks0d2s0
+SCRATCH_MNT=/mnt/scratch
+SCRATCH_DEV=/dev/dsk/dks0d2s1
+
diff --git a/configs/dmfnt2.config b/configs/dmfnt2.config
new file mode 100644 (file)
index 0000000..de6af2e
--- /dev/null
@@ -0,0 +1,10 @@
+# Autogenerated config for host dmfnt2, by xaiki's hack.pl
+TEST_DEV=/dev/sda6
+TEST_DIR=/mnt/test
+SCRATCH_DEV=/dev/sdc6
+SCRATCH_MNT=/mnt/scratch
+TAPE_DEV=/dev/st0
+RMT_TAPE_DEV=longhorn:/dev/tape
+# RMT_IRIXTAPE_DEV=longhorn:/dev/tape
+RMT_TAPE_USER=guest
+
diff --git a/configs/dribble.config b/configs/dribble.config
new file mode 100644 (file)
index 0000000..b548b8e
--- /dev/null
@@ -0,0 +1,12 @@
+# Autogenerated config for host dribble, by xaiki's hack.pl
+#dedicated qa machine
+MODULAR=0
+EMAIL="ddiss@sgi.com"
+TEST_DIR=/mnt/test
+TEST_DEV=/dev/dsk/dks0d2s0
+SCRATCH_MNT=/mnt/scratch
+SCRATCH_DEV=/dev/dsk/dks0d2s6
+#TAPE_DEV=/dev/tape
+#RMT_TAPE_DEV=icy:/dev/st0
+#RMT_TAPE_USER=guest
+
diff --git a/configs/emu.config b/configs/emu.config
new file mode 100644 (file)
index 0000000..493106a
--- /dev/null
@@ -0,0 +1,8 @@
+# Autogenerated config for host emu, by xaiki's hack.pl
+MODULAR=0
+EMAIL="vapo@sgi.com"
+TEST_DIR=/mnt/test
+TEST_DEV=/dev/sdb1
+SCRATCH_MNT=/mnt/scratch1
+SCRATCH_DEV=/dev/sdb2
+
diff --git a/configs/flame.config b/configs/flame.config
new file mode 100644 (file)
index 0000000..ad44006
--- /dev/null
@@ -0,0 +1,9 @@
+# Autogenerated config for host flame, by xaiki's hack.pl
+#dedicated qa machine (has some values already set)
+[ -z "$MODULAR" ] && MODULAR=1
+EMAIL="ddiss@sgi.com"
+[ -z "$TEST_DIR" ] && TEST_DIR=/mnt/xfs_test
+[ -z "$TEST_DEV" ] && TEST_DEV=/dev/lxvm/xfs_test
+[ -z "$SCRATCH_MNT" ] && SCRATCH_MNT=/mnt/xfs_scratch
+[ -z "$SCRATCH_DEV" ] && SCRATCH_DEV=/dev/lxvm/xfs_scratch
+
diff --git a/configs/frodo.config b/configs/frodo.config
new file mode 100644 (file)
index 0000000..a8c262c
--- /dev/null
@@ -0,0 +1,9 @@
+# Autogenerated config for host frodo, by xaiki's hack.pl
+MODULAR=0
+EMAIL="nathans@larry"
+TEST_DEV=/dev/hda6
+TEST_DIR=/mnt/test
+SCRATCH_DEV=/dev/hda7
+SCRATCH_MNT=/mnt/scratch
+SCRATCH_LOGDEV=/dev/hda9
+
diff --git a/configs/galah.config b/configs/galah.config
new file mode 100644 (file)
index 0000000..dc4c835
--- /dev/null
@@ -0,0 +1,10 @@
+# Autogenerated config for host galah, by xaiki's hack.pl
+MODULAR=1
+EMAIL="ddiss@sgi.com"
+[ -z "$TEST_DIR" ] && TEST_DIR=/mnt/test
+[ -z "$TEST_DEV" ] && TEST_DEV=/dev/sdb1
+[ -z "$TEST_LOGDEV" ] && TEST_LOGDEV=/dev/sdb3
+[ -z "$SCRATCH_MNT" ] && SCRATCH_MNT=/mnt/scratch
+[ -z "$SCRATCH_DEV" ] && SCRATCH_DEV=/dev/sdb2
+[ -z "$SCRATCH_LOGDEV" ] && SCRATCH_LOGDEV=/dev/sdb4
+
diff --git a/configs/gaspode.config b/configs/gaspode.config
new file mode 100644 (file)
index 0000000..8d7f939
--- /dev/null
@@ -0,0 +1,13 @@
+# Autogenerated config for host gaspode, by xaiki's hack.pl
+#dedicated qa machine (has some values already set)
+[ -z "$MODULAR" ] && MODULAR=1
+EMAIL="ddiss@sgi.com"
+[ -z "$TEST_DIR" ] && TEST_DIR=/mnt/test
+[ -z "$TEST_DEV" ] && TEST_DEV=/dev/sdb1
+[ -z "$TEST_LOGDEV" ] && TEST_LOGDEV=/dev/sdb3
+[ -z "$SCRATCH_MNT" ] && SCRATCH_MNT=/mnt/scratch
+[ -z "$SCRATCH_DEV" ] && SCRATCH_DEV=/dev/sdb2
+[ -z "$SCRATCH_LOGDEV" ] && SCRATCH_LOGDEV=/dev/sdb4
+[ -z "$SCRATCH_RTDEV" ] && SCRATCH_RTDEV=/dev/sdb5
+[ -z "$TAPE_DEV" ] && TAPE_DEV=/dev/st0
+
diff --git a/configs/giro.config b/configs/giro.config
new file mode 100644 (file)
index 0000000..cab8b56
--- /dev/null
@@ -0,0 +1,11 @@
+# Autogenerated config for host giro, by xaiki's hack.pl
+MODULAR=0
+EMAIL="ddiss@sgi.com"
+TEST_DIR=/mnt/test
+TEST_DEV=/dev/dsk/dks0d2s0
+SCRATCH_MNT=/mnt/scratch
+SCRATCH_DEV=/dev/dsk/dks0d2s6
+#TAPE_DEV=/dev/tape
+#RMT_TAPE_DEV=icy:/dev/st0
+#RMT_TAPE_USER=guest
+
diff --git a/configs/goldfish.config b/configs/goldfish.config
new file mode 100644 (file)
index 0000000..94f5fc8
--- /dev/null
@@ -0,0 +1,8 @@
+# Autogenerated config for host goldfish, by xaiki's hack.pl
+MODULAR=0
+TEST_DEV=/dev/hdc1
+TEST_DIR=/mnt/xfs0
+SCRATCH_DEV=/dev/hdc2
+SCRATCH_MNT=/mnt/xfs1
+SCRATCH_LOGDEV=/dev/hdc3
+
diff --git a/configs/gonzo1.config b/configs/gonzo1.config
new file mode 100644 (file)
index 0000000..e6d807b
--- /dev/null
@@ -0,0 +1,10 @@
+# Autogenerated config for host gonzo1, by xaiki's hack.pl
+EMAIL="leenap@sgi.com"
+[ -z "$TEST_DIR" ] && TEST_DIR=/mnt/xfs_test
+[ -z "$TEST_DEV" ] && TEST_DEV=/dev/lxvm/xfs_test
+[ -z "$TEST_LOGDEV" ] && TEST_LOGDEV=/dev/sdb1
+[ -z "$SCRATCH_MNT" ] && SCRATCH_MNT=/mnt/xfs_scratch
+[ -z "$SCRATCH_DEV" ] && SCRATCH_DEV=/dev/lxvm/xfs_scratch
+[ -z "$SCRATCH_LOGDEV" ] && SCRATCH_LOGDEV=/dev/sdb2
+[ -z "$SCRATCH_RTDEV" ] && SCRATCH_RTDEV=/dev/sdb3
+
diff --git a/configs/growler.config b/configs/growler.config
new file mode 100644 (file)
index 0000000..bf99b05
--- /dev/null
@@ -0,0 +1,10 @@
+# Autogenerated config for host growler, by xaiki's hack.pl
+[ -z "$MODULAR" ] && MODULAR=1
+EMAIL="ddiss@sgi.com"
+[ -z "$TEST_DIR" ] && TEST_DIR=/mnt/test
+[ -z "$TEST_DEV" ] && TEST_DEV=/dev/sdb1
+[ -z "$TEST_LOGDEV" ] && TEST_LOGDEV=/dev/sdb3
+[ -z "$SCRATCH_MNT" ] && SCRATCH_MNT=/mnt/scratch
+[ -z "$SCRATCH_DEV" ] && SCRATCH_DEV=/dev/sdb2
+[ -z "$SCRATCH_LOGDEV" ] && SCRATCH_LOGDEV=/dev/sdb4
+
diff --git a/configs/hammer.config b/configs/hammer.config
new file mode 100644 (file)
index 0000000..a070f93
--- /dev/null
@@ -0,0 +1,7 @@
+# Autogenerated config for host hammer, by xaiki's hack.pl
+EMAIL="bnaujok@sgi.com"
+TEST_DIR=/mnt/test
+TEST_DEV=/dev/sda5
+SCRATCH_MNT=/mnt/scratch
+SCRATCH_DEV=/dev/sda6
+
diff --git a/configs/hellfire.config b/configs/hellfire.config
new file mode 100644 (file)
index 0000000..7664829
--- /dev/null
@@ -0,0 +1,15 @@
+# Autogenerated config for host hellfire, by xaiki's hack.pl
+MODULAR=1
+EMAIL="ajones@sgi.com"
+TEST_DIR=/mnt/test
+TEST_DEV=/dev/sda3
+TEST_LOGDEV=/dev/sda5
+SCRATCH_MNT=/mnt/scratch
+SCRATCH_DEV=/dev/sda4
+SCRATCH_LOGDEV=/dev/sda6
+#SCRATCH_RTDEV=/dev/sda7
+TAPE_DEV=/dev/st0
+#RMT_IRIXTAPE_DEV=snort:/dev/tape
+#RMT_TAPE_DEV=icy:/dev/st0
+#RMT_TAPE_USER=guest
+
diff --git a/configs/howler.config b/configs/howler.config
new file mode 100644 (file)
index 0000000..47d98c1
--- /dev/null
@@ -0,0 +1,8 @@
+# Autogenerated config for host howler, by xaiki's hack.pl
+[ -z "$MODULAR" ] && MODULAR=1
+EMAIL="allanr@sgi.com"
+[ -z "$TEST_DIR" ] && TEST_DIR=/mnt/test
+[ -z "$TEST_DEV" ] && TEST_DEV=/dev/sdb1
+[ -z "$SCRATCH_MNT" ] && SCRATCH_MNT=/mnt/scratch
+[ -z "$SCRATCH_DEV" ] && SCRATCH_DEV=/dev/sdb2
+
diff --git a/configs/indra.config b/configs/indra.config
new file mode 100644 (file)
index 0000000..dce005e
--- /dev/null
@@ -0,0 +1,6 @@
+# Autogenerated config for host indra, by xaiki's hack.pl
+TEST_DEV=/dev/sdb1
+TEST_DIR=/mnt/xfs0
+SCRATCH_DEV=/dev/sdb2
+SCRATCH_MNT=/mnt/xfs1
+
diff --git a/configs/kermit1.config b/configs/kermit1.config
new file mode 100644 (file)
index 0000000..7d09819
--- /dev/null
@@ -0,0 +1,10 @@
+# Autogenerated config for host kermit1, by xaiki's hack.pl
+EMAIL="mohamedb@sgi.com"
+[ -z "$TEST_DIR" ] && TEST_DIR=/mnt/xfs_test
+[ -z "$TEST_DEV" ] && TEST_DEV=/dev/lxvm/xfs_test
+[ -z "$TEST_LOGDEV" ] && TEST_LOGDEV=/dev/sdb1
+[ -z "$SCRATCH_MNT" ] && SCRATCH_MNT=/mnt/xfs_scratch
+[ -z "$SCRATCH_DEV" ] && SCRATCH_DEV=/dev/lxvm/xfs_scratch
+[ -z "$SCRATCH_LOGDEV" ] && SCRATCH_LOGDEV=/dev/sdb2
+[ -z "$SCRATCH_RTDEV" ] && SCRATCH_RTDEV=/dev/sdb3
+
diff --git a/configs/lab343.config b/configs/lab343.config
new file mode 100644 (file)
index 0000000..4b38d3d
--- /dev/null
@@ -0,0 +1,10 @@
+# Autogenerated config for host lab343, by xaiki's hack.pl
+MODULAR=0
+EMAIL="hch@sgi.com"
+TEST_DEV=/dev/sdb1
+SCRATCH_DEV=/dev/sdb2
+SCRATCH_LOGDEV=/dev/sdb5
+SCRATCH_RTDEV=/dev/sdb6
+TEST_DIR=/qa/test
+SCRATCH_MNT=/qa/scratch
+
diff --git a/configs/linux-chatz.config b/configs/linux-chatz.config
new file mode 100644 (file)
index 0000000..ba762c9
--- /dev/null
@@ -0,0 +1,12 @@
+# Autogenerated config for host linux-chatz, by xaiki's hack.pl
+#vmware on pc-chatz
+MODULAR=1
+EMAIL="chatz@sgi.com"
+USE_EXTERNAL=yes
+TEST_DIR="/mnt/data"
+TEST_DEV=/dev/sdd
+TEST_LOGDEV=/dev/sdb
+SCRATCH_MNT=/mnt/scratch
+SCRATCH_DEV=/dev/sdg
+SCRATCH_LOGDEV=/mnt/sde
+
diff --git a/configs/lite.config b/configs/lite.config
new file mode 100644 (file)
index 0000000..783cd3c
--- /dev/null
@@ -0,0 +1,8 @@
+# Autogenerated config for host lite, by xaiki's hack.pl
+TEST_DEV=/dev/sda1
+TEST_DIR=/mnt/sda1
+SCRATCH_DEV=/dev/sda2
+SCRATCH_MNT=/mnt/sda2
+SCRATCH_LOGDEV=/dev/sda3
+SCRATCH_RTDEV=/dev/sda4
+
diff --git a/configs/lumpy.config b/configs/lumpy.config
new file mode 100644 (file)
index 0000000..321d852
--- /dev/null
@@ -0,0 +1,6 @@
+# Autogenerated config for host lumpy, by xaiki's hack.pl
+TEST_DEV=/dev/sdc5
+TEST_DIR=/mnt/scratch_0
+SCRATCH_DEV=/dev/sdc7
+SCRATCH_MNT=/mnt/scratch_2
+
diff --git a/configs/mallet.config b/configs/mallet.config
new file mode 100644 (file)
index 0000000..197fef5
--- /dev/null
@@ -0,0 +1,7 @@
+# Autogenerated config for host mallet, by xaiki's hack.pl
+MODULAR=1
+TEST_DIR=/mnt/test
+TEST_DEV=/dev/sda3
+SCRATCH_MNT=/mnt/scratch
+SCRATCH_DEV=/dev/sda4
+
diff --git a/configs/melt.config b/configs/melt.config
new file mode 100644 (file)
index 0000000..59bf9fc
--- /dev/null
@@ -0,0 +1,7 @@
+# Autogenerated config for host melt, by xaiki's hack.pl
+MODULAR=1
+TEST_DIR=/mnt/test
+TEST_DEV=/dev/sdb1
+SCRATCH_MNT=/mnt/scratch
+SCRATCH_DEV=/dev/sdb2
+
diff --git a/configs/molten.config b/configs/molten.config
new file mode 100644 (file)
index 0000000..dc8bfea
--- /dev/null
@@ -0,0 +1,8 @@
+# Autogenerated config for host molten, by xaiki's hack.pl
+[ -z "$MODULAR" ] && MODULAR=1
+EMAIL="ddiss@sgi.com"
+[ -z "$TEST_DIR" ] && TEST_DIR=/mnt/test
+[ -z "$TEST_DEV" ] && TEST_DEV=/dev/sdb5
+[ -z "$SCRATCH_MNT" ] && SCRATCH_MNT=/mnt/scratch
+[ -z "$SCRATCH_DEV" ] && SCRATCH_DEV=/dev/sdb6
+
diff --git a/configs/nobbs.config b/configs/nobbs.config
new file mode 100644 (file)
index 0000000..7a3cf2d
--- /dev/null
@@ -0,0 +1,13 @@
+# Autogenerated config for host nobbs, by xaiki's hack.pl
+#dedicated qa machine, used to be porky
+[ -z "$MODULAR" ] && MODULAR=1
+EMAIL="ddiss@sgi.com"
+[ -z "$TEST_DIR" ] && TEST_DIR=/mnt/test
+[ -z "$TEST_DEV" ] && TEST_DEV=/dev/sdb1
+[ -z "$TEST_LOGDEV" ] && TEST_LOGDEV=/dev/sdb3
+[ -z "$SCRATCH_MNT" ] && SCRATCH_MNT=/mnt/scratch
+[ -z "$SCRATCH_DEV" ] && SCRATCH_DEV=/dev/sdb2
+[ -z "$SCRATCH_LOGDEV" ] && SCRATCH_LOGDEV=/dev/sdb4
+#[ -z "$SCRATCH_RTDEV" ] && SCRATCH_RTDEV=/dev/sdb7
+#[ -z "$TAPE_DEV" ] && TAPE_DEV=/dev/st0
+
diff --git a/configs/permit.config b/configs/permit.config
new file mode 100644 (file)
index 0000000..93b5326
--- /dev/null
@@ -0,0 +1,6 @@
+# Autogenerated config for host permit, by xaiki's hack.pl
+TEST_DEV=/dev/sdc1
+TEST_DIR=/mnt/xfs0
+SCRATCH_DEV=/dev/sdd1
+SCRATCH_MNT=/mnt/xfs1
+
diff --git a/configs/puffy.config b/configs/puffy.config
new file mode 100644 (file)
index 0000000..e1f77ae
--- /dev/null
@@ -0,0 +1,9 @@
+# Autogenerated config for host puffy, by xaiki's hack.pl
+MODULAR=1
+EMAIL="tes@sgi.com"
+TEST_DIR=/mnt/test
+TEST_DEV=/dev/sda7
+SCRATCH_MNT=/mnt/scratch
+SCRATCH_DEV=/dev/sda8
+TAPE_DEV=/dev/st0
+
diff --git a/configs/rizzo1.config b/configs/rizzo1.config
new file mode 100644 (file)
index 0000000..d1a55b1
--- /dev/null
@@ -0,0 +1,7 @@
+# Autogenerated config for host rizzo1, by xaiki's hack.pl
+EMAIL="mohamedb@sgi.com"
+TEST_DIR=/mnt/xfs_test
+TEST_DEV=/dev/lxvm/xfs_test
+SCRATCH_MNT=/mnt/xfs_scratch
+SCRATCH_DEV=/dev/lxvm/xfs_scratch
+
diff --git a/configs/rooster.config b/configs/rooster.config
new file mode 100644 (file)
index 0000000..e5a3163
--- /dev/null
@@ -0,0 +1,12 @@
+# Autogenerated config for host rooster, by xaiki's hack.pl
+MODULAR=1
+EMAIL="ajones@sgi.com"
+TEST_DIR=/mnt/test
+TEST_DEV=/dev/sdb1
+SCRATCH_MNT=/mnt/scratch
+SCRATCH_DEV=/dev/sdb2
+TAPE_DEV=/dev/st0
+#RMT_IRIXTAPE_DEV=snort:/dev/tape
+#RMT_TAPE_DEV=icy:/dev/st0
+#RMT_TAPE_USER=guest
+
diff --git a/configs/rosella.config b/configs/rosella.config
new file mode 100644 (file)
index 0000000..3b441bf
--- /dev/null
@@ -0,0 +1,12 @@
+# Autogenerated config for host rosella, by xaiki's hack.pl
+MODULAR=1
+EMAIL="ajones@sgi.com"
+TEST_DIR=/mnt/test
+TEST_DEV=/dev/sdb1
+SCRATCH_MNT=/mnt/scratch
+SCRATCH_DEV=/dev/sdb3
+TAPE_DEV=/dev/st0
+#RMT_IRIXTAPE_DEV=snort:/dev/tape
+#RMT_TAPE_DEV=icy:/dev/st0
+#RMT_TAPE_USER=guest
+
diff --git a/configs/scaly.config b/configs/scaly.config
new file mode 100644 (file)
index 0000000..a6d5510
--- /dev/null
@@ -0,0 +1,9 @@
+# Autogenerated config for host scaly, by xaiki's hack.pl
+EMAIL="bnaujok@sgi.com"
+TEST_DIR=/mnt/test
+TEST_DEV=/dev/sdd3
+#TEST_LOGDEV=/dev/sdd1
+SCRATCH_MNT=/mnt/scratch
+SCRATCH_DEV=/dev/sdd4
+#SCRATCH_LOGDEV=/dev/sdd2
+
diff --git a/configs/screamer.config b/configs/screamer.config
new file mode 100644 (file)
index 0000000..047d64b
--- /dev/null
@@ -0,0 +1,12 @@
+# Autogenerated config for host screamer, by xaiki's hack.pl
+#dedicated qa machine (has some values already set)
+[ -z "$MODULAR" ] && MODULAR=1
+EMAIL="ddiss@sgi.com"
+[ -z "$TEST_DIR" ] && TEST_DIR=/mnt/test
+[ -z "$TEST_DEV" ] && TEST_DEV=/dev/sdb1
+#[ -z "$TEST_LOGDEV" ] && TEST_LOGDEV=/dev/sdb3
+[ -z "$SCRATCH_MNT" ] && SCRATCH_MNT=/mnt/scratch
+[ -z "$SCRATCH_DEV" ] && SCRATCH_DEV=/dev/sdb2
+#[ -z "$SCRATCH_LOGDEV" ] && SCRATCH_LOGDEV=/dev/sdb4
+#[ -z "$SCRATCH_RTDEV" ] && SCRATCH_RTDEV=/dev/sdb5
+
diff --git a/configs/surly.config b/configs/surly.config
new file mode 100644 (file)
index 0000000..67c69a3
--- /dev/null
@@ -0,0 +1,11 @@
+# Autogenerated config for host surly, by xaiki's hack.pl
+TEST_DEV=/dev/hda9
+TEST_DIR=/mnt/xfs1
+SCRATCH_DEV=/dev/hda8
+SCRATCH_MNT=/mnt/xfs0
+SCRATCH_LOGDEV=/dev/hda10
+TAPE_DEV=/dev/st0
+RMT_TAPE_DEV=fuzzy:/dev/st0
+RMT_IRIXTAPE_DEV=blub:/dev/tape
+RMT_TAPE_USER=guest
+
diff --git a/configs/tinkle.config b/configs/tinkle.config
new file mode 100644 (file)
index 0000000..5b534e8
--- /dev/null
@@ -0,0 +1,7 @@
+# Autogenerated config for host tinkle, by xaiki's hack.pl
+#irix-patchbox-tinkle
+TEST_DEV=/dev/dsk/dks0d2s0
+TEST_DIR=/mnt/xfs_test
+SCRATCH_DEV=/dev/dsk/dks0d2s1
+SCRATCH_MNT=/mnt/xfs_scratch
+
diff --git a/configs/usermode.config b/configs/usermode.config
new file mode 100644 (file)
index 0000000..12734a3
--- /dev/null
@@ -0,0 +1,8 @@
+# Autogenerated config for host usermode, by xaiki's hack.pl
+TEST_DEV=/dev/ubd/1
+TEST_DIR=/mnt/test
+SCRATCH_DEV=/dev/ubd/2
+SCRATCH_MNT=/mnt/scratch
+SCRATCH_RTDEV=/dev/ubd/3
+SCRATCH_LOGDEV=/dev/ubd/4
+
diff --git a/configs/vimes.config b/configs/vimes.config
new file mode 100644 (file)
index 0000000..afc129b
--- /dev/null
@@ -0,0 +1,12 @@
+# Autogenerated config for host vimes, by xaiki's hack.pl       
+# dedicated qa machine, used to be sheila
+[ -z "$MODULAR" ] && MODULAR=1
+EMAIL="ddiss@sgi.com"
+[ -z "$TEST_DIR" ] && TEST_DIR=/mnt/test
+[ -z "$TEST_DEV" ] && TEST_DEV=/dev/hdb1
+[ -z "$TEST_LOGDEV" ] && TEST_LOGDEV=/dev/hdb3
+[ -z "$SCRATCH_MNT" ] && SCRATCH_MNT=/mnt/scratch
+[ -z "$SCRATCH_DEV" ] && SCRATCH_DEV=/dev/hdb2
+[ -z "$SCRATCH_LOGDEV" ] && SCRATCH_LOGDEV=/dev/hdb4
+[ -z "$SCRATCH_RTDEV" ] && SCRATCH_RTDEV=/dev/sdb5
+