2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-03 03:50:08 +00:00

26225 Commits

Author SHA1 Message Date
besawn
cf1dbe78bc
Merge pull request #6975 from NCI-Cloud/master
Add initial support for deploying Ubuntu 20.04 nodes.
2022-01-26 14:31:15 -05:00
besawn
2a98545b04
Merge pull request #7094 from peterwywong/rhel8.5-wait11
Delay userdel by 11 seconds in xdcp_nonroot_user for RHEL 8.5
2022-01-24 17:56:17 -05:00
Wai Yee Wong
af2f3c8cdb Delay User Deletion by 11 seconds in xdcp_nonroot_user for RHEL 8.5 2022-01-24 15:13:44 -05:00
besawn
30d107b9cc
Merge pull request #7090 from gurevichmark/rest_non_root_testcase4
Add testcase for nodeshell REST API method for non-root user(4)
2022-01-11 11:50:51 -05:00
Mark Gurevich
b5f919ea8e Add testcase for nodeshell REST API method for non-root user(4) 2022-01-11 09:25:08 -05:00
besawn
fbb47b64c1
Merge pull request #7073 from gurevichmark/pasu_doc
Update pasu command documentation
2022-01-10 17:11:46 -05:00
besawn
317adc189b
Merge pull request #7089 from gurevichmark/rest_non_root_testcase3
Add testcase for nodeshell REST API method for non-root user(3)
2022-01-10 17:08:03 -05:00
Mark Gurevich
1fb3391052 Add testcase for nodeshell REST API method for non-root user(3) 2022-01-10 10:04:35 -05:00
besawn
66421bd993
Merge pull request #7088 from gurevichmark/rest_non_root_testcase2
Add testcase for nodeshell REST API method for non-root user(2)
2022-01-07 13:10:11 -05:00
besawn
38ef4e0716
Merge pull request #7087 from peterwywong/disable_repos
Disable internet repos to avoid unexpected and silent upgrades
2022-01-07 13:08:40 -05:00
Mark Gurevich
0debe5eedc Add testcase for nodeshell REST API method for non-root user(2) 2022-01-07 10:17:03 -05:00
Wai Yee Wong
fa7ed9f8a0 Disable internet repos to avoid unexpected and silent upgrades 2022-01-06 22:46:11 -05:00
besawn
11a42bf1be
Merge pull request #7085 from gurevichmark/ib_rh_pkglist
Add RHEL8 IB pkglist files
2022-01-06 17:24:07 -05:00
besawn
7a392c5e9c
Merge pull request #7084 from gurevichmark/rest_non_root_testcase
Add testcases for nodeshell REST API method
2022-01-06 17:23:10 -05:00
Mark Gurevich
7e964ac5b7 Add testcase for nodeshell REST API method for non-root user 2022-01-06 15:56:47 -05:00
Mark Gurevich
af585f4217 Add RHEL8 IB pkglist files 2022-01-06 14:48:08 -05:00
Mark Gurevich
a6a6c1371f Add testcase for nodeshell REST API method 2022-01-06 14:32:34 -05:00
besawn
6af3394818
Merge pull request #7080 from peterwywong/devnull
Do not write the pid of chronyd to /dev/null for all distros
2022-01-06 13:51:36 -05:00
besawn
c36e701af0
Merge pull request #7083 from gurevichmark/rest_non_root
Use specified non-root user for REST API nodeshell method
2022-01-05 14:37:46 -05:00
Mark Gurevich
f4eafb35c9 Use correct non-root user for REST API nodeshell method 2022-01-05 11:24:26 -05:00
Wai Yee Wong
82801016ac Do not write the pid of chronyd to /dev/null for all distros 2021-12-14 17:57:02 -05:00
besawn
7c22110a7e
Merge pull request #7078 from gurevichmark/nodeset_shell_debug3
Improve genesistest test script
2021-12-14 12:44:25 -05:00
Mark Gurevich
f02a5c97c1 Improve genesistest test script 2021-12-14 11:19:23 -05:00
besawn
021a17f89a
Merge pull request #7064 from adorsey-NOAA/patch-1
Fix litefile entries for osimages with groups
2021-12-14 08:31:29 -05:00
Simon Fowler
55c521a405 Add initial support for deploying Ubuntu 20.04 nodes.
This configures automated installation using the subiquity installer, as
documented at
https://ubuntu.com/server/docs/install/autoinstall-quickstart and other
locations on the Internet.

Installation uses the NFS export of /install, and configures the
installer to use the nocloud-net datasource, creating a per-node
directory containing the processed template file as the user-data file,
and an empty meta-data file.

Kernel and initrd files are pulled from the casper/ directory under the
package dir.

Unnecessary elements of the kernel command line have been removed in the
subiquity installer path.

Support has been added for selecting a subiquity specific default
template, as well as an updated pre-install script and some minor POSIX
shell compliance fixes for the getinstdisk script.
2021-12-13 11:54:49 +11:00
besawn
2ceca4bc4a
Merge pull request #7076 from peterwywong/nic_connect
Increase timeout for wait_nic_connect_intime in nicutils.sh from 40 seconds to 80
2021-12-06 17:20:30 -05:00
besawn
2d8394c495
Merge pull request #7075 from gurevichmark/nodeset_shell_debug2
Testcase script needs to capture output and display using send_msg()
2021-12-06 17:18:47 -05:00
Wai Yee Wong
26697f5008 Increase timeout in watit_nic_connect_intime frrom 40 seconds to 80 2021-12-06 14:17:02 -05:00
Mark Gurevich
886446523b Testcase script needs to capture output and display using send_msg() 2021-12-06 14:05:24 -05:00
besawn
4c84b58870
Merge pull request #7069 from gurevichmark/nodeset_shell_debug
Display console log entries when genesis nodeset testcases fail
2021-11-30 14:08:32 -05:00
Mark Gurevich
afc2f4f823 Semicolon missing 2021-11-30 13:27:41 -05:00
Mark Gurevich
8f2765a5d3 Improve log file display 2021-11-30 13:24:34 -05:00
Mark Gurevich
1b2d547ebd Update pasu command documentation 2021-11-18 15:15:27 -05:00
besawn
cacd973043
Merge pull request #7071 from gurevichmark/syslog_postscript
syslog postscript check for config files
2021-11-18 08:40:42 -05:00
besawn
c81c4e9e9f
Merge pull request #7072 from besawn/xcat_version_2.16.4
Increment version to 2.16.4
2021-11-17 17:03:58 -05:00
besawn
07a7f1ea98 Increment version to 2.16.4 2021-11-17 15:33:22 -05:00
Mark Gurevich
67aa8a23ea syslog postscript check for config files 2021-11-17 11:22:12 -05:00
Mark Gurevich
b96be8eebc Display console log entries when genesis nodeset testcases fail 2021-11-15 11:31:11 -05:00
besawn
3553d2b383
Merge pull request #7068 from gurevichmark/migration_rocky
Add Rocky to migration testcases
2021-11-12 10:42:37 -05:00
Mark Gurevich
8ff38e8cb0 Add Rocky to migration testcases 2021-11-12 10:04:05 -05:00
Mark Gurevich
162ae26853
Merge pull request #7065 from besawn/xcat_2_16_3_rtd_release
Adding 2.16.3 release information
2021-11-10 08:40:35 -05:00
besawn
d3696d4707 Adding 2.16.3 release information 2021-11-09 16:20:40 -05:00
adorsey-NOAA
0e37f52c41
Fix litefile entries for osimages with groups
Before this change, any `osimage` with the `groups` parameter defined to anything but `ALL` would not get entries set for `ALL` in the `litefile` table.

The only special case for images with `groups` should be the group-specific entries.
2021-11-09 12:00:35 -05:00
besawn
56bc6dd920
Merge pull request #7063 from gurevichmark/makentp_manpage
Fix man page formatting for makentp
2021-11-05 15:51:51 -04:00
Mark Gurevich
67ba52f5a2 Fix man page formatting for makentp 2021-11-05 15:46:08 -04:00
besawn
df7617b583
Merge pull request #7062 from peterwywong/statelite
Enable Oracle Linux and Rocky Linux to Run Statelite Test Cases Successfully
2021-11-04 11:59:11 -04:00
Wai Yee Wong
a780563833 Load the litefile.csv for Rocky Linux in these thre statelite test cases 2021-11-04 11:19:02 -04:00
Wai Yee Wong
5476959365 Add ol to the list of OSes in the subroutine using_dracut of anaconda.pm 2021-11-04 11:09:07 -04:00
besawn
22a2bc1a23
Merge pull request #7061 from gurevichmark/uefi_no_elilo
Change uefi to not do elilo for network discovery boot
2021-11-02 14:59:59 -04:00
Mark Gurevich
42fbc2e063 Update BOOTIF 2021-11-02 14:53:23 -04:00