2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-20 21:20:36 +00:00
Commit Graph

24277 Commits

Author SHA1 Message Date
1e90fb67ee [Docu] Remove "Install NVIDIA Management Library"
You can't install NVML anymore. NVML has been part of CUDA since CUDA version 8. See: https://developer.nvidia.com/gpu-deployment-kit
```
The GPU Deployment Kit is part of the CUDA Toolkit, in versions 8 and later, and is no longer available as a separate download.
```
The package is called: `cuda-nvml-dev-9-2.ppc64le`
2018-09-27 18:59:12 +02:00
68d102267e Merge pull request #5668 from Obihoernchen/patch-6
[Docu] IB switch configuration: fix passwd entry
2018-09-27 14:55:35 +08:00
0deadcaf85 Merge pull request #5671 from hu-weihua/inventorylabel
Looks good to me. I agree to  merge
2018-09-27 14:41:29 +08:00
d8f69ef52c add label for xcat-inventory test cases 2018-09-27 00:48:35 -04:00
8fb1fc8dbe Merge pull request #5670 from cxhong/5655
Get group name from lsdef command
2018-09-26 17:06:02 -04:00
0a6e854786 get group name for lsdef command 2018-09-26 16:23:47 -04:00
dfe968db2f [Docu] IB switch configuration: fix passwd entry
The entry in the passwd table has to use the key `switch`, otherwise the sshusername and password is not detected.

See `man switches` page:
```
       sshusername
                 The remote login user name. It can be for ssh or telnet. If it is for telnet,
                 set protocol to "telnet". If the sshusername is blank, the username, password
                 and protocol will be retrieved from the passwd table with "switch" as the key.

       sshpassword
                 The remote login password. It can be for ssh or telnet. If it is for telnet, set
                 protocol to "telnet". If the sshusername is blank, the username, password and
                 protocol will be retrieved from the passwd table with "switch" as the key.
```
See `man passwd` page:
```
       key
              The type of component this user/pw is for. Valid values: blade (management module), 
              ipmi (BMC), system (nodes), omapi (DHCP), hmc, ivm, cec, frame, switch.
```
2018-09-26 14:48:09 +02:00
722709b61e Merge pull request #5666 from zet809/replace_5623
Replace 5623: Correct typo in xCAT-vlan spec file comment
2018-09-26 11:19:37 +08:00
c675a653db Merge pull request #5643 from jjohnson42/cnosxdsh
Add CNOS compatible xdsh config
2018-09-26 10:49:05 +08:00
4bfa23e1bb fix issue 5633, enhance check tftp service (#5639)
* fix issue 5633, enhance check tftp service
2018-09-26 10:30:41 +08:00
eb0b2e022c Replace 5623: Correct typo in xCAT-vlan spec file comment 2018-09-25 22:23:17 -04:00
827bdf3497 Merge pull request #5651 from zet809/fix_issue_5649
Fix issue 5649: makedhcp misleading error message
2018-09-26 09:36:11 +08:00
b9773ba57d Merge pull request #5657 from Obihoernchen/patch-3
[Docu] Correct default xcatsslversion
2018-09-25 13:12:24 -04:00
366eef33a2 Modify warning message based on comments 2018-09-25 07:58:02 -04:00
1ad3eada3e Merge pull request #5638 from gurevichmark/rhev_doc
Update RHEV docs
2018-09-24 14:53:58 -04:00
5ca6e01b83 [Docu] Correct default xcatsslversion
It's TLSv1 not SSLv3 anymore.
2018-09-22 02:29:13 +02:00
819b20b660 Merge pull request #5653 from robin2008/xcatperftest
Two changes on xcatperftest
2018-09-21 18:08:49 +08:00
185b0e3579 Two changes on xcatperftest
- add timeout when executing the test commands
- add `lsdef -w` and `chdef -p` into default commands list
2018-09-21 18:02:46 +08:00
224aea1fe2 Merge pull request #5634 from tingtli/bug1641
add a case for bug 1641 go-xcat update will continue even if required repoquery command is not installed
2018-09-21 16:07:42 +08:00
26b142d2d4 Fix issue 5649: makedhcp misleading error message 2018-09-21 02:11:58 -04:00
603d5e59b2 update according to comments 2018-09-21 02:00:00 -04:00
2945c8fe4d Add pointer to localdisk 2018-09-20 16:59:05 -04:00
64d070b36d fix issue genimage failure might cause /proc umounted #5640 (#5648) 2018-09-20 17:04:52 +08:00
a642a04b4a update case for task 246,xcat-inventory support regular expression (#5647) 2018-09-20 15:24:53 +08:00
a9190ecee6 Remove 2 PR template under .github/PULL_REQUEST_TEMPLATE which can not be applied automatically (#5585) 2018-09-20 09:36:12 +08:00
fa37529d24 Add CNOS compatible xdsh config 2018-09-19 10:56:21 -04:00
4164dd2dc9 Merge pull request #5628 from xuweibj/I302
modify openbmc python installation doc
2018-09-18 10:27:53 -04:00
3447544ffb Update RHEV docs 2018-09-18 09:59:25 -04:00
95ca105635 enhancements for sle15 diskful CN deployment (#5605)
* add sle dir for copycds

* remove HPC packages from sle15 template

* copycds support ppc64le sle15

* support packages products for sle15

* create repos  for all products in sle15 Package ISO

* fix deployment status postbooting in sle15

* support sle15

* add copycds example for sle15

* generate add_on product

* polished

* adjust product_dir
2018-09-18 18:03:32 +08:00
83b1749f88 Merge pull request #5625 from samveen/ks_impr
Kickstart improvements
2018-09-17 15:33:44 -04:00
6419d31dbd fix no space left on sles12.3 (#5636) 2018-09-17 16:58:36 +08:00
4e4e4ca29b xcat-inventory diff cases (#5632)
* xcat-inventory diff cases

* modified depending on comments
2018-09-17 16:17:27 +08:00
92709f27cc add a case for bug 1641 go-xcat update will continue even if required repoquery command is not installed 2018-09-16 23:21:02 -04:00
8132701423 fix issue 5627, find verbose option and delete it for openbmc perl (#5629) 2018-09-14 18:21:40 +08:00
089c6c576c Update ubuntu_os_other_pkg.rst
Fix some spelling issues and update formatting
2018-09-13 14:27:55 -04:00
8fe2d9a49b modify openbmc python installation doc 2018-09-12 01:29:18 -04:00
ce76aa18e9 fix issue 5617, show existed node info when bmcdiscover -z (#5619) 2018-09-11 16:34:21 +08:00
67a633361f Fix RH/C 7 kvm templates to add NM disable postscript 2018-09-11 05:06:33 +00:00
0abda98260 minor improvements to ks files 2018-09-11 04:59:47 +00:00
fdd5772c5b Fix github issue #5577, document update (#5578) 2018-09-11 09:23:40 +08:00
863c36c83f Make disjoint mode working when service node up (inittime=1) (#5553)
* Make disjoint mode working when service node up (inittime=1), and in the time not run in parallel to avoid access DB too much

* For shared tftp, nothing need to be done in AAsn
2018-09-11 09:22:08 +08:00
83a8245a03 Merge pull request #5569 from xuweibj/reset
retry in rpower reset when get 'Connection aborted' [ DO NOT MERGE ]
2018-09-07 09:11:29 -04:00
b23ec253be Merge pull request #5607 from xuweibj/ib
fix issue 5604, delete extra / of rootimgdir
2018-09-07 14:29:19 +08:00
2220828d78 fix bug #5612 of xcattest (#5613) 2018-09-07 11:14:19 +08:00
d6f1eef857 Merge pull request #5603 from xuweibj/I5245
fix issue 5245, return 0 when pscp -h
2018-09-07 11:06:14 +08:00
1208e74358 fix issue 5604, delete extra / of rootimgdir 2018-09-06 22:53:39 -04:00
1235521e46 Merge pull request #5602 from gurevichmark/https_setting
Clarify doc for REST API over http
2018-09-06 17:07:30 -04:00
752c704346 Minor change in the wording for the last note on this page 2018-09-06 17:06:44 -04:00
2f33ccbddf Adding some minor formatting changes 2018-09-06 16:51:45 -04:00
e6abe56c5d Commiting suggested review changes 2018-09-06 16:07:21 -04:00