2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 09:13:08 +00:00

26042 Commits

Author SHA1 Message Date
besawn
ac3fc3fa7a
Merge pull request #6970 from gurevichmark/go-xcat-ol
Add Oracle Linux to go-xcat
2021-05-07 16:26:02 -04:00
Mark Gurevich
9c13a7712f Add Oracle Linux to go-xcat 2021-05-07 13:19:39 -04:00
besawn
b2a60b8995
Merge pull request #6969 from peterwywong/copycds
Recognize Cumulus bin file correctly on RHEL 8.x
2021-05-06 07:59:31 -04:00
Wai Yee Wong
fb34d2b9ff Cumulus bin file to be recognized correctly on RHEL 8.x 2021-05-05 17:23:03 -04:00
besawn
40ae0ce2f3
Merge pull request #6968 from gurevichmark/netstat2
Exclude processing host entries for makenetworks
2021-05-05 15:00:50 -04:00
Mark Gurevich
a9f00e5098 Exclude processing host entries for makenetworks 2021-05-05 13:53:32 -04:00
besawn
f2ded4f4b1
Merge pull request #6967 from peterwywong/makentp-2
Improve verification of makentp_extntpserver_value
2021-05-05 13:23:58 -04:00
Wai Yee Wong
42db72b38c Remove makentp -V 2021-05-05 11:09:43 -04:00
besawn
9f3900e0bd
Merge pull request #6964 from gurevichmark/netstat
Use ip instead of deprecated netstat
2021-05-04 15:30:39 -04:00
besawn
86dee778e4
Merge pull request #6963 from gurevichmark/diskless_test_rmimage
Regression testcase improvements
2021-05-04 14:44:43 -04:00
Wai Yee Wong
72efeba881 Improve verification of makentp_extntpserver_value 2021-05-04 14:06:20 -04:00
besawn
5c288d0f9d
Merge pull request #6965 from gurevichmark/xcatd_start2
Extend timeout for xcatd
2021-05-04 14:03:02 -04:00
Mark Gurevich
90b3707341 Undo bundle changes 2021-05-04 14:00:14 -04:00
Jarrod Johnson
ff37c2fd6a Extend timeout for xcatd
Particularly on service nodes, it takes longer to startup
and systemd needs to be more patient.
2021-05-04 11:56:05 -04:00
Mark Gurevich
c4dc079e7e Add makenetworks testcase to daily bundles 2021-05-04 11:49:02 -04:00
besawn
222d26f24f
Merge pull request #6962 from gurevichmark/depricate_addkcmdline
Docs improvements
2021-05-04 08:51:19 -04:00
Mark Gurevich
2bad8de18e Fix formatting and grammar for makenetworks man page 2021-05-03 15:05:27 -04:00
Jarrod Johnson
1a47868599 Use ip instead of deprecated netstat 2021-05-03 14:51:34 -04:00
Mark Gurevich
a8ef70dea6 Regression testcase improvements 2021-05-03 10:51:41 -04:00
Mark Gurevich
ddc0ae91a1 Docs improvements 2021-04-30 15:22:07 -04:00
besawn
5fb605bb74
Merge pull request #6960 from peterwywong/makentp
Modify test case makentp_extntpserver_value and add it to seven daily bundles
2021-04-30 15:22:06 -04:00
Wai Yee Wong
0e02c87a9a test case enhancement 2021-04-30 14:41:45 -04:00
besawn
f7db977e16
Merge pull request #6957 from gurevichmark/copycds_doc
Remove erroneous = from man page
2021-04-30 13:59:43 -04:00
Wai Yee Wong
d7799b8c1a Some changes to cases0 were missed in the previous commit 2021-04-29 17:49:58 -04:00
besawn
f4eacd318c
Merge pull request #6959 from gurevichmark/rh8_xfs
Fix mistake where someone used ext4
2021-04-29 17:48:02 -04:00
besawn
1d646b0da7
Merge pull request #6958 from gurevichmark/shebangs
Add missing shebangs to key scripts
2021-04-29 17:45:56 -04:00
Wai Yee Wong
fef3a09b65 Modify test case makentp_extntpserver_value and add it to seven daily bundles 2021-04-29 17:38:03 -04:00
Jarrod Johnson
5251e67c00 Fix mistake where someone used ext4
RHEL uses xfs by default, selecting ext4 is a peculiar thing
to do.
2021-04-29 15:04:25 -04:00
Jarrod Johnson
f9f7cda833 Add missing shebangs to key scripts 2021-04-29 14:53:50 -04:00
besawn
4760935810
Merge pull request #6956 from gurevichmark/larger_sn_disk
Increase regression test cluster VM service node disk
2021-04-29 14:53:45 -04:00
Mark Gurevich
53d6ae9390 Remove = from usage also 2021-04-29 14:41:33 -04:00
Mark Gurevich
720bbec977 Generated rst file 2021-04-29 14:34:45 -04:00
Jarrod Johnson
8b59f55998 Remove erroneous = from man page 2021-04-29 14:27:28 -04:00
Mark Gurevich
d4d6ecb54c Increase service node disk 2021-04-29 10:33:22 -04:00
besawn
450b67302a
Merge pull request #6955 from gurevichmark/prsync_testcase2
Fix testcase command and operator for prsync
2021-04-28 12:15:43 -04:00
Mark Gurevich
120c7380d0 Fix testcase command and operator for prsync 2021-04-28 08:54:12 -04:00
besawn
fb036608aa
Merge pull request #6953 from gurevichmark/iptables_xcatprobe
Improve xcatprobe check for firewall
2021-04-27 08:04:45 -04:00
besawn
6e853bcf84
Merge pull request #6954 from gurevichmark/prsync_testcase
Improve verification of prsync command in testcases
2021-04-27 08:03:22 -04:00
Mark Gurevich
af97ed3128 Improve verification of prsync command in testcases 2021-04-26 15:49:54 -04:00
besawn
5b67d116f2
Merge pull request #6952 from peterwywong/xcatsnap
Update xcatsnap by collecting more files and improving its code
2021-04-23 17:52:20 -04:00
Mark Gurevich
28fe1dfaad Improve xcatprobe check for firewall 2021-04-23 14:49:56 -04:00
Wai Yee Wong
5430fde3a3 Update xcatsnap by collecting more files and improving its code 2021-04-23 11:19:43 -04:00
besawn
e21654df18
Merge pull request #6951 from peterwywong/setupntp-2
Remove pidfile /dev/null for chronyd in setupntp on Ubuntu systems
2021-04-22 16:55:51 -04:00
Wai Yee Wong
d009f2c00a Add grep to check_exec_or_exit 2021-04-22 13:10:32 -04:00
Wai Yee Wong
f0705f9ff4 Modification of the conditional statement 2021-04-22 12:22:23 -04:00
besawn
a5244a5bef
Merge pull request #6948 from gurevichmark/oracle_linux2
Support Oracle Linux on service nodes
2021-04-21 16:59:30 -04:00
Wai Yee Wong
82a2e8afd6 Remove pidfile /dev/null for chronyd in setupntp on Ubuntu systems 2021-04-21 15:50:17 -04:00
besawn
bf7aa874f1
Merge pull request #6949 from gurevichmark/provision_faster
Shorten provision wait time
2021-04-21 15:34:20 -04:00
Mark Gurevich
0dbc10bd0d Better comment for [-1] index 2021-04-21 15:33:43 -04:00
besawn
0dbba7e4ce
Merge pull request #6944 from gurevichmark/xcatprobe_db
Make xcatprobe xcatmn recognize default SQLite DB
2021-04-21 14:31:55 -04:00