From 3d7d55d25677fa24ea85fd8ccb21f2de26029c48 Mon Sep 17 00:00:00 2001 From: nott Date: Wed, 16 Apr 2008 17:30:00 +0000 Subject: [PATCH] Don't make os & arch attrs dependent on nodetype setting for displaying node definitions. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1092 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT-2.0/xCAT/Schema.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-xCAT-2.0/xCAT/Schema.pm b/perl-xCAT-2.0/xCAT/Schema.pm index 57069b06f..39a5864a3 100644 --- a/perl-xCAT-2.0/xCAT/Schema.pm +++ b/perl-xCAT-2.0/xCAT/Schema.pm @@ -591,14 +591,14 @@ my @nodeattrs = ( # TODO: need to decide what to do with the os attr once the osimage stuff is # implemented. The nodetype.os attr may be moved to the osimage table. {attr_name => 'os', - only_if => 'nodetype=osi', + # only_if => 'nodetype=osi', tabentry => 'nodetype.os', access_tabentry => 'nodetype.node=attr:node', }, # TODO: need to decide what to do with the profile attr once the osimage # stuff is implemented. May want to move this to the osimage table. {attr_name => 'profile', - only_if => 'nodetype=osi', + # only_if => 'nodetype=osi', tabentry => 'nodetype.profile', access_tabentry => 'nodetype.node=attr:node', },