xuweibj
b17c588896
Merge pull request #5359 from gurevichmark/rflash_lock
...
Lock rflash operation
2018-08-17 15:31:28 +08:00
zet809
dc04c54101
To replace PR 5130: Update version_control_inventory.rst ( #5530 )
2018-08-17 15:28:31 +08:00
zet809
b4bc1e9996
Merge pull request #5486 from jjohnson42/fixconfigfpc
...
fix configfpc with no gateway
2018-08-17 15:13:33 +08:00
Mark Gurevich
9659708a96
Add --noupdateinitrd option to rinstall ( #5523 )
2018-08-17 14:49:23 +08:00
Bin Xu
2b26797195
getAllNodeAttribs will query site table too much ( #5505 ) ( #5521 )
...
- move `get_site_attribute` out from loop
2018-08-17 14:42:12 +08:00
yangsong
ebc04e4cbc
support args in postinstallscripts ( #5462 )
...
* support args in postinstallscripts
* add the script to inject systemd service unit
2018-08-17 11:23:56 +08:00
cxhong
dcaa21aa13
Support multiple syncfile list for packimage process ( #5524 )
2018-08-17 11:01:55 +08:00
cxhong
0dc260db29
Merge pull request #5514 from robin2008/getopenbmccons
...
Improve getopenbmccons performance (#5507 )
2018-08-16 14:34:49 -04:00
Gᴏɴɢ Jie
0f190b79a5
[go-xcat] Dirty workaround for github issue #5503 on SLES 11 SP4 ( #5522 )
2018-08-16 19:43:16 +08:00
xuweibj
5164086ffb
Merge pull request #5519 from zet809/fix_issue_5518
...
Fix issue 5518: perl-xCAT/xCAT/MacMap.pm on ubuntu18.4 and rhels6.10
2018-08-16 15:33:27 +08:00
ertaozh
a0e369430d
Fix issue 5518: perl-xCAT/xCAT/MacMap.pm on ubuntu18.4 and rhels6.10
2018-08-16 01:49:53 -04:00
yangsong
ed890e6e23
refine the timeout values during cumulus discovery ( #5502 )
2018-08-15 18:23:46 +08:00
Gᴏɴɢ Jie
8c6a111c59
Merge pull request #5515 from immarvin/ondebugmode
...
fix when xcatdebugmode=1, non shell (/bin/sh) postscripts will not show output back on MN #5510
2018-08-15 18:13:38 +08:00
yangsbj
7cf413a073
fix when xcatdebugmode=1, non shell (/bin/sh) postscripts will not show output back on MN #5510
2018-08-15 06:11:22 -04:00
robin2008
957eaf8016
Improve getopenbmccons performance ( #5507 )
...
- as it is only DB operation, do all things in preprocess_handler
- pass 'node' instead of 'noderange' to avoid accessing whole `nodelist`
2018-08-15 16:59:39 +08:00
Weihua Hu
6998bca246
Merge pull request #5512 from neo954/sles-migration
...
Fix xCAT migration test cases on SLES
2018-08-15 16:50:08 +08:00
Gᴏɴɢ Jie
76d50d11ec
Update xCAT document for Ubuntu 18.04 ( #5477 )
...
* Update xCAT document for Ubuntu 18.04
* Fix github issue #1203 . Update document for Ubuntu installation without Internet.
* Fix grammatical errors
2018-08-15 16:08:33 +08:00
GONG Jie
bf0bded830
Fix xCAT migration test cases on SLES
2018-08-15 15:27:52 +08:00
Bin Xu
fe9743fdd4
1, add the content for httpd tuning ( #5513 )
...
2, adjust the parameters based on field feedback
2018-08-15 15:27:13 +08:00
xuweibj
028be486e3
Merge pull request #5418 from hu-weihua/ci_label
...
Using label to enhance CI test
2018-08-15 10:37:26 +08:00
huweihua
5871e21758
comment debug info out
2018-08-14 06:09:24 -04:00
Weihua Hu
1f10e1e434
Merge pull request #5504 from zet809/fix_issue_5499
...
fix issue 5499: rflash option needed to update PNOR or BMC individually for P9 OpenPower servers
2018-08-14 17:31:51 +08:00
huweihua
57896422a4
add some comment in code
2018-08-14 05:24:40 -04:00
Weihua Hu
547b02a351
Merge pull request #5441 from tingtli/task234
...
add cases for xcat-inventory support credential export and import
2018-08-14 15:20:05 +08:00
huweihua
30997ee330
using label to enhance CI test
2018-08-14 03:01:33 -04:00
ertaozh
2790444a95
recovery files, fix directory problem
2018-08-14 14:09:51 +08:00
Mark Gurevich
ecec67cfca
Stop rinstall processing if runimage is invalid ( #5447 )
2018-08-13 22:53:22 +08:00
ertaozh
d7b0c0e11b
fix issue 5499: rflash option needed to update PNOR or BMC individually for P9 OpenPower servers
2018-08-13 06:11:37 -04:00
Thilo Maurer
d1bf861f7b
bash [[ notation requires bash ( #5496 )
...
* remove dependency on bash [[ notation
* use bash instead of sh
2018-08-13 16:10:47 +08:00
zet809
a0ce284dd2
Merge pull request #5494 from immarvin/ondiserr
...
nodediscover.pm: print error message when failed to open socket to 3001 port of the node under discovery
2018-08-13 16:02:59 +08:00
zet809
5bd017f827
Merge pull request #5492 from immarvin/onztp
...
MacMap: skip obtaining macmap table from switches without any port connect to switchs and pdus while discovering switch
2018-08-13 10:33:03 +08:00
yangsbj
a07ee82026
nodediscover.pm: print error message when failed to open socket to 3001 port of the node under discovery
2018-08-10 05:57:09 -04:00
yangsbj
ed45d465c5
MacMap: skip obtaining macmap table from switches without any port connect to switchs and pdus while discovering switch
2018-08-10 05:12:20 -04:00
Victor Hu
2b28060936
Merge pull request #5487 from thilo-maurer/master
...
fix typo in informational message
2018-08-09 11:51:02 -04:00
Thilo Maurer
2db3d143c1
fix typo in informational message
2018-08-09 17:25:59 +02:00
Jarrod Johnson
a71a6c40b0
fix configfpc with no gateway
2018-08-09 09:43:38 -04:00
Weihua Hu
a87db132b7
Merge pull request #5479 from thilo-maurer/master
...
Fix broken xcat-probing for static IP on ubuntu
2018-08-09 18:15:46 +08:00
Gᴏɴɢ Jie
1a9e15ef01
Use xCAT Automatic Signing Key, 5619700D to do the signing. ( #5485 )
...
RHEL5 is archaic. Use the default hash algorithm to do the checksum. Which is SHA-256 on RHEL6.
2018-08-09 17:27:46 +08:00
cxhong
23eaf2096b
Merge pull request #5482 from immarvin/onztp
...
skip discovery if the static dhcp lease of switch already exists
2018-08-08 16:32:41 -04:00
yangsbj
f1bd7c71e2
skip discovery if the static dhcp lease of switch already exists
2018-08-08 06:54:04 -04:00
Weihua Hu
87c2faddc4
Merge pull request #5475 from neo954/fix-go-xcat-test-case
...
Fix test case go_xcat_noinput. Ignore the exit code of gpg installation
2018-08-08 16:49:06 +08:00
Thilo Maurer
e0097dcf21
fix probing for static IP: proper escaping of backslash
2018-08-08 10:23:35 +02:00
GONG Jie
9005fb470a
Fix test case go_xcat_noinput. Ignore the exit code of gpg installation
2018-08-08 13:14:26 +08:00
xuweibj
a428807868
set buildall to default when build ubuntu ( #5474 )
...
- same behavior as building rpm
2018-08-08 10:09:43 +08:00
Yuan Bai
de8dadfd41
fix /etc/hosts empty in sles12sp3 diskful installation ( #5469 )
...
* fix /etc/hosts empty
* fix /etc/hosts empty
2018-08-07 14:57:08 +08:00
xuweibj
523ada7297
Merge pull request #5473 from robin2008/build-tar
...
put the tarball directly under DEST directory when building xcat-core
2018-08-07 13:57:41 +08:00
robin2008
b319523ae3
put the tarball directly under
2018-08-07 13:54:24 +08:00
Bin Xu
dee3cd8b61
code error cause rpm package is not signed ( #5471 )
2018-08-07 09:51:27 +08:00
Bin Xu
4b73e824a9
enhancement on build xcat-core script to support output to directory ( #5424 )
...
* enhancement on buildcore.sh:
- support DEST=<output path>
- handle the case when checkout a tag
* build for ubuntu
* make more consistent behavior for build rpm and deb
2018-08-06 17:01:39 +08:00
xuweibj
f1bb7fbb30
Merge pull request #5468 from hu-weihua/psh_i
...
Add more debug information to test case psh_i for issue 5466
2018-08-06 17:00:34 +08:00