mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-22 11:42:05 +00:00
fix xCAT should better support the service group (servicenode postscript) to avoid errors when using Hierarchy #3150 (#3442)
This commit is contained in:
parent
753c443165
commit
45fd73f8e3
@ -742,6 +742,13 @@ sub update_tables_with_templates
|
||||
osarch => $arch,
|
||||
synclists => $synclistfile,
|
||||
osdistroname => $osdistroname);
|
||||
|
||||
#for service node osimage, add service node to the postscripts attributes
|
||||
if($profile eq "service"){
|
||||
$tb_cols{postscripts}="servicenode";
|
||||
}
|
||||
|
||||
|
||||
if ($args{description}) {
|
||||
$tb_cols{description} = $args{description};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user