2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-03 03:50:08 +00:00

9140 Commits

Author SHA1 Message Date
cxhong
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
Mark Gurevich
8c5701d9ab OpenBMC reventlog flag verification 2018-03-28 14:36:58 -04:00
Gᴏɴɢ Jie
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
zet809
468a64ac6b
Merge pull request #4898 from xuweibj/I4728
show node name with error msg for ipmi
2018-03-28 17:36:26 +08:00
zet809
27779acc74
Merge pull request #5016 from chenglch/logrotate
Add default logrotate configuration for gocons
2018-03-28 16:38:58 +08:00
chenglch
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
Victor Hu
5da3a4f945
Merge pull request #4998 from gurevichmark/ipmi_rflash_recover
Better message for --recover option
2018-03-27 16:13:19 -04:00
zet809
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
Bin Xu
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
chenglch
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
Yuan Bai
24c2cb751f
Merge pull request #5017 from robin2008/xcatsnap
(#4973) add journal logs in xcatsnap for xcatd
2018-03-27 17:05:55 +08:00
Bin Xu
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
Bin Xu
d6a45d9398 (#4973) add journal logs in xcatsnap for xcatd 2018-03-27 16:32:01 +08:00
Yuan Bai
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
XuWei
8f2ba27897 modified depending on comments 2018-03-26 21:21:51 -04:00
Victor Hu
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
Mark Gurevich
6629798889 Display a warning when setting NTP Server 2018-03-26 10:24:53 -04:00
Bin Xu
961108c53b updatenode MERGE mode does not support update an existing entry 2018-03-26 18:06:49 +08:00
yangsong
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
Yuan Bai
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
bybai
d307c394c2 enhance error message for rflash 2018-03-25 22:09:23 -04:00
bybai
14398e6688 enhance error message for rflash 2018-03-25 22:03:09 -04:00
zet809
54f3181ac5
Merge pull request #5001 from chenglch/gcons-restart
Modify startup configuration for goconserver and conserver
2018-03-23 17:41:55 +08:00
chenglch
cc588f4af1 Modify startup configuration for goconserver and conserver
After running makegocons, startup configuration would be changed
to make sure goconserver could start after rebooting. Changes
are made in makeconservercf too.
2018-03-23 16:36:42 +08:00
xuweibj
14bdb8568c
Merge branch 'master' into rflash_python 2018-03-23 14:40:43 +08:00
Mark Gurevich
20e7dcd7de Better message for --recover option 2018-03-22 14:47:05 -04:00
Mark Gurevich
d8ca5d5137 OpenBMC rbeacon stat support in Perl 2018-03-22 14:14:24 -04:00
Mark Gurevich
fa5c6e3f37
Merge pull request #4981 from xuweibj/I4978
modify rspconfig usage
2018-03-22 11:22:31 -04:00
zet809
a290387148
Merge pull request #4993 from xuweibj/rspconfig_issues
fix rspconfig issues API related
2018-03-22 16:58:11 +08:00
yangsong
4208f61069 fix issue updatenode -P return nothing when xcatmaster not set (#4994) 2018-03-22 16:52:23 +08:00
XuWei
2c14238db9 fix rspconfig issues API related 2018-03-22 03:02:13 -04:00
ertaozh
56b926afaa fix error 4989: The error message of bmcdiscover is disordered when it hit database problem 2018-03-22 02:13:46 -04:00
xuweibj
48e0e8eba8
Merge pull request #4953 from gurevichmark/openbmc_rflash_verify_delete
[OpenBMC] Do not allow firmware delete if firmware is active
2018-03-22 09:36:47 +08:00
Mark Gurevich
1c69da5b4e Another improvement after review 2018-03-21 16:59:24 -04:00
Mark Gurevich
11ea3b6e82
Merge pull request #4976 from bybai/rflash
fix rflash -d hang when there is no firmaware tars in SN
2018-03-21 10:00:15 -04:00
zet809
b0ea8ec792
Merge pull request #4971 from chenglch/gocons_sn_msg
Modify goconserver msg for SN
2018-03-21 17:35:49 +08:00
XuWei
cfe6c0db7f modify rspconfig usage 2018-03-21 03:49:18 -04:00
XuWei
b8a489899b rflash in python for OpenBMC 2018-03-20 22:36:54 -04:00
Victor Hu
3aad0f9acc
Merge pull request #4925 from gurevichmark/makeconserver_message
conserver message change
2018-03-20 09:18:35 -04:00
zet809
ce19f4a4df Fix the rcons Console not ready issue but the bmc is accessible in fact (#4975) 2018-03-20 17:53:52 +08:00
bybai
3216511a32 fix rflash -d hang when there is no firmaware tars in SN 2018-03-20 05:53:03 -04:00
chenglch
25bede4130 Modify goconserver msg for SN
The message util from xCAT framework do not print where the message
comes from by default. This patch add [service host] prefix for the
message if message is from SN.
2018-03-20 15:32:50 +08:00
XuWei
3f31da4351 modified depending on comments 2018-03-20 02:17:04 -04:00
zet809
e56f0e68bb
Merge pull request #4966 from chenglch/gocons_sn_env
Fix command error in gocons caused by the env variable
2018-03-20 10:50:56 +08:00
xuweibj
799d6d93c2
Merge pull request #4960 from gurevichmark/openbmc_rbeacon_stat
OpenBMC rbeacon stat support in Python
2018-03-20 10:12:59 +08:00
Mark Gurevich
f7704119c4 conserver message change 2018-03-19 14:20:49 -04:00
Mark Gurevich
cdaf8df706 Fix for review comments 2018-03-19 13:30:30 -04:00
zet809
ae89233395
Merge pull request #4949 from xuweibj/enhance_bmcreboot
Enhance rpower bmcreboot, clear dumps if reboot to new firmware
2018-03-19 16:38:35 +08:00
yangsong
3d5cd23d0d fix issue chroot, rpm -qa error: Failed to initialize NSS library #4959 (#4967) 2018-03-19 16:28:05 +08:00
chenglch
b7bd03f151 Fix command error in gocons caused by the env variable
In hierarchical mode, xCAT insert variables in the command line,
but goconserver do not support this format. This patch put the
definition for environment variable to `{params}->{env}` field so
that the first argument of  `{params}->{cmd}` is executable.
2018-03-19 11:38:45 +08:00