2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-24 06:56:19 +00:00
Commit Graph

21958 Commits

Author SHA1 Message Date
876b41d5d9 Merge pull request #5037 from zet809/add_permission_xcatwscgi
Modify xcatws.cgi permission
2018-03-30 15:05:00 +08:00
71bb049f21 Modify xcatws.cgi permission 2018-03-30 02:53:11 -04:00
78fa1c63e8 enhance exlist without typo and duplicate lines (#5036) 2018-03-30 11:32:32 +08:00
53a98cfecc Merge pull request #5018 from gurevichmark/openbmc_pnor_usage
Replace usage of PNOR with Host
2018-03-30 11:20:23 +08:00
943377d28f Merge pull request #4987 from immarvin/onissue
add testcase for osimage and site validation
2018-03-29 18:04:51 +08:00
8f61ee5ace Add ondiscover support for chain table (#4903)
* Add ondiscover support for chain table

* For ondiscover, run nextdestiny after the current operation is done

* Don't set OpenPower server boot from network if boot
2018-03-29 17:50:04 +08:00
4dbbd5f3be refine validatehelper 2018-03-29 05:17:26 -04:00
9fe1bac09a rewrite validatehelper with python to process complex scenario 2018-03-29 05:03:51 -04:00
b634fc8795 rewrite validatehelper with python to process complex scenario 2018-03-29 05:03:50 -04:00
bcbaf03175 add validation cases for site object 2018-03-29 05:03:50 -04:00
38893aebe9 add testcase for osimage validation 2018-03-29 05:03:50 -04:00
025a6455d1 Merge pull request #4980 from neo954/cuda-test
Updates for CUDA 9.2 and RHEL 7.5 Alternate
2018-03-29 16:50:36 +08:00
4e2d236d6a Create directory /install/custom/netboot/rh as needed 2018-03-29 16:05:28 +08:00
d4645a5e55 Merge pull request #5027 from gurevichmark/openbmc_reventlog_python_optioncheck
OpenBMC reventlog flag verification
2018-03-29 09:20:49 +08:00
8c5701d9ab OpenBMC reventlog flag verification 2018-03-28 14:36:58 -04:00
8cfe5b546e Replace usage of PNOR with Host 2018-03-28 13:09:48 -04:00
c055b8c716 Merge pull request #5022 from xuweibj/I4942
modify login error msg for openbmc python
2018-03-28 08:58:21 -04:00
4507a038ba Accumulated go-xcat updates (#4991)
* Fix vim modelines

* [go-xcat] Fix --long-help

* [go-xcat] Add curl support

* [go-xcat] Better tarball support

* [go-xcat] Explaination of --xcat-version argument in help message

* [go-xcat] Disable xCAT-core.repo and xCAT-dep.repo if they exist

* [go-xcat] Add change logs
2018-03-28 17:47:44 +08:00
468a64ac6b Merge pull request #4898 from xuweibj/I4728
show node name with error msg for ipmi
2018-03-28 17:36:26 +08:00
27779acc74 Merge pull request #5016 from chenglch/logrotate
Add default logrotate configuration for gocons
2018-03-28 16:38:58 +08:00
5e5dbf886f Avoid log compute node logs to other log files (#4995) 2018-03-28 16:19:08 +08:00
9220422ed7 Merge pull request #5025 from chenglch/check_cons
Check if cons script is excutable before register into console server
2018-03-28 15:57:45 +08:00
f85d2ee7fa Merge pull request #5024 from chenglch/service-gocons
Modify doc to enable goconserver by default on service node
2018-03-28 15:37:14 +08:00
46c611f11a Check if cons script is excutable before register into console server
This patch check the script file, if it is not excutable, just print
ignore message.
2018-03-28 15:09:06 +08:00
58f0999d6d Modify doc to enable goconserver by defanlt on service node
Add description for `setupconserver` attribute.
2018-03-28 13:44:08 +08:00
965dc960ea Merge pull request #4979 from neo954/cuda9.2
CUDA 9 support on RHEL 7
2018-03-28 12:57:56 +08:00
dc63be034b Merge pull request #4990 from neo954/cuda-doc
NVIDIA CUDA driver installation document updating
2018-03-28 12:55:21 +08:00
eb72bdf84f modify login error msg for openbmc python 2018-03-27 22:05:44 -04:00
5da3a4f945 Merge pull request #4998 from gurevichmark/ipmi_rflash_recover
Better message for --recover option
2018-03-27 16:13:19 -04:00
bc1de0529c Merge pull request #5015 from robin2008/install-monitor-cache
clear "name-IP" cache in `install monitor` process
2018-03-27 17:59:07 +08:00
372756a6ad (#4913) clear cache before run 'nodeset <> next' to avoid using the old IP address
after IP address is modified.
2018-03-27 17:46:19 +08:00
116c270b0c Merge pull request #5014 from xuweibj/I4983
fix issue 4983, get autoreboot info
2018-03-27 17:35:12 +08:00
2ac315cbe2 Add default logrotate configuration for gocons
Add logrotate conf for the console log files and log
of goconserver.
2018-03-27 17:11:25 +08:00
24c2cb751f Merge pull request #5017 from robin2008/xcatsnap
(#4973) add journal logs in xcatsnap for xcatd
2018-03-27 17:05:55 +08:00
cb4edc2bc1 Fix the issue 'install monitor' exit unexpected and SSL CPU 100% (#4582, #4496) (#5005)
* Fix the issue 'install monitor' exit unexpected (#4582).
- add eval block to cover all possible codes which might die in do_installm_service
- add more logs in install monitor to record useful inforamtion
- add sleep 0.01 to avoid CPU too high
- fix the wrong timeout usage (alarm - die)
- recover the default INT/TERM singal handler to avoid UDP listener will quick when kill 'install monitor'

* Avoid SSL CPU 100% when hit max open file number
2018-03-27 17:02:38 +08:00
d6a45d9398 (#4973) add journal logs in xcatsnap for xcatd 2018-03-27 16:32:01 +08:00
d8969d7189 Merge pull request #5008 from tingtli/21
Fix bugs of go-xcat test cases,Modify go-xcat test cases #21
2018-03-27 15:39:57 +08:00
9a12802077 Merge pull request #5012 from robin2008/xdcpmerge
updatenode MERGE mode does not support update an existing entry
2018-03-27 14:21:46 +08:00
6d8081142b workaround ($4929) the MsgUtil.pm first to make sure xcatd will not crash when /dev/log is not ready. (#4974) 2018-03-27 14:04:51 +08:00
b744927045 fix issue 4983, get autoreboot info 2018-03-27 01:21:46 -04:00
5aa24911f4 add information to check the version 2018-03-26 22:09:18 -04:00
8f2ba27897 modified depending on comments 2018-03-26 21:21:51 -04:00
a9ce890a6c Merge pull request #5007 from gurevichmark/openbmc_rspconfig_ntpservers
Display a warning when setting NTP Server
2018-03-26 15:23:20 -04:00
c82e2f854b Update index.rst
update stating Python 2.x framework in documentation
2018-03-26 10:27:01 -04:00
6629798889 Display a warning when setting NTP Server 2018-03-26 10:24:53 -04:00
961108c53b updatenode MERGE mode does not support update an existing entry 2018-03-26 18:06:49 +08:00
3217230d19 fix issue chroot, rpm -qa error: Failed to initialize NSS library #4959 (#5011)
* move use_devurandom before package instllation:fix issue #4959
2018-03-26 17:35:19 +08:00
492b8fe5a9 unify chdef and mkdef some actions for node type (#4968)
* unify chdef and mkdef some actions for node type

* polished

* adjust format
2018-03-26 11:31:55 +08:00
1e1d5b5a75 Merge pull request #5009 from bybai/errormsg
enhance error message for rflash
2018-03-26 10:42:30 +08:00
d307c394c2 enhance error message for rflash 2018-03-25 22:09:23 -04:00