summaryrefslogtreecommitdiffstats
path: root/config-db
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-08-11 15:50:03 +0200
committerDirk von Suchodoletz2009-08-11 15:50:03 +0200
commit298c5df775c45a44d79fbea9c33f9c53e027fc8d (patch)
treec71271eff9085d9f54c764714ceb46e3840c7e5e /config-db
parentAdding creation of run-virt.include (independent of found removable (diff)
downloadcore-298c5df775c45a44d79fbea9c33f9c53e027fc8d.tar.gz
core-298c5df775c45a44d79fbea9c33f9c53e027fc8d.tar.xz
core-298c5df775c45a44d79fbea9c33f9c53e027fc8d.zip
Some experimental stuff (dont use yet) ...
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3073 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'config-db')
-rw-r--r--config-db/OpenSLX/AttributeRoster.pm10
-rw-r--r--config-db/OpenSLX/DBSchema.pm3
2 files changed, 13 insertions, 0 deletions
diff --git a/config-db/OpenSLX/AttributeRoster.pm b/config-db/OpenSLX/AttributeRoster.pm
index da7bf960..a33a245b 100644
--- a/config-db/OpenSLX/AttributeRoster.pm
+++ b/config-db/OpenSLX/AttributeRoster.pm
@@ -171,6 +171,16 @@ sub _init
content_descr => 'a space-separated list of NIC modules',
default => 'forcedeth e1000 e100 tg3 via-rhine r8169 pcnet32',
},
+ 'hw_local_disk' => {
+ applies_to_systems => 1,
+ applies_to_clients => 1,
+ description => unshiftHereDoc(<<' End-of-Here'),
+ how to handle local disk deploament - no/slx-only/all
+ End-of-Here
+ content_regex => undef,
+ content_descr => 'how to handle local disk (no/slx-only/all)',
+ default => 'all',
+ },
'scratch' => {
applies_to_systems => 1,
applies_to_clients => 1,
diff --git a/config-db/OpenSLX/DBSchema.pm b/config-db/OpenSLX/DBSchema.pm
index b4130e15..d3e7573b 100644
--- a/config-db/OpenSLX/DBSchema.pm
+++ b/config-db/OpenSLX/DBSchema.pm
@@ -370,6 +370,7 @@ sub _schemaUpgradeDBFrom
'attr_country',
'attr_dm_allow_shutdown',
'attr_hw_graphic',
+ 'attr_hw_local_disk',
'attr_hw_monitor',
'attr_hw_mouse',
'attr_late_dm',
@@ -442,6 +443,7 @@ sub _schemaUpgradeDBFrom
'attr_country',
'attr_dm_allow_shutdown',
'attr_hw_graphic',
+ 'attr_hw_local_disk',
'attr_hw_monitor',
'attr_hw_mouse',
'attr_late_dm',
@@ -509,6 +511,7 @@ sub _schemaUpgradeDBFrom
'attr_country',
'attr_dm_allow_shutdown',
'attr_hw_graphic',
+ 'attr_hw_local_disk',
'attr_hw_monitor',
'attr_hw_mouse',
'attr_late_dm',