From 959ae0d98708a556d94e0b39fde83f2ddddb19aa Mon Sep 17 00:00:00 2001 From: nott Date: Fri, 9 Oct 2009 18:33:22 +0000 Subject: [PATCH] Change filesets attribute to otherpkgs git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4333 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index b88722a2a..64d77357f 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -631,7 +631,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 filesets 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 otherpkgs 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 => { @@ -651,7 +651,7 @@ 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.', - filesets => 'Not yet supported.', + otherpkgs => "One or more comma separated installp or rpm packages. The rpm packages must have a prefix of 'R:', (ex. R:foo.rpm)", 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.', @@ -1549,9 +1549,9 @@ push(@{$defspec{node}->{'attrs'}}, @nodeattrs); tabentry => 'nimimage.installp_bundle', access_tabentry => 'nimimage.imagename=attr:imagename', }, - {attr_name => 'filesets', + {attr_name => 'otherpkgs', only_if => 'imagetype=NIM', - tabentry => 'nimimage.filesets', + tabentry => 'nimimage.otherpkgs', access_tabentry => 'nimimage.imagename=attr:imagename', }, {attr_name => 'mksysb',