summaryrefslogtreecommitdiffstats
path: root/pbs-newdata.sql
diff options
context:
space:
mode:
authormichael pereira2011-03-16 10:05:20 +0100
committermichael pereira2011-03-16 10:05:20 +0100
commitef1f634b2ec92107137c54e3af32de01135f02c9 (patch)
tree60a5523e14bf7c5831c419f9fc2bf667ebcf06ed /pbs-newdata.sql
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-ef1f634b2ec92107137c54e3af32de01135f02c9.tar.gz
pbs2-ef1f634b2ec92107137c54e3af32de01135f02c9.tar.xz
pbs2-ef1f634b2ec92107137c54e3af32de01135f02c9.zip
Ressource Controller setzt jetzt die Session fuer ausgewaehltes Bootmenuentry
Diffstat (limited to 'pbs-newdata.sql')
-rw-r--r--pbs-newdata.sql17
1 files changed, 9 insertions, 8 deletions
diff --git a/pbs-newdata.sql b/pbs-newdata.sql
index 3d1447c..ee094f3 100644
--- a/pbs-newdata.sql
+++ b/pbs-newdata.sql
@@ -66,6 +66,15 @@ INSERT INTO `pbs_pool` (`poolID`, `title`, `description`, `location`) VALUES
(3, 'Pool 3', 'Description 3', '1 OG'),
(4, 'Pool 4', 'Description', '2 OG');
+
+-- Adding Bootmenus
+INSERT INTO `pbs_bootmenu` (`bootmenuID`, `membershipID`, `groupID`, `title`, `created`) VALUES
+(1, 1, 1, 'Bootmenu 1', '1299694422'),
+(2, 1, 1, 'Bootmenu 2', '1299694433'),
+(3, 1, 1, 'Bootmenu 3', '1299694441'),
+(4, 1, 1, 'Bootmenu 4', '1299694454'),
+(5, 1, 1, 'Bootmenu 5', '1299694461');
+
-- Adding BootOs to BootMenus
INSERT INTO `pbs_bootmenuentries` (`bootmenuentriesID`, `bootosID`, `bootmenuID`, `title`, `kcl`, `configID`, `order`) VALUES
(1, 1, 1, 'Select BootOs 1', 'kcl 1', 1, 0),
@@ -93,14 +102,6 @@ INSERT INTO `pbs_poolentries` (`poolentriesID`, `poolID`, `clientID`) VALUES
(9, 4, 9),
(10, 4, 10);
--- Adding Bootmenus
-INSERT INTO `pbs_bootmenu` (`bootmenuID`, `membershipID`, `groupID`, `title`, `created`) VALUES
-(1, 1, 1, 'Bootmenu 1', '1299694422'),
-(2, 1, 1, 'Bootmenu 2', '1299694433'),
-(3, 1, 1, 'Bootmenu 3', '1299694441'),
-(4, 1, 1, 'Bootmenu 4', '1299694454'),
-(5, 1, 1, 'Bootmenu 5', '1299694461');
-
-- Adding Sessions
INSERT INTO `pbs_session` (`sessionID`, `alphasessionID`,`clientID`, `bootmenuentryID`,`bootosID`, `bootisoID`, `time`, `ip`, `ip6`) VALUES
(1, 'a', 1, NULL, NULL, 1, '1299684000', '132.230.5.6', ''),