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

4759 Commits

Author SHA1 Message Date
Kilian Cavalotti
c839a2c838 dhcp.pm: fix indentation of generated dhcpd.conf file 2017-02-07 14:21:14 -08:00
yangsong
822c083c93 Merge pull request #2447 from chenglch/tftp
Stop tftp service when xcatd shutdown completes
2017-02-06 00:19:58 -06:00
chenglch
04decbb47e Stop tftp service when xcatd shutdown completes
close-issue: #2436
2017-02-06 10:44:53 +08:00
Yuan Bai
2b19ff36eb Merge pull request #2433 from jjohnson42/fixvitalsman
Amend man page for rvitals
2017-01-26 12:19:07 +08:00
yangsong
69d893cefa Merge pull request #2417 from cxhong/2398
makentp -a returns NTP maynot be synchronized on servicenode
2017-01-23 02:36:43 -06:00
Jarrod Johnson
bdcf94d4c2 Fix various issues in confluent plugin
confluent plugin was triggering perl warnings in various
situations.  Correct those mistakes.
2017-01-20 14:59:28 -05:00
Mark Gurevich
a8a382857d Merge pull request #2421 from gurevichmark/vmstoragemodel
Use correct prefix for disks when vmstoragemodel=virtio
2017-01-19 17:18:20 -05:00
zet809
c6c5a0f36d Merge pull request #2420 from jjohnson42/fixrinvdimm
Fix rinv support for dimm
2017-01-19 16:20:26 +08:00
Casandra Qiu
3586bea59b modify the message 2017-01-18 15:45:57 -05:00
Mark Gurevich
ff4470e753 Use correct prefix for disks when vmstoragemodel=virtio 2017-01-18 15:30:32 -05:00
Jarrod Johnson
d74bfd04d6 Fix rinv support for dimm 2017-01-18 14:28:00 -05:00
yangsong
2f1e5accc1 Merge pull request #2395 from cxhong/onie
Change switchtype from cumulus to onie
2017-01-10 18:49:00 -06:00
Casandra Qiu
f843dcad3c Change switchtype from cumulus to onie 2017-01-10 15:38:14 -05:00
zet809
1cbb3883cd Merge pull request #2328 from cxhong/ntpfile
File /etc/sysconfig/ntpd doesn't exists in the SLES
2017-01-10 22:26:16 +08:00
chenglch
6b2d7edb14 Merge pull request #2388 from zet809/fix_issue_2362
Fix issue 2362: if packimage is not run, osimage in the chain table w…
2017-01-10 17:36:38 +08:00
ertaozh
91bfeeb16c Fix issue 2362: if packimage is not run, osimage in the chain table will fail on netboot images 2017-01-10 04:27:05 -05:00
ypbj
b5974bcaf1 update rinstall output 2017-01-10 03:04:27 -05:00
bybai
204b78bf86 makedns add redundant message in /etc/named.conf 2377 2017-01-09 04:12:08 -05:00
bybai
25de1b0129 polish it 2017-01-05 21:16:10 -05:00
bybai
fcc08f1e13 polish it 2017-01-04 21:11:34 -05:00
bybai
9432dbb5c8 fix 2206 add comments in /etc/named.conf indicating that it is generated by xCAT 2017-01-04 02:18:32 -05:00
Casandra Qiu
179f8211e3 change drift file to /var/lib/ntp/drift/ntp.drift 2017-01-03 14:50:00 -05:00
chenglch
6ebfd712bb return error code when updatenode command completed
close-issue: #2281
2017-01-03 16:10:24 +08:00
yangsong
b56f09f44d Merge pull request #2317 from penguhyang/centos1611
fix copycds can't auto copycd centos iso
2016-12-27 10:37:53 +08:00
ypbj
1ff745dbfe fix copycds can't auto copycd centos iso 2016-12-26 21:31:38 -05:00
zet809
6d5b7dba32 Merge pull request #2340 from xuweibj/bmcinfo
fix issue 2296, get correct mtms for B&S
2016-12-22 16:00:39 +08:00
XuWei
a1d590f85f fix issue 2296, get correct mtms for B&S 2016-12-21 23:44:02 -05:00
immarvin
4a1247fbe9 fix [FVT]set xcatdebugmode=1 does not work after xcatdebugmode is set to 2 #2337; use symbol links instead of hard link while creating grub.cfg.xxxx 2016-12-21 23:00:11 -05:00
Casandra Qiu
f08b804e74 modifed 2016-12-16 16:44:21 -05:00
Casandra Qiu
921213ea9e File /etc/sysconfig/ntpd doesn't exists in the SLES 2016-12-16 16:09:56 -05:00
Mark Gurevich
1f113afdc8 makeconservercf -d to remove all xCAT nodes 2016-12-15 15:32:41 -05:00
immarvin
46daf64a93 fix issue [DEV] 'makentp -a' always return 1 #2282 2016-12-07 01:58:29 -05:00
cxhong
e9db4962cc Merge pull request #2236 from bybai/sles
fix 2231 Failed to generate osimage definiton for sles11.4-x86_64-sta…
2016-12-05 10:17:12 -05:00
Xiaopeng Wang
6009f17957 Merge pull request #2223 from jjohnson42/master
Have snmpmon set the community string
2016-12-01 17:34:08 +08:00
chenglch
7c5ef74565 Become process group leader when updating firmware
As exec is invoked, child process can not ignore the signal sent
to the process group, use setpgrp to set the pgid to itself.

close-issue: #1849
2016-12-01 16:44:02 +08:00
bybai
6dbd5c88d5 fix 2231 Failed to generate osimage definiton for sles11.4-x86_64-statelite-compute after copycds 2016-11-30 06:38:29 -05:00
ertaozh
003290702e a syntax error within mknb.pm 2016-11-30 02:59:40 -05:00
immarvin
8686edb86d fix issue [CUSTOMER] Stale rootimg.gz file left in the rootimg dir caused node boot failed. #2225 2016-11-29 21:54:18 -05:00
Jarrod Johnson
dc6581a1f2 Have snmpmon set the community string
Some BMCs do not default to 'public' for alerts.
Change this to do public for now, since other parts
of the code are still hard baked.
2016-11-29 13:36:09 -05:00
zet809
c61b0cdba4 Merge pull request #2049 from cxhong/1947
Configure different model of BNT switches
2016-11-29 14:14:43 +08:00
zet809
30488810f3 Merge pull request #2203 from chenglch/rflashprogress
Redirect progress message to rflash log files when updating firmware
2016-11-28 17:17:40 +08:00
Yuan Bai
ed2ce1ff67 Merge pull request #2004 from cxhong/kit
Support kitcomponent can be add to higher version of OS, I am ok.
2016-11-28 15:33:49 +08:00
chenglch
8470c14090 Redirect progress message to rflash log files when updating firmware
Previously rflash process will be terminated when the tty session is closed
which is a very dangerous operation that may bricked the BMC. This patch will
ignore the `int`, `term` and `hup` signal when rflash is running and redirect
the output of ipmitool command to `/var/log/xcat/rflash/<node.log>` which make
the progress trackable. In addition,  -V option is provided to print more
verbose message from ipmitool when `hpm upgrade` command is running.

This patch also update the node status in the `nodelist` table to record
the rflash status.

fix-issue: #1849
2016-11-28 13:21:26 +08:00
immarvin
72f66aed71 fix [fvt] nodeset node diskless image failed for could not find the diskless image #2188 2016-11-22 02:59:09 -05:00
yangsong
223b3305ef Merge pull request #2168 from chenglch/cryptmethod
Load the cryptmethod in the passwd table to generate the password
2016-11-22 00:14:17 -06:00
chenglch
69fff6a31e Load the cryptmethod in the passwd table to generate the password
sha256 and sha512 crypt methods are supported from glibc 2.7 version.
This patch enable the crypt feature on linux system and encrypt the
password with sha256 by default.

implement: #1890
2016-11-22 13:10:41 +08:00
Casandra Qiu
eeb750f592 modified review comments from ErTao 2016-11-21 14:11:35 -05:00
Casandra Qiu
91b67db411 modify from ErTao's review 2016-11-21 14:11:35 -05:00
Casandra Qiu
093f966522 Configure different model of BNT switches 2016-11-21 14:11:34 -05:00
yangsong
6653dfdc6a Merge pull request #2178 from bybai/copycds
fix 2025 Re-enable the creation of statelite when copycds on RHEL 7
2016-11-20 21:14:08 -06:00