2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-02 19:40:10 +00:00

25780 Commits

Author SHA1 Message Date
besawn
8717e15804
Merge pull request #6749 from gurevichmark/imgport
imgimport/imgexport better messages and option handling
2020-06-29 15:56:40 -04:00
cxhong
0bcdbba6cb
Merge pull request #6750 from gurevichmark/go_xcat_sles_retryr4
More improvements to go-xcat testcases
2020-06-29 15:46:14 -04:00
Mark Gurevich
77e80ac3e3 More improvements to go-xcat testcases 2020-06-26 10:31:29 -04:00
cxhong
bc07fbe7ce
Merge pull request #6747 from gurevichmark/go_xcat_sles_retry2
Improvements to go-xcat testcase
2020-06-25 16:04:36 -04:00
Mark Gurevich
e0fec1a85d imgimport/imgexport better messages and option handling 2020-06-25 15:59:13 -04:00
Mark Gurevich
3aebb472e9 Improvements to go-xcat testcase 2020-06-24 10:07:12 -04:00
cxhong
4e2ea01358
Merge pull request #6743 from gurevichmark/go_xcat_sles_retry
More improvements to go-xcat testcases
2020-06-23 17:02:37 -04:00
Mark Gurevich
9c6d0c0ab3
Merge pull request #6729 from chenhanxiao/substitute_by_order
xcattest: proper replace vars in test cases
2020-06-23 15:33:40 -04:00
Mark Gurevich
a6c2f45c14
Merge pull request #6731 from chenhanxiao/test_remove_imgimport_v
test: remove imgimport -v test case
2020-06-23 14:51:46 -04:00
Mark Gurevich
377ca2343b More improvements to go-xcat testcases 2020-06-23 11:14:41 -04:00
cxhong
dbe0fcdc12
Merge pull request #6741 from gurevichmark/go_xcat_ubuntu
Use absolute path for lsxcatd in testcase
2020-06-22 20:33:20 -04:00
Mark Gurevich
42d1667b3f Use source 2020-06-22 16:58:21 -04:00
Mark Gurevich
8238d7d1f7 Use absolute path for lsxcatd in testcase 2020-06-22 11:10:47 -04:00
besawn
8b45a8936a
Merge pull request #6740 from cxhong/cudadoc
Modify xCAT-server.spec to copy whole xcat/sample dir
2020-06-19 10:02:56 -04:00
cxhong
f13639f4d3
Merge pull request #6738 from gurevichmark/go-xcat-sles4
Retry go-xcat installation, if first attemp fails
2020-06-19 09:46:17 -04:00
cxhong
881a8716f4 use cp -r to copy whole xcat/sample dir 2020-06-19 09:30:35 -04:00
Mark Gurevich
8fe8004837 Retry go-xcat installation, if first attemp fails 2020-06-18 17:01:37 -04:00
besawn
aa62ac7b8d
Merge pull request #6736 from cxhong/cudadoc
Add Cuda11 sample diskful install script
2020-06-18 16:59:12 -04:00
cxhong
9265ef98f4 Modified readme and remove cuda_power9_setup 2020-06-18 15:12:01 -04:00
cxhong
05f4119eae Add Cuda11 setup scripts 2020-06-17 15:45:30 -04:00
Mark Gurevich
e60fe592c2
Update version to 2.16.1 2020-06-17 12:33:25 -04:00
Mark Gurevich
89478e8856
Update version to 2.16.1 2020-06-17 12:32:25 -04:00
cxhong
a01313868a
Merge pull request #6733 from gurevichmark/go-xcat-sles3
Add no-cache option to go-xcat testcases
2020-06-16 14:31:30 -04:00
cxhong
b0eddec29c
Merge pull request #6734 from gurevichmark/sles_migration_test
Testcase fixes
2020-06-16 14:30:17 -04:00
Mark Gurevich
7402d9b692 Testcase fixes 2020-06-16 13:42:57 -04:00
Mark Gurevich
0bafaab3c5 Add no-cache option to go-xcat testcases 2020-06-16 11:08:07 -04:00
cxhong
09bd5d87a5
Merge pull request #6732 from gurevichmark/go-xcat-sles2
Flush out deps repomd.xml
2020-06-15 11:02:08 -04:00
Mark Gurevich
c17587e6f4 Flush out deps repomd.xml 2020-06-12 13:15:03 -04:00
Chen Hanxiao
6b0a287cbe test: remove imgimport -v test case
we don't support show version of imgimport.
-v means verbose for imgimport.
So delete this testcase.

Issue:
# imgexport -v
Error: [xcat]: Cannot find /root/-v

Reported-by: Yang Jian <fun_yang@foxmail.com>
Signed-off-by: Chen Hanxiao <chen_han_xiao@126.com>
2020-06-10 16:32:44 +08:00
besawn
a93c7c9dcb
Merge pull request #6730 from gurevichmark/xcat2_2.16.x_release
Adding 2.16.x release information
2020-06-09 14:42:00 -04:00
Mark Gurevich
199b6ba921 Adding 2.16.x release information 2020-06-09 10:59:31 -04:00
Chen Hanxiao
8bb7671a23 xcattest: proper replace vars in test cases
xcattest will replace vars in testcases.
But vars with same prefix will lead to a replacement failure.

Issue:
XCATTEST_PORT=500 XCATTEST_CN=xcat-com001 XCATTEST_PDU=xmount XCATTEST_PDUIP=192.168.200.100 xcattest -t mkdef_pdu_object

cmd:mkdef $$PDU groups=pdu ip=$$PDUIP mgt=pdu nodetype=pdu

will be:

RUN:mkdef xmount groups=pdu ip=xmountIP mgt=pdu nodetype=pdu

$$PDUIP had no chance to be substituted.

Reported-by: Yang Jian <fun_yang@foxmail.com>
Signed-off-by: Chen Hanxiao <chen_han_xiao@126.com>
2020-06-09 16:54:43 +08:00
cxhong
07269dd010
Merge pull request #6728 from gurevichmark/go-xcat-sles
Flush out repomd.xml
2020-06-08 17:10:07 -04:00
Mark Gurevich
1392140002 Flush out repomd.xml 2020-06-08 15:43:45 -04:00
cxhong
5c403dd617
Merge pull request #6727 from jjohnson42/fixsusehostname
Set hostname sooner for SuSE stateless images
2020-06-08 10:51:08 -04:00
Mark Gurevich
9c6cc57282
Merge pull request #6726 from chenhanxiao/remove_imgexport_v_test
test: remove imgexport -v test case
2020-06-05 11:21:37 -04:00
Jarrod Johnson
e5f01f7781 Set hostname sooner for SuSE stateless images
This avoids ugly behaviors where hostname is set
late or not at all.
2020-06-05 11:15:12 -04:00
Chen Hanxiao
ebbe32a81d test: remove imgexport -v test case
we don't support show version of imgexport.
-v means verbose for imgexprot.
So delete this testcase.

Issue:
# imgexport -v
Exporting  to /root...
Error: [fnst-c0]: Cannot find image '' from the osimage table.

Signed-off-by: Chen Hanxiao <chen_han_xiao@126.com>
2020-06-05 11:43:58 +08:00
Mark Gurevich
518259192d
Merge pull request #6725 from cxhong/confignics
Remove confignics from xCAT documentation
2020-06-04 12:41:36 -04:00
cxhong
bd7ff51f6c Remove confignics for xCAT doc 2020-06-04 10:00:56 -04:00
besawn
8d84208579
Merge pull request #6720 from gurevichmark/uefi_fat32
Set UEFI filesystem to fat32
2020-06-04 09:14:12 -04:00
besawn
5c7e54797e
Merge pull request #6717 from cxhong/defaultroute
Fix duplicate entries in the ifcfg files
2020-06-04 09:11:33 -04:00
besawn
5bb801d97d
Merge pull request #6713 from gurevichmark/bmcdiscover_pw_change
Add option to bmcdiscover command to change default BMC password
2020-06-02 08:28:23 -04:00
Mark Gurevich
b2e4c93c2b Typo fix 2020-06-01 17:39:29 -04:00
cxhong
956f316392
Merge pull request #6722 from gurevichmark/dbootstrap
Improve genimage message
2020-06-01 17:38:01 -04:00
cxhong
b51e48c8cb
Merge pull request #6723 from gurevichmark/namedincludes_schema
Add namedincludes to site table documentation
2020-06-01 17:26:22 -04:00
Mark Gurevich
666399a22e Add namedincludes to site table documentation 2020-06-01 15:11:39 -04:00
Mark Gurevich
1c88d50163 Improve genimage message 2020-06-01 14:29:12 -04:00
Mark Gurevich
239f883e5f Set UEFI filesystem to fat32 2020-06-01 10:13:50 -04:00
cxhong
b8dae1c4cd
Merge pull request #6705 from Obihoernchen/nicutils-fixes
Multiple nicutils.sh fixes
2020-05-28 16:37:07 -04:00