summaryrefslogtreecommitdiffstats
path: root/config-db/OpenSLX/AttributeRoster.pm
diff options
context:
space:
mode:
authorschmelzs2010-01-12 14:49:44 +0100
committerschmelzs2010-01-12 14:49:44 +0100
commit527219e9cc9de99fc74e46f4dc23fbd1a0b5da58 (patch)
treeca259e5d540a4bcaff0c0de4920f381e70e35ecc /config-db/OpenSLX/AttributeRoster.pm
parentMerge branch 'master' of git@openslx.org:openslx (diff)
downloadcore-527219e9cc9de99fc74e46f4dc23fbd1a0b5da58.tar.gz
core-527219e9cc9de99fc74e46f4dc23fbd1a0b5da58.tar.xz
core-527219e9cc9de99fc74e46f4dc23fbd1a0b5da58.zip
added pbs stuff
Diffstat (limited to 'config-db/OpenSLX/AttributeRoster.pm')
-rw-r--r--config-db/OpenSLX/AttributeRoster.pm14
1 files changed, 13 insertions, 1 deletions
diff --git a/config-db/OpenSLX/AttributeRoster.pm b/config-db/OpenSLX/AttributeRoster.pm
index f039d20e..88d6295f 100644
--- a/config-db/OpenSLX/AttributeRoster.pm
+++ b/config-db/OpenSLX/AttributeRoster.pm
@@ -71,8 +71,10 @@ sub _init
generates a set of images (see preboot_media) that can
be used to remotely boot the systems referred to by
this client
+ pbs
+ preboot server (experimental)
End-of-Here
- content_regex => qr{^(pxe|preboot)$},
+ content_regex => qr{^(pxe|preboot|pbs)$},
content_descr => '"pxe" or "preboot"',
default => 'pxe',
},
@@ -141,6 +143,16 @@ sub _init
content_descr => undef,
default => '',
},
+ 'preboot_server' => {
+ applies_to_systems => 0,
+ applies_to_clients => 1,
+ description => unshiftHereDoc(<<' End-of-Here'),
+ !!experimental!! specifies location of openslx-preboot-server
+ End-of-Here
+ content_regex => undef,
+ content_descr => undef,
+ default => '',
+ },
'ramfs_fsmods' => {
applies_to_systems => 1,
applies_to_clients => 0,