2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-23 12:51:10 +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:
yangsong
2017-07-13 04:00:58 -05:00
committed by Bin Xu
parent 753c443165
commit 45fd73f8e3

View File

@@ -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};
}