yangsong
72d20a23be
Merge pull request #2156 from gurevichmark/postinstall-doc
...
postinstall script description, formatting and spelling
2016-12-05 10:16:21 +08:00
tingtli
c5e3cad073
Merge pull request #2249 from junxiawang/1202
...
based on bug #2232 solution. Merge this cases update
2016-12-02 17:56:40 +08:00
junxiawang
7c20f65fef
modify litefile for ntp issue
2016-12-02 09:07:04 -05:00
zet809
402fbca69e
Merge pull request #2171 from whowutwut/PSIRT_bulletin
...
Add security bulletin for removal of hard coded password
2016-12-02 17:49:24 +08:00
Xiaopeng Wang
0754d97607
Merge pull request #2247 from zet809/fix_2.13_build_issue
...
To have xcat 2.13 build use package name like snap...
2016-12-02 16:22:15 +08:00
ertaozh
e2bbd534fb
To have xcat 2.13 build use package name like snap...
2016-12-02 02:03:06 -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
yangsong
e7d05434e8
Merge pull request #2240 from bybai/lname
...
fix statelite persistent dir use short name
2016-12-01 03:24:43 -06:00
zet809
5e2e6c5ace
Merge pull request #2243 from chenglch/rflashprogress
...
Become process group leader when updating firmware
2016-12-01 16:52:40 +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
junxiawang
f50d14e483
Merge pull request #2242 from tingtli/ntpbundle
...
remove invalid cases from bundle files
2016-12-01 13:56:36 +08:00
litingt@cn.ibm.com
77bc92534e
remove invalid cases from bundle files
2016-12-01 00:51:03 -05:00
bybai
3370a7d48e
fix statelite persistent dir use short name
2016-11-30 22:34:42 -05:00
Mark Gurevich
9cf54f66cb
Review recommended changes
2016-11-30 13:41:48 -05:00
Victor Hu
45a7f59b85
Update the table to reflect the update path for security bulletin to be for 2.9 release only for AIX
2016-11-30 12:31:56 -05:00
Xiaopeng Wang
94ef3a47ce
Merge pull request #2237 from bybai/ramdisk
...
fix no persistent dir in statelite ramdisk
2016-11-30 21:48:01 +08:00
bybai
d92f4b0697
fix no persistent dir in statelite ramdisk
2016-11-30 08:36:12 -05:00
zet809
a558fd18a5
Merge pull request #2235 from tingtli/vmcmdupdate
...
uopdate for vm debug
2016-11-30 17:35:00 +08:00
caomengmeng
2559fdd9f3
update spelling mistake
2016-11-30 17:00:56 +08:00
caomengmeng
4902e57034
update spelling mistake
2016-11-30 17:00:14 +08:00
litingt@cn.ibm.com
9781c1a2b8
uopdate for vm debug
2016-11-30 03:48:24 -05:00
Xiaopeng Wang
00f1946d45
Merge pull request #2234 from zet809/fix_issue_2233
...
a syntax error within mknb.pm
2016-11-30 16:07:13 +08:00
ertaozh
003290702e
a syntax error within mknb.pm
2016-11-30 02:59:40 -05:00
Yuan Bai
ab525018a2
Merge pull request #2229 from cxhong/2227
...
buildkit returns Global symbol "$rmpdir" requires explicit package name
2016-11-30 12:48:49 +08:00
Casandra Qiu
607dbd6c5c
buildkit returns Global symbol "$rmpdir" requires explicit package name
2016-11-29 22:26:00 -05:00
cxhong
7cc39f8fe0
Merge pull request #2228 from immarvin/ondisklessimg
...
fix issue [CUSTOMER] Stale rootimg.gz file left in the rootimg dir caused node boot failed. #2225
2016-11-29 22:02:13 -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
Victor Hu
6a3ab2a0b0
Merge pull request #2224 from pdlun92/genesis-build-i40e-msg
...
Added instructions to update i40e driver on build machine to output
2016-11-29 14:29:34 -05:00
Patrick Lundgren
c30cc15869
Corrected i40e-1.5.16.tar.gz download link
2016-11-29 14:21:41 -05:00
Patrick Lundgren
3e47bfb091
Added instructions to update i40e driver on build machine to output
2016-11-29 13:41:53 -05:00
Jarrod Johnson
95ae543086
Revert "Undefine the release number so that the spec files will continue"
...
This reverts commit 505a1c0556f684b204c0d5cbf955648d1df14209.
2016-11-29 13:37:32 -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
cxhong
8af3012528
Merge pull request #2208 from whowutwut/configBNT_desc
...
Add function to easily set a description string to BNT switches
2016-11-29 10:22:40 -05:00
Xiaopeng Wang
d6df52bbd5
Merge pull request #2215 from immarvin/onshebang
...
change the shebang of xcatpostinit1 to bash
2016-11-29 21:30:27 +08:00
immarvin
31832bc8fa
change the shebang of xcatpostinit1 to bash, since xcatpostinit1 used some bash features, in case that sh is not linked to bash
2016-11-29 08:16:28 -05:00
Xiaopeng Wang
c2168fb38a
Merge pull request #2212 from immarvin/onsysvinit
...
fix issue [fvt]diskfull provison node status always booting #2204
2016-11-29 15:38:43 +08:00
caomengmeng
033e6eac8a
Merge pull request #2210 from tingtli/makentp
...
update to remove ntp check
2016-11-29 14:54:25 +08:00
immarvin
e48098eddd
fix issue [fvt]diskfull provison node status always booting #2204
2016-11-29 01:22:15 -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
litingt@cn.ibm.com
8eb68137c2
update to remove ntp check
2016-11-29 01:00:19 -05:00
Weihua Hu
f8ca20a725
Merge pull request #2207 from immarvin/onmyps
...
fix issue [fvt]2.13 mypostscript syntax error in subroutine run_ps on sles11.4 #2183
2016-11-29 10:40:03 +08:00
Victor Hu
df6bf32775
Add function to set description text into the switch
2016-11-28 11:14:52 -05:00
immarvin
ba9ddb06da
fix issue [fvt]2.13 mypostscript syntax error in subroutine run_ps on sles11.4 #2183
2016-11-28 09:33:15 -05: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
Xiaopeng Wang
32ba9701ca
Merge pull request #1868 from zet809/fix_issue_1734
...
fix issue 1734: Update the help info for node.mac to know how to hand…
2016-11-28 13:24:39 +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
ertaozh
bea547512a
fix issue 1734: Update the help info for node.mac to know how to handle installnic bond
2016-11-25 22:59:26 -05:00
junxiawang
229fa4a50e
Merge pull request #2202 from tingtli/statelite
...
update cases since statelite osimage is default defined after copycds
2016-11-25 14:18:09 +08:00
junxiawang
56db168af7
Merge pull request #2200 from caomengmeng/update_ubuntu_xcat_spelling
...
update ubuntu install xcat-test spelling
2016-11-25 13:59:36 +08:00