2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-31 10:06:39 +00:00

9243 Commits

Author SHA1 Message Date
Victor Hu
7c331d87a5 Add model type for 'stratton' boxes, 8001-12C model type 2018-06-26 20:46:21 -04:00
Gᴏɴɢ Jie
2559d28cb4 Revise Ubuntu 18.04 package list, add ifupdown, remove ntp and ntpdate (#5324) 2018-06-26 13:06: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
Gᴏɴɢ Jie
f7c7ea884f [go-xcat] Fix package version checking on Ubuntu 18.04 (#5320) 2018-06-25 20:51:10 +08:00
cxhong
2bf8108af6 build xnba config files from boottarget table (#5296) 2018-06-21 13:40:41 +08:00
cxhong
c922ad2cf7 Find correct template and postinstall file to build osimage for copycds -n command (#5300)
* Parse copycd -n options to get correct tmpl and postinstall file

* Add support for Ubuntu
2018-06-21 13:38:31 +08:00
Gᴏɴɢ Jie
f718db6b00 Add pkglist files for Ubuntu 18.04 (#5307) 2018-06-21 10:24:37 +08:00
yangsong
c49e41da99 support environment variables in osimage customized files (#5281)
* * osimage table schema change: add a "environvar" col in osimage table to hold environment variables used in osimage customized files
* osimage object schema change: add a environvar attribute, which refers to  osimage.environvar
* the environment variables specified in "environvar" attribute will be exported during invocation of postinstall scripts in genimage

* support variables in synclists

* support environment variables in genimage,mkinstall,getpostscript

* support environment variables for xdcp -i -F in packimage
2018-06-15 14:51:41 +08:00
Bin Xu
18c5afc0f4 support secure root method (#5286)
- support xcat_secure_pw:<user> API in credential plugin
 - for diskless, if enabled secure root, packimage will not write root password into image
 - for stateful, if enabled secure root, nodeset will not write root password into config file
 - and 'remoteshell' will update shadow file accordingly
2018-06-15 10:28:51 +08:00
Casandra Qiu
643fa238fe put name of OID 2018-06-14 11:41:50 -04:00
Casandra Qiu
2cc35b6090 Failed to discover PDU 2018-06-13 13:43:44 -04:00
Casandra Qiu
952dea810b Using physical entity description OID to get Vendor information 2018-06-07 13:18:30 -04:00
Bin Xu
1c1eace773 Recording the Severity of log message into xCAT logs (#5267)
- modify rsyslog conf and add "%syslogseverity-text:::uppercase%" to input the text Severity
 - remove duplicate Severity in log message
 - modify MsgUtils::trace for better performance and code structure
2018-06-05 17:57:55 +08:00
xuweibj
cd689a9a65 Framework of redfish support perl part (#5269) 2018-06-05 13:07:29 +08:00
Victor Hu
000235dcf2
Merge pull request #5265 from cxhong/5260
Add WARNING message if non-root user runs chtab command
2018-06-01 14:41:13 -04:00
Casandra Qiu
adb1cafa43 modify message 2018-06-01 11:28:25 -04:00
xuweibj
12bfd5699d if not get valid pid when waitpid, sleep (#5274) 2018-06-01 14:30:53 +08:00
robin2008
671231833d modify nodestat usage and manpage for -f|--useping 2018-05-31 17:13:04 +08:00
Casandra Qiu
bcf0b4a7b8 Modified message 2018-05-30 21:27:00 -04:00
Casandra Qiu
d49664ea31 Add WARNING message if non-root user runs chtab command 2018-05-30 13:41:25 -04:00
cxhong
f10d33f66c redirect wget output to /tmp/wget.log (#5251)
* redirect wget output to /tmp/wget.log
2018-05-30 09:36:07 +08:00
robin2008
a307bfa96a Fix code error to generate the right socket file name based on the caller PID (#5257) 2018-05-28 21:01:05 +08:00
yangsbj
3460a6915c * log the size of packets received by udp listener 2018-05-28 05:24:52 -04:00
Casandra Qiu
558d5b173f Increase packet size of recv() 2018-05-24 13:11:38 -04:00
Bin Xu
7a69c9b779 using --nosyncfiles to bypass syncing files to root image directory (#5229) 2018-05-22 12:47:37 +08:00
zet809
52e0a4529b
Merge pull request #5220 from cxhong/4989
the error message of *def command is disordered when running internally
2018-05-21 22:10:43 +08:00
Casandra Qiu
66cbeeeee9 Use comma separate list 2018-05-21 09:21:50 -04:00
zet809
8a5a4c38b9
Merge pull request #5226 from cxhong/5213
Modify output message for PDU outlet state
2018-05-21 21:03:10 +08:00
yangsbj
dad1f72fdc fix issue Non-root user can not run ping on ubuntu 14.4.4 diskless #5227 2018-05-21 00:51:32 -04:00
chenglch
97d8913b31
Merge pull request #5215 from robin2008/xcatd-remaining
there are several xcatd SSL process remaining
2018-05-18 17:06:49 +08:00
robin2008
4ab66ee717 Fix the issue #5153: there are several xcatd SSL process remaining
- make sure $pid_UDP is set to zero when UDP process quit in CHLD handler
 - disable the signal handler for CHLD in the end of SSL lister, and make itself to handle reaper via `wait`
2018-05-18 16:33:28 +08:00
Casandra Qiu
55581cb2db Modify output message for PDU outlet state 2018-05-17 15:04:53 -04:00
yangsong
668a00bd71 Revert "[CUSTOMER] Ping not working for non root users on Diskless PowerKVM guests (rhels7.2) #922: use tar as the default archive method instead of cpio (#5187)" (#5221)
This reverts commit 2bf5dc57f9da2b72e80106026dd13f71774ff476.
2018-05-17 11:20:55 +08:00
xuweibj
7c5f57be39
Merge pull request #5201 from gurevichmark/openbmc_rinv_multiple_options
OpenBMC rinv multiple options
2018-05-17 09:06:44 +08:00
Casandra Qiu
c7af2c30c8 the error message of *def command is disordered when running internally 2018-05-16 14:43:25 -04:00
zet809
7f7f7c9867
Merge pull request #5206 from cxhong/5098
Fix ERR message when running ondiscover in the chain table
2018-05-16 13:56:54 +08:00
xuweibj
a26832cc94
Merge pull request #5211 from gurevichmark/openbmc_usage_filtering
Display only OpenBMC usage
2018-05-16 10:38:06 +08:00
Mark Gurevich
f0f4929e6b Display only OpenBMC usage 2018-05-15 15:20:59 -04:00
xuweibj
0fb441b820 fix issue for using waitpid for openbmc perl (#5208) 2018-05-15 18:12:35 +08:00
Jarrod Johnson
c5342b7fc6 Prefer HWE netboot where available in Ubuntu (#5195) 2018-05-15 14:37:28 +08:00
Casandra Qiu
6bc2d8d51e Fix ERR message when running ondiscover in the chain table 2018-05-14 22:30:42 -04:00
cxhong
e4530d9bae
Merge pull request #5194 from zet809/deal_with_doxcat_loop
Force chain to be standby if only runcmd/ondiscover is specified for chain attribute
2018-05-11 12:53:41 -04:00
Mark Gurevich
69695baf54 OpenBMC rinv multiple options 2018-05-11 10:23:11 -04:00
Mark Gurevich
ac6b632b6b
Merge pull request #5189 from xuweibj/openbmc_ipmi
modify ipmi rsp check to support openbmc ipmi interface
2018-05-11 07:53:34 -04:00
ertaozh
1f401f3952 Refine the PR in case ondiscover=xxx can not be fully set to currstate 2018-05-11 03:50:25 -04:00
ertaozh
5db248d14e Force chain to be standby if only runcmd/ondiscover is specified for chain attribute 2018-05-10 04:34:09 -04:00
yangsong
2bf5dc57f9 [CUSTOMER] Ping not working for non root users on Diskless PowerKVM guests (rhels7.2) #922: use tar as the default archive method instead of cpio (#5187) 2018-05-10 16:26:42 +08:00
XuWei
582168e31e modify ipmi rsp check to support openbmc ipmi interface 2018-05-10 03:38:03 -04:00
yangsbj
cea795309d add iputils into compute.sles11.pkglist 2018-05-10 02:10:37 -04:00
Mark Gurevich
f56a57b924
Merge pull request #5180 from robin2008/xcatsnap-rsyslog
add rsyslog configration files to xcatsnap
2018-05-09 14:51:32 -04:00