From eface98a339e4e0c123361166a946d9fe7993a47 Mon Sep 17 00:00:00 2001 From: nott Date: Fri, 14 Aug 2009 15:12:28 +0000 Subject: [PATCH] Add "filesets" to the osimage definition. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4000 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 0a2a43df1..c8e65468b 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -600,7 +600,7 @@ vpd => { }, }, nimimage => { - cols => [qw(imagename nimtype lpp_source spot root dump paging resolv_conf tmp home shared_home res_group nimmethod script bosinst_data installp_bundle mksysb fb_script shared_root comments disable)], + cols => [qw(imagename nimtype lpp_source spot root dump paging resolv_conf tmp home shared_home res_group nimmethod script bosinst_data installp_bundle mksysb fb_script shared_root filesets comments disable)], keys => [qw(imagename)], table_desc => 'All the info that specifies a particular AIX operating system image that can be used to deploy AIX nodes.', descriptions => { @@ -620,7 +620,8 @@ nimimage => { script => 'The name of a NIM script resource.', fb_script => 'The name of a NIM fb_script resource.', bosinst_data => 'The name of a NIM bosinst_data resource.', - installp_bundle => 'The name of a NIM installp_bundle resource.', + filesets => 'Not yet supported.', + installp_bundle => 'One or more comma separated NIM installp_bundle resources.', mksysb => 'The name of a NIM mksysb resource.', shared_root => 'A shared_root resource represents a directory that can be used as a / (root) directory by one or more diskless clients.', comments => 'Any user-provided notes.', @@ -1392,6 +1393,10 @@ push(@{$defspec{node}->{'attrs'}}, @nodeattrs); tabentry => 'nimimage.installp_bundle', access_tabentry => 'nimimage.imagename=attr:imagename', }, + {attr_name => 'filesets', + tabentry => 'nimimage.filesets', + access_tabentry => 'nimimage.imagename=attr:imagename', + }, {attr_name => 'mksysb', tabentry => 'nimimage.mksysb', access_tabentry => 'nimimage.imagename=attr:imagename',