2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 17:23:08 +00:00

22271 Commits

Author SHA1 Message Date
xuweibj
56b8762801 fix error of xcatmn 2018-06-21 01:01:51 -04:00
Gᴏɴɢ Jie
f718db6b00 Add pkglist files for Ubuntu 18.04 (#5307) 2018-06-21 10:24:37 +08:00
Weihua Hu
2840e4d402
Merge pull request #5303 from robin2008/secureroot
enhance xcattest
2018-06-20 16:10:04 +08:00
Gᴏɴɢ Jie
35b23b4d0e Support Ubuntu 18.04. Add code name bionic to the build script (#5304) 2018-06-20 15:53:39 +08:00
robin2008
c6745a3dd5 enhance xcattest for better debug new case and acquire attribute not only for node:
- to support customize the testcase dir with environment variable XCATTEST_CASEDIR
 - to allow to print more debug info with environment variable XCATTEST_DEBUG
 - to add a new func to get general object attribute (__GETOBJECTATTR(...)__)
2018-06-20 09:13:29 +08:00
Victor Hu
09f0772835
Merge pull request #5298 from whowutwut/psirt_12382
Add security notification for 2018-06-12 OpenSSL reported issue - CVE-2018-0732
2018-06-18 09:54:31 -04:00
Victor Hu
cce391e208 Add security notification for 2018-06-12 OpenSSL reported issue 2018-06-18 09:52:06 -04:00
tingtli
fde918f751 add case for task 164,exporting the files referred in #INCLUDE:# in pkglist, otherpkglist, etc.. for xcat-inventory (#5282)
* add case for task 164,exporting the files referred in #INCLUDE:# in pkglist, otherpkglist, etc.. for xcat-inventory

* update according to comments

* correct the export and import result directories,and remove unwantd files

* update label for this case
2018-06-15 17:48:27 +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
Victor Hu
b7d0264e05
Merge pull request #5292 from cxhong/pduoid
Failed to discover PDU
2018-06-14 13:19:39 -04: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
Weihua Hu
61cbe03b93 Enhance xcattest to support label search (#5280)
* enhance xcattest to support label search
2018-06-13 17:32:05 +08:00
Victor Hu
3cd5209ee0
Merge pull request #5283 from cxhong/sn2700
Using physical entity description OID to get Vendor information
2018-06-07 16:05:45 -04:00
Casandra Qiu
952dea810b Using physical entity description OID to get Vendor information 2018-06-07 13:18:30 -04:00
xuweibj
a1596fa3e3 check ip whether static for networkmanager config (#5261)
* check ip whether static by networkmanager
2018-06-07 16:58:49 +08:00
cxhong
cc158f7755 Create switchprobe link during xCAT-probe installation (#5272)
* Create switchprobe link during xCAT-probe installation

* remove debug message

* Modify upgrade path

* make symbolic link
2018-06-07 10:04:54 +08:00
Yuan Bai
7576e04e24 let mysqlsetup work when using alias IP as MN IP (#5279)
* let mysqlsetup work when using alias IP as MN IP
2018-06-06 15:25:11 +08: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
zet809
1b444f0709
Merge pull request #5119 from robin2008/showsvrname
show server name by default for Error and Warn message
2018-06-05 16:08:21 +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
Weihua Hu
84ba10fad6
Update README.rst 2018-06-01 10:39:41 +08:00
Weihua Hu
1d55bd6ed2
Update Version 2018-06-01 10:38:19 +08:00
Mark Gurevich
fd11d2fc29
Merge pull request #5273 from whowutwut/remove_pip_doc
Remove pip instructions, recommend using the RPM instructions for xCAT-Openbmc-py
2018-05-31 16:25:57 -04:00
Victor Hu
780546760a Remove pip instructions, causes more headaches than good using pip 2018-05-31 15:46:38 -04:00
Mark Gurevich
fe54db1dff
Merge pull request #5270 from robin2008/nodestat-usage
modify nodestat usage and manpage for `-f|--useping`
2018-05-31 09:09:55 -04:00
robin2008
671231833d modify nodestat usage and manpage for -f|--useping 2018-05-31 17:13:04 +08:00
Weihua Hu
5e0a1211b9
Merge pull request #5268 from zet809/modify_release_info_for_2.14.1
Add release information for 2.14.1
2018-05-31 15:04:36 +08:00
ertaozh
47b0eada4f Add release information for 2.14.1 2018-05-31 02:30:07 -04:00
Casandra Qiu
bcf0b4a7b8 Modified message 2018-05-30 21:27:00 -04:00
Victor Hu
0abb6214fe
Merge pull request #5197 from zet809/addback_ntpwait_for_genesis
Add back ntp-wait for building genesis-base on pegas
2018-05-30 14:04:30 -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
Weihua Hu
d328364fd7
Merge pull request #5120 from neo954/cuda-test
Update the CUDA installation test script
2018-05-29 18:08:42 +08:00
Gᴏɴɢ Jie
550ef1a74a Test case for copycds, with a bogus disc (#5236) 2018-05-29 15:21:37 +08:00
Bin Xu
7227c7f98d show server name by default for Error and Warn message 2018-05-29 15:18:46 +08:00
zet809
eb9c0c6d93
Merge pull request #5258 from robin2008/openbmcpy
Fix code error to generate the right socket file name based on the caller PID
2018-05-29 15:11:21 +08:00
Weihua Hu
780c29a575
Merge pull request #5259 from robin2008/case4showsvrname
Update the testcase to cover the changes for showing server name in warn/error message
2018-05-29 09:51:06 +08:00
robin2008
f70858cd31 Update the testcase to cover the changes in #5119
- missing some test cases
2018-05-28 21:19:30 +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
zet809
bc84beb4f5
Merge pull request #5256 from immarvin/onissue
log the size of packets received by udp listener
2018-05-28 17:53:42 +08:00
yangsbj
3460a6915c * log the size of packets received by udp listener 2018-05-28 05:24:52 -04:00
zet809
2f87973517
Merge pull request #5247 from cxhong/5177
Increase packet size of recv()
2018-05-28 16:31:36 +08:00
Weihua Hu
8d185d517e
Merge pull request #5240 from tingtli/inventory
update xcat inventory osimage export and import cases
2018-05-28 15:55:00 +08:00
litingt@cn.ibm.com
c17dcaab6b refine xcat osimage import and export cases 2018-05-28 03:17:22 -04:00
Weihua Hu
1b2440926b
Merge pull request #5253 from robin2008/case4showsvrname
Update the testcase to cover the changes in #5119
2018-05-28 11:19:03 +08:00