yangsong
01541aba74
correct several issues on site.httpport in diskless provision ( #5774 )
2018-11-07 18:19:35 +08:00
yangsbj
5d90a4212c
change HTTPPORT in /proc/cmdline to XCATHTTPPORT to avoid potential confilic
2018-11-04 21:54:30 -05:00
yangsbj
1fb78eb97d
add HTTPPORT=xxx in kcmdline for diskless/statelite
2018-11-02 05:00:26 -04:00
yangsbj
1889ec879d
support site.httpport in nodeset and mknb
2018-11-01 23:29:01 -04:00
bybai
3067412a7f
nodeset ubuntu16.04.5 x86_64 support
2018-10-26 02:33:57 -04:00
GONG Jie
04f6e3b344
Remove trailing spaces in file xCAT-server/lib/xcat/plugins/debian.pm
2017-12-31 23:59:59 +00:00
Gᴏɴɢ Jie
b63a0aa4ae
Fix $kernelpath for Ubuntu 18.04 on ppc64el ( #5342 )
2018-06-27 16:46:52 +08:00
Gᴏɴɢ Jie
dbeac84fd7
For Ubuntu 18.04 support, search a different place for Linux kernel and initrd ( #5322 )
2018-06-25 20:52:45 +08:00
Jarrod Johnson
c5342b7fc6
Prefer HWE netboot where available in Ubuntu ( #5195 )
2018-05-15 14:37:28 +08:00
Bin Xu
d447882fd5
Adjust the server used for kernel/initrd and imgurl for petitboot ( #4416 )
...
- URL for kernel/initrd, get the value from below value tftpserver -> xcatmaster -> myipfn
- URL for image, get the value from below value nfsserver -> tftpserver -> xcatmaster -> myipfn
2017-12-13 18:14:04 +08:00
Bin Xu
da60d783d0
1, make the error as node level error in sles/debian plugin so that nodeset can know which are the failure nodes ( #4122 )
...
2, using global variable for failurenodes in grub2 plugin
2017-10-19 03:09:33 -05:00
chenglch
3408e93e6b
Do not query noderes table in subvars subroutine
...
This patch refactor the interface to get xcatmaster and tftpserver
attributes in the subvars subroutine to improve the performance.
partial-issue: #3958
2017-09-25 16:33:23 +08:00
immarvin
e7e18f46b6
fix issue [FVT]:rmimage output is not consistent on rhels and sles/ubuntu #3783
2017-08-28 04:21:49 -04:00
chenglch
1f1f2ae5f1
Fix typo error in mknetboot when refactoring bootparams
2017-02-21 09:33:52 +08:00
chenglch
97f9d4da8f
Do not update bootparams table when running nodeset
...
With the nytprof tool, the buttleneck is the time to update the bootparams
table.To optimize the performance on large scale nodes, this patch tranfer
the bootparams hash through variable reference.
posible impact: getdestiny can not get the information about bootparams.
partial-issue: #2024
2016-12-23 13:45:20 +08:00
immarvin
72f66aed71
fix [fvt] nodeset node diskless image failed for could not find the diskless image #2188
2016-11-22 02:59:09 -05:00
immarvin
907c4971a9
fix issue [CUSTOMER] the old diskless image built by xCAT can not be used after xcat 2.12.2 #2130
2016-11-17 03:31:30 -05:00
Jarrod Johnson
967dd0f5fb
Fix Debian and SLES rootimg.gz compatibility
...
Do not require repacking of a rootimage if the
environment has the 'old style' packed image.
2016-11-09 11:24:58 -05:00
immarvin
b9d8138395
fix issue Nodeset for Ubuntu OS displays warning, but we should be more specific and only print on conditions where it might fail #1097
2016-08-12 02:52:03 -04:00
penguhyang
79426ad21e
add new option to indicate compress method ( #1669 )
2016-08-11 03:09:43 -05:00
penguhyang
5cd203cdf5
enhance packimage -m txc ( #1602 )
2016-08-02 16:45:31 +08:00
Mark Gurevich
0a3fbd8d51
perltidy all perl files
2016-07-20 11:40:27 -04:00
penguhyang
5d46d48f6a
Fix issue of packimage -m txc ( #1554 )
...
* redefine the code to make distint
* fix issue of packimage -m txc
2016-07-20 07:06:33 -05:00
penguhyang
f6543e8390
fix #1083 , ubuntu, diskless, enable the diskless installation log can be forwarded to the MN
2016-06-16 03:08:46 -04:00
zet809
c026cfed79
Update debian.pm
2016-02-23 15:32:06 +08:00
zet809
c41a3e54e3
Update debian.pm
2016-02-23 14:41:21 +08:00
ertaozh
1e37705726
add getinstdisk as the default getdisk script for ubuntu
2016-02-16 02:11:20 -05:00
penguhyang
4cf7ac6aaf
correct the cluster.log show doing debian copycds
2015-10-30 02:24:40 -04:00
huweihua
a81a5e1a45
fix the indent issue and combine trace message
2015-08-18 04:11:59 -04:00
huweihua
a35ca71281
add trace information
2015-08-13 23:31:30 -04:00
immarvin
dcbc16a5ab
fix defect #4743 [fvt]2.10:after diskless provision could not log in compute node without passord
2015-07-13 04:39:12 -04:00
immarvin
db8a4dd07d
donot create statelite osimages and diskless service osimages after copycds,
2015-06-02 02:02:40 -04:00
ligc
cc4dbdf8a3
change the nodeset install/netboot/statelite message from warning to error, and then exit
2015-05-11 04:51:13 -04:00
immarvin
faabb8e54b
merge
2015-04-30 04:10:12 -04:00
immarvin
ffaa44b437
support partitionscript in ubuntu
2015-04-27 22:31:59 -04:00
Victor Hu
21caa0d9b9
Bug #4585 , in the debian.pm code when we are looking at the pkgdir
...
directories, the last one was being used. However, the first one
on the list should be used per man page:
"The first path in the value of osimage.pkgdir must be
the OS base pkg dir path,..."
Fixing to use the first directory specified.
Also fixed a bunch for formatting, space, tab issues...
2015-03-04 14:40:40 -05:00
daniceexi
32753450ae
defect 4580: a minor change for the syntax
2015-03-02 21:30:51 -05:00
Victor Hu
30f6a66814
Bug #4518 - extra slash in the symlink when -p option is presented
...
For sles.pm, clean up the $path variable to remove multiple slash
and trailing slash.
In debian.pm , move the check for -p and -w further down so it does
not appear unless we have decided that debian is the image we are
copying. The message is misleading when copycds is run for non
ubuntu/debian OSes
2015-03-02 12:38:28 -05:00
Casandra Qiu
78cdcc04b3
Bug #4580 , Parse Mac Address before generate network boot params
2015-02-27 09:05:34 -05:00
immarvin
662a62c57a
there should be only 1 local package directory speicified in pkgdir attribute, the removed code slice seems unnecessary
2015-02-12 00:24:15 -08:00
immarvin
9598c45746
add support for online mirrors in pkgdir during provision
2015-02-11 03:12:38 -08:00
daniceexi
a2d89b5d69
Continue the change to refine installnic and primarynic code
2015-02-11 02:31:54 -05:00
ertaozh
d90a770ef2
To use the refined code about installnic and primarynic for ubuntu
2015-02-10 04:01:54 -05:00
Victor Hu
e4486ca231
Improve the error message for the missing netboot/initrd.gz
...
on Ubuntu Linux. This needs to be obtained from the Ubuntu
download site and copied over into the netboot directory.
2015-01-26 11:45:19 -05:00
qyin
421a2750f9
fix copycds: on debian/ubuntu doesn't support -o option
2015-01-19 15:26:49 +08:00
ligc
573aba58d6
fix for bug 4507: check the distribution name specified with copycds -n in debian.pm
2015-01-09 15:10:59 +08:00
Leo.C.Wu
b55d6bf3b7
fix bug: #4512 nodeset will throw error if osimage pkgdir contains multi-value in ubuntu
2015-01-09 11:25:12 +08:00
ertaozh
3fc42a55fb
fix bug 4455: nodeset return error for ubuntu if no serialport attribute set, add warning information if no serialport attribute specified
2015-01-05 07:03:52 -05:00
zhaoertao
641be270e9
fix bug 4381 :sles12 rcons could not work on P8LE. This checkin support rcons for ubuntu LE diskfull and diskless
2014-11-25 04:45:29 -05:00
ligc
b19461a479
fix for bug 3343: remove the print Dumper(xxx) from the code
2013-11-20 10:53:00 +08:00