2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-09-22 09:32:27 +00:00
Commit Graph

2612 Commits

Author SHA1 Message Date
Jarrod Johnson cc0741d0a6 Merge tag '2.16.1' into lenovobuild 2020-11-11 08:26:10 -05:00
Jarrod Johnson 751bce2480 Enable HTTPS download of image
If some software has augmented the xCAT boot process for https,
allow that to be recognized.
2020-11-05 14:16:41 -05:00
cxhong 2878022b95 able to run no random bytes if /usr/bin/nice is not available 2020-10-09 15:19:27 -04:00
cxhong 6013ccd5a1 Get the correct path for nice command 2020-10-08 16:45:00 -04:00
cxhong b81ec51f67 Add perl-interpreter to other pkglist 2020-09-28 10:35:01 -04:00
cxhong 90d1b1eca2 Add perl to the rhels8 pkglist 2020-09-25 16:40:47 -04:00
besawn f26f32c572 Merge pull request #6798 from cxhong/cuda11
Added enabling nv_rsync service in cuda11_power9_setup postscripts
2020-08-18 14:16:08 -04:00
Mark Gurevich 2111baba47 Verify if kernel-modules-extra exists before adding 2020-08-17 16:12:56 -04:00
cxhong 3097702dc9 Add kernel-modules-extra to dracut module list 2020-08-13 17:42:56 -04:00
cxhong f21f56c8a9 Added enabling nv_rsync service in cuda11_power9_setup postscripts 2020-08-11 09:25:42 -04:00
Mark Gurevich f3cb59c74f Merge pull request #6780 from peterwywong/solution1_miss_postscripts
Change the regex in post.xcat.ng to accommodate long file names
2020-08-07 16:07:41 -04:00
Wai Yee Wong b082229c39 Add egrep -v "O=D|Directory" to remove irrelevant files from being copied from MN to CN. 2020-08-04 11:56:39 -04:00
Wai Yee Wong 3ecd60aa28 Change the regex in post.xcat.ng so that postscirpts with long filenames can still be downloaded from MN/SN to CN. 2020-07-24 16:11:22 -04:00
Jarrod Johnson 9a8679f47e Change default SLE root to use whole boot disk
The auto behavior is to have a relatively small root fs.
It has been requested that this be changed to use most of the disk.
2020-07-22 07:37:28 -04:00
Mark Gurevich 39e4e982bf Replace misspelled gpgpcheck with gpgcheck 2020-07-15 09:26:58 -04:00
Mark Gurevich 465a4c90dc Add debug to xCAT-probe rpm installation 2020-07-14 15:28:02 -04:00
Mark Gurevich bb09d801df Enable clusterstatus xcatprobe on Perl 5.23 2020-07-08 13:59:33 -04:00
Jarrod Johnson 27293ed404 Fix stock SLE15 install template 2020-07-02 12:10:01 -04:00
Jarrod Johnson abc782473a Merge tag '2.16.0' into lenovobuild 2020-06-22 11:07:17 -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
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
Jarrod Johnson 04588732a7 Set hostname early in SuSE boot process
This avoids a gap where hostname is not well defined.
2020-06-05 11:11:35 -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 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 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
Mark Gurevich b912917911 Add option to bmcdiscover command to change default BMC password 2020-05-15 14:57:17 -04:00
besawn f983c8b764 Merge pull request #6684 from gurevichmark/ext4fs
Use ext4 filesystem instead of ext3 when formatting node partitions
2020-05-08 16:49:12 -04:00
Mark Gurevich 7fab544d98 Ubuntu support for squashfs 2020-05-07 14:35:26 -04:00
Mark Gurevich 2e28aef131 Merge pull request #6692 from nicmays/fix/issue_6349
Added check for 'stable' flag via the command ${script} go-xcat --xcat-version=stable to install the latest version.
2020-05-07 13:19:59 -04:00
nicmays ce92aab9e3 updated the file header and version number with the enhancement, added an example to the examples section. 2020-05-07 12:17:41 -04:00
cxhong e542c012c9 Remove ldd messages from ubuntu genimage command 2020-05-06 15:24:36 -04:00
nicmays e0469145eb redacting the if statement for -x specifications. 2020-05-05 17:23:28 -04:00
Mark Gurevich a9e059d90f Do not use modinfo to test module availability 2020-05-04 16:23:42 -04:00
root a2cb534bb6 Changed code to handle the stable flag inside the swtich statement where we parse the command in the main program. 2020-05-04 14:54:38 -04:00
nicmays 7bdad3e2fc Attempting to default to latest if stable is specified in the main program versus the function calls. 2020-05-04 12:57:54 -04:00
nicmays 9b99c07d0d added some tracing. 2020-05-04 12:09:17 -04:00
Mark Gurevich f7dbd08b96 Testcase and genimage fixes for squashfs 2020-05-01 12:33:11 -04:00
nicmays 573966c850 handled an edge case to treat a 'stable' flag as a latest flag in a cmd call go-xcat install --xcat-version=stable. 2020-04-30 16:21:55 -04:00
besawn de293fced4 Merge pull request #6680 from gurevichmark/squashfs_overlay
Use overlay mount type for squashfs diskless images
2020-04-29 09:59:21 -04:00
Mark Gurevich 6743873e89 Use ext4 filesystem instead of ext3 2020-04-29 09:06:57 -04:00
cxhong e22130a46b add mkfs.xfs to older version of dracut 2020-04-23 12:35:49 -04:00
Mark Gurevich a002157251 Use overlay mount type for squashfs diskless images 2020-04-22 16:03:29 -04:00
cxhong 770be38f0c Support xfs filesystem for statelite images 2020-04-22 15:44:35 -04:00
besawn 81200d602a Merge pull request #6669 from peterwywong/postscripts_permission
Add execute permission to all files recursively under /install/postscripts
2020-04-21 09:41:48 -04:00
Wai Yee Wong 10fe1b81f6 Add execute permision to all files recursively under /xcatpost on the Compute Node. 2020-04-09 17:09:12 -04:00
Mark Gurevich 774ce0a194 stderr messages to discard 2020-04-01 12:29:11 -04:00
Mark Gurevich 4ce180fcb5 Throw away confusing zypper message 2020-03-31 14:25:31 -04:00
besawn b557532ff7 Merge pull request #6645 from gurevichmark/go-xcat-ubuntu
Do not hide output of apt-key add
2020-03-25 16:46:33 -04:00