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

7344 Commits

Author SHA1 Message Date
ertaozh
d48f5a35fa fix issue 1005: [PCM] The issue of strong package dependency perl-HTTP-Async and perl-Net-HTTPS-NB 2016-05-04 02:55:57 -04:00
Jarrod Johnson
cb0dab1f92 Merge github.com:jjohnson42/xcat-core 2016-04-29 11:35:06 -04:00
Jarrod Johnson
0ac9feda3e Add Trusted IMM build to rinv
Report trusted build id when detected.
2016-04-29 11:32:51 -04:00
immarvin
ea5933eac0 /usr/lib/lsb/remove_initd and /usr/lib/lsb/install_initd shipped in redhat-lsb-core has been a link to chkconfig in redhat7.2, whis will cause problem while enabling xcatd service after xCAT-server installation when redhat-lsb-core is installed 2016-04-29 04:48:12 -04:00
immarvin
6d38f7e3bc remove install_initd and remove_initd in spec 2016-04-29 04:25:24 -04:00
Xiaopeng Wang
ae5ce53415 Merge pull request #990 from zet809/fix_rinv_issue_for_garrison
Enhance rinv for OpenPower Servers
2016-04-29 11:35:52 +08:00
ertaozh
300dabc333 Enhance rinv for garrison server 2016-04-28 22:35:33 -04:00
WangXiaoPeng
8bdfc11977 fix the typo effor which introduced from 850051bd75511b42e7373f85274b0f1dc92447b2 in xcatconfig file 2016-04-28 21:41:48 -04:00
Xiaopeng Wang
0685db16cb Merge pull request #915 from pdlun92/rsa
Removed keygen of SSH1 RSA Key
2016-04-28 18:20:03 +08:00
tingtli
99e4f718aa Merge pull request #947 from junxiawang/dockerxcatreg
modify xCATreg for setup docker hosts
2016-04-28 17:33:22 +08:00
Xiaopeng Wang
1430060fb2 Merge pull request #974 from chenglch/auditlog
Stop audit command log by default
2016-04-28 16:49:45 +08:00
Xiaopeng Wang
ccc72b0742 Merge pull request #996 from chenglch/xcatdint
Delete signal to stop monitor process
2016-04-28 16:41:50 +08:00
Xiaopeng Wang
0749393621 Merge pull request #967 from whowutwut/bmcdiscover_option
Add the -u and -p option back into the man page for bmcdiscover
2016-04-28 16:27:42 +08:00
chenglch
4deb5505f3 Delete signal to stop monitor process
Currently INT signal and USR2 signal are sent to stop the monitor
process at the same time, just keep USR2 as the stop signal in this
patch.

Close-issue: #972
2016-04-28 03:42:38 -04:00
tingtli
81e74d1fc3 Merge pull request #979 from hu-weihua/xCATreg
Fix bug978 update xCATreg.pl to resolve the miniiso replacement issue
2016-04-28 15:17:14 +08:00
Victor Hu
d82e14b566 Change the usage to contain the short options for simplicity
- Fix the behavior so we obtain the default user/pass from the passwd table
- overwrite the default using the command line options
- only the --check requires the user and pass to be passed in
- Do not display anything or write if the user/pass is incorrect, ERROR out
2016-04-28 00:18:56 -04:00
Victor Hu
e55bb69c3e Fix Formatting 2016-04-27 23:50:48 -04:00
GONG Jie
9fee6ce2e3 Fix github issue #983, use the right kernel package name shipped in Ubuntu 14.04.4 2016-04-27 15:41:11 +08:00
hu-weihua
d38d859ca1 modify indent 2016-04-27 01:38:00 -04:00
hu-weihua
df7236cad3 fix bug978 update xCATreg.pl to resolve the miniiso replacement issue 2016-04-27 01:34:48 -04:00
chenglch
f85446fe1a Stop audit command log by default
Audit every command in auditlog table may affect performance, disable
it by default.

close-issue #864
2016-04-26 06:00:57 -04:00
Xiaopeng Wang
750e82f4f2 Merge pull request #965 from zet809/fix_issue_948
fix issue 948 [DEV] RHEL 7.2 can't install on ppc64le Non-Virtualized
2016-04-25 19:56:26 +08:00
ertaozh
52061dd662 Fix issue 942:[PCM] CN IP loss after 12 hours due to the dhcp.lease timeout value 43200 2016-04-25 05:38:05 -04:00
ertaozh
d2475a918d fix issue [DEV] RHEL 7.2 can't install on ppc64le Non-Virtualized 2016-04-25 04:09:43 -04:00
Xiaopeng Wang
40542f6c3c Merge pull request #927 from immarvin/onsslcertsha
replace the digest algorithm of xCAT ssl certificate from sha1 to sha256
2016-04-25 11:24:31 +08:00
immarvin
80bee1d916 fix a typo in rh/genimage 2016-04-21 02:41:12 -04:00
Victor Hu
dc2d93cc50 Merge pull request #936 from gurevichmark/grub2_shell
Fix nodeset command for shell and shutdown options and fix usage and man page
2016-04-20 11:46:55 -04:00
Mark Gurevich
f20fd2a869 perltidy grub2.pm 2016-04-20 11:38:40 -04:00
junxiawang
f725f467db modify xCATreg for setup docker hosts 2016-04-19 07:37:31 -04:00
Mark Gurevich
d1bb364ff6 Fix nodeset command for shell and shutdown options and fix nodeset usage and man page 2016-04-18 14:14:10 -04:00
Xiaopeng Wang
de22c14c19 Merge pull request #930 from immarvin/onrh6genimage
fix issue #901:add xz to rh6 netboot pkglist; do not mount /proc,/sys and /dev during genimage for rh6; do not add syslog module for dracut to generate initrd on rh6
2016-04-18 19:45:31 +08:00
immarvin
0488542cb2 refine the coding style;add comments 2016-04-18 03:00:25 -04:00
ertaozh
3d4b215b33 Fix issue 863: mac could not be assigned to docker container 2016-04-15 05:13:55 -04:00
neo954
d42b386f52 Merge pull request #913 from hu-weihua/ibpkglist
Add new IB pkglist files
2016-04-15 15:41:10 +08:00
hu-weihua
7aae5f4181 add dependencies for diskless 2016-04-14 23:16:19 -04:00
hu-weihua
53e3546e61 add dependencies for diskless 2016-04-14 23:14:24 -04:00
chenglch
696858df04 Merge pull request #926 from zet809/fix_issue_863
write MAC when creating docker container, remove connect network and/…
2016-04-15 11:06:08 +08:00
Mark Gurevich
a4615fc8ba rmvm command man page and type fixes 2016-04-14 15:09:36 -04:00
immarvin
7876697e30 add xz to rh6 netboot pkglist;do not mount /proc,/sys and /dev during genimage for rh6;do not add syslog module for dracut to generate initrd on rh6 2016-04-14 10:39:35 -04:00
hu-weihua
831600b5ce update for rhels7.2 on ppc64le for diskless 2016-04-14 03:38:08 -04:00
immarvin
e09ef72014 replace the digest algorithm of xCAT ssl certificate from sha1 to sha256 2016-04-14 03:01:10 -04:00
ertaozh
c21d08c3e7 write MAC when creating docker container, remove connect network and/or disconnect network 2016-04-14 02:57:05 -04:00
yangsong
5338644b00 Merge pull request #897 from penguhyang/mess_output_rscan
change the rscan output format
2016-04-13 01:01:27 -05:00
Patrick Lundgren
850051bd75 removed keygen of rsa1 key and removed references / replaced with rsa key when appropriate 2016-04-12 09:50:16 -04:00
hu-weihua
0ea278bc4c add pkglist for ppc64 and ppc64le environment 2016-04-12 04:03:51 -04:00
Jarrod Johnson
0815a44929 Copy location data into confluent on makeconfluentcfg 2016-04-11 16:07:23 -04:00
penguhyang
c4b7f5505f change the rscan output format 2016-04-07 22:18:32 -04:00
immarvin
de22c82227 shebang of xcatinstallpost generated by post.xcat not in the beginning 2016-04-07 04:46:09 -04:00
bybai
73bd16638c fix issue 882 spelling mistake while stopping docker container 2016-04-06 21:56:05 -04:00
Xiaopeng Wang
c2418b67d7 Merge pull request #843 from immarvin/onubtmulpkglist
add support for multiple pkglist for ubuntu
2016-04-01 18:32:05 +08:00