Fixing a bug while kit works with old osimages.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14800 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
95c6c2bc8a
commit
a56b04331e
@ -1387,7 +1387,7 @@ sub addkitcomp
|
||||
|
||||
my %os;
|
||||
my $osdistrotable;
|
||||
(my $osimagetable) = $tabs{osimage}->getAttribs({imagename=> $osimage}, 'osdistroname', 'serverrole', 'kitcomponents');
|
||||
(my $osimagetable) = $tabs{osimage}->getAttribs({imagename=> $osimage}, 'osdistroname', 'serverrole', 'kitcomponents', 'osname', 'osvers', 'osarch');
|
||||
if ( $osimagetable and $osimagetable->{'osdistroname'}){
|
||||
($osdistrotable) = $tabs{osdistro}->getAttribs({osdistroname=> $osimagetable->{'osdistroname'}}, 'basename', 'majorversion', 'minorversion', 'arch', 'type');
|
||||
if ( !$osdistrotable or !$osdistrotable->{basename} ) {
|
||||
|
Loading…
Reference in New Issue
Block a user