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

17333 Commits

Author SHA1 Message Date
e7dbcc9575 The bmcdiscover command does not actually support -c option.
Removing it from the documentation
2016-05-05 20:24:29 -04:00
061ce1759f Merge pull request #1051 from whowutwut/bmc_check
Make the --check example consistent with the usage in bmcdiscover man page
2016-05-06 08:16:42 +08:00
0a7af7d330 Merge pull request #1052 from whowutwut/jarrod
Add back in the changes for mellanox workaround
2016-05-06 08:14:05 +08:00
ceb29d0c2c Commit 4fea80d7 added two files that are missed in the spec file
causing the build to break
2016-05-05 20:10:55 -04:00
cd0bc9ce8b Bring forward mellanox ethernet workaround 2016-05-05 20:10:40 -04:00
925044c7d5 Merge pull request #872 from cxhong/cuda
Add update_nvidia_driver section to CUDA installaltion documentation
2016-05-05 19:58:07 -04:00
7c92a214cd Use the --check option in the examples to be consistent with the usage. The -c option is still OK 2016-05-05 19:48:32 -04:00
7f34ac0504 Merge pull request #1049 from daniceexi/fix_genesis-base
change the version of genesis-base to 2.12; remote the hwdb.bin from …
2016-05-05 14:39:45 -04:00
40ac6cbca7 change the version of genesis-base to 2.12; remote the hwdb.bin from genesis-base for x86_64 2016-05-05 11:23:25 -04:00
503744a58f Merge pull request #1037 from xuweibj/WWNC
Get correct WWN and PATH values in getinstdisk
2016-05-05 10:52:22 -04:00
8bbc201ff1 Merge pull request #1043 from hu-weihua/xcattest
Fix issue 998 again,  restore xcattest back to original before bash dash problem
2016-05-05 21:11:10 +08:00
c135ef2125 Merge pull request #1045 from chenglch/nodelist
Do not undef nodelist reference in DB process
2016-05-05 21:03:47 +08:00
20d3453ad0 Do not undef nodelist reference in DB process
This patch add check method to wait for the DB process in xcatd.
Enhance the close method in Table.pm to disable the undef operation
for nodelist in DB process as the reference has already been cached
as a weak reference.

close-issue: #1011
2016-05-05 06:07:01 -04:00
c03bfae920 restore xcattest back to original before bash dash problem 2016-05-05 05:40:34 -04:00
6f7aaa8e3f Merge pull request #984 from penguhyang/log_ubuntu
Failed to find expected logs while site.xcatdebugmode=1 for ubuntu on ppc64le
2016-05-05 03:47:48 -05:00
7238c7391b make ubuntu as a specific scenario 2016-05-05 04:06:24 -04:00
9d4c8b9c09 Merge pull request #1040 from daniceexi/genesis_rm_mxl
issue 1025: remove the xml configuration files from genesis-base
2016-05-05 02:32:26 -05:00
c273f21555 issue 1025: remove the xml configuration files from genesis-base 2016-05-05 03:53:49 -04:00
5522e87514 Merge pull request #1030 from hu-weihua/xcattest
Support running cases in the sequence which bundle file defined
2016-05-05 14:48:10 +08:00
8f765ced7e correct the logs can't be forward the mn 2016-05-05 01:52:13 -04:00
a05c28c05e switchdiscover.pm: fix a minor issue for pull request 1003 2016-05-04 23:54:29 -04:00
ee00470df0 Merge pull request #1003 from cxhong/switch
Support switchdiscover snmp_scan command for sles11.4 and ubuntu
2016-05-05 11:22:10 +08:00
aa5a3af7f2 Update postgres_install.rst 2016-05-04 21:45:05 -04:00
4719373531 Update postgres_install.rst 2016-05-04 21:44:22 -04:00
c610e40a18 Get correct WWN and PATH values in getinstdisk 2016-05-04 21:23:43 -04:00
1284ad5447 Merge pull request #1039 from gurevichmark/rmvm_volume_error
call info() before deleting vm volume
2016-05-04 19:48:45 -04:00
a0ab377ecb call info() before deleting vm volume 2016-05-04 17:04:25 -04:00
c5faf316a9 Enable lsvm for kvm hypervisor (#1022)
* Enable lsvm for kvm hypervisor

* Remove commented line
2016-05-04 13:53:33 -04:00
4fed6d751a Use version_cmp() to compare the version number 2016-05-04 11:24:27 -04:00
a28f806493 Merge pull request #1034 from daniceexi/remove_mlx_files
bug 1025: temporarily remove two mlx files to avoid the xcat build fa…
2016-05-04 17:33:28 +08:00
33f4032ef9 bug 1025: temporarily remove two mlx files to avoid the xcat build failure. Will take them back later. 2016-05-04 06:01:09 -04:00
2ec0fd5629 Merge pull request #1033 from xcat2/revert-1019-fix_build_error
Revert "Adding two new files to xCAT-genesis-scripts spec file to resolve build error"
2016-05-04 16:26:15 +08:00
d99bc965e0 Revert "Adding two new files to xCAT-genesis-scripts spec file to resolve build error" 2016-05-04 16:24:36 +08:00
b41f9d6e30 Merge pull request #1031 from zet809/fix_issue_1005
fix issue 1005: [PCM] The issue of strong package dependency perl-HTT…
2016-05-04 16:14:51 +08:00
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
5b2517a299 Merge pull request #1026 from chenglch/nodelist
nodelist table object should not fetch the attribs in groups
2016-05-04 14:22:12 +08:00
465853dd4c support running cases in the sequence which bundle file defined 2016-05-04 02:00:17 -04:00
951aa06963 nodelist table object should not fetch the attribs in groups
This patch intent to fix the undef reference for nodelist temporarily.

partial-issue #1011
2016-05-03 22:50:03 -04:00
60a06d04e8 Update README.md
Add the redirect URL for the badges
2016-05-03 13:21:53 -04:00
41d6e9aca6 Update README.md
Fix the badges for RTD, this is in markdown syntax
2016-05-03 13:12:58 -04:00
ef5cdcc3a8 Update README.md
attempt to fix the RTD badge for latest
2016-05-03 13:09:43 -04:00
28fb5b8b2c Merge pull request #1021 from whowutwut/postgres
small doc clenaup - simplify install of postgres instructions, change Redhat->RedHat
2016-05-03 11:47:27 -04:00
2498055246 Changing Redhat to RedHat, Update the install for postgres to be a single
package with a wildcard, the other packages will get pulled in with the wild card
2016-05-03 09:24:02 -04:00
6e2f230ae4 Update README.rst
Added the 2.11 documentation status
2016-05-02 18:09:47 -04:00
dba9468fe1 Update README.rst
Another attempt to get the badges showing up on the GitHub page
2016-05-02 18:07:53 -04:00
21a9f8c03b Update README.md 2016-05-02 18:04:58 -04:00
daafd36e11 Update README.md
attempt to get the RTD build badges to show up
2016-05-02 18:01:51 -04:00
b5f7d42aa7 Update README.rst
Attempt to get the RTD badges working on the xCAT page
2016-05-02 18:00:42 -04:00
65b15f1a6d Update and rename README to README.rst 2016-05-02 17:58:04 -04:00
b3b0caa0d0 Fix readthedocs build error 2016-05-02 17:26:20 -04:00