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

26256 Commits

Author SHA1 Message Date
Mark Gurevich
2040f0a89d Update SLES15 service and compute template 2022-02-08 16:19:35 -05:00
besawn
c824860128
Merge pull request #7102 from besawn/document_cleanup
Spelling corrections for man pages
2022-02-02 11:24:42 -05:00
besawn
f43ca04022 manpage spelling corrections, updated rst files 2022-02-02 09:26:19 -05:00
besawn
a6f1809c3e man 3 manpage spelling corrections 2022-02-02 09:01:52 -05:00
besawn
e43f0aee5e man 1 manpage spelling corrections (batch 2) 2022-02-02 08:59:43 -05:00
besawn
9bff60368c man 1 manpage spelling corrections (batch 1) 2022-02-01 17:40:43 -05:00
besawn
9eae0941de
Merge pull request #7100 from viniciusferrao/fix-typos
Fix typos on help output for genimage and OpenStack
2022-02-01 16:09:00 -05:00
besawn
ceae5a3557
Merge pull request #7101 from besawn/vmmemory_documentation
Updates to mkvm, chvm, and lsvm documentation.
2022-02-01 15:07:22 -05:00
besawn
6e27daca0d Updated rst files for chvm, lsvm, mkvm. 2022-02-01 14:43:10 -05:00
besawn
f185cb97f1 Unified phrasing in chvm and mkvm kvm memory option descriptions. 2022-02-01 14:32:54 -05:00
besawn
346b38c55a
Merge pull request #7077 from besawn/packimage_timezone_fix
Improve packimage time zone handling
2022-02-01 08:18:24 -05:00
besawn
bfc90d416f
Merge pull request #7097 from besawn/timezone_testcase
Add timezone validation to automated installation testcases
2022-01-31 12:30:27 -05:00
besawn
7acf82280e Added additional detail to mkvm kvm storage documentation 2022-01-31 10:37:41 -05:00
Vinícius Ferrão
9299e7f5d2
Fix typos on help output for genimage and OpenStack
There's a typo on genimage thats easy to fix, also the explanation for
Fedora is extremely outdated, on modern Fedora releases statelite is
generated automatically:

[root@headnode ~]# lsdef -t osimage
fedora35-x86_64-install-compute  (osimage)
fedora35-x86_64-install-service  (osimage)
fedora35-x86_64-netboot-compute  (osimage)
fedora35-x86_64-statelite-compute  (osimage)

Also theres a typo on OpenStack setup that grep caught, so we added
it too the commit, for cosmetic reasons.
2022-01-29 00:26:33 -03:00
besawn
0f6ba286ce Fixed some spelling errors in chvm and mkvm documentation 2022-01-28 15:22:11 -05:00
besawn
0a452c30ee
Merge pull request #7099 from gurevichmark/sles15.3_initial
Update SLES15 compute template
2022-01-28 14:28:29 -05:00
besawn
2ead8bddc1 Updated mkvm kvm memory specification description and examples. 2022-01-28 14:11:36 -05:00
besawn
d04a0790a7 Increased memory requested in chvm kvm example to match minimum needed by RHEL 8.5 ppc64le 2022-01-28 13:35:25 -05:00
besawn
4130fafcd2 Unified manpage descriptions of mkvm/chvm/lsvm 2022-01-28 13:31:39 -05:00
besawn
bc17dd8416 Increased memory requested in mkvm kvm example to match minimum needed by RHEL 8.5 ppc64le 2022-01-28 12:28:36 -05:00
besawn
833c5e398f Reworded kvm/vmware descriptions in mkvm manpage 2022-01-28 10:54:44 -05:00
besawn
0e9dfcf76a Fixed vmmemory typo in mkvm manpage 2022-01-28 09:28:42 -05:00
besawn
fcbb891ba7
Merge pull request #7095 from Obihoernchen/patch-10
Fix OpenPOWER detection regex
2022-01-27 17:14:59 -05:00
Mark Gurevich
89a0869250 Update SLES15 compute template 2022-01-27 15:18:46 -05:00
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
77be922d80 Add timezone verification to diskfull and diskless hierarchy tests 2022-01-26 10:53:38 -05:00
besawn
287688627e Add new testcase to verify site table timezone and compute timezone match 2022-01-26 10:39:19 -05:00
Obihörnchen
7fd9970c77
Fix OpenPOWER detection regex
The old regex matches product IDs containing a 0 (like 1230 or 1023, ...), too.
This causes issues for some x86 Supermicro servers resulting in the following error:
  rpower node01 cycle
  node01: [xcat]: Error: unsupported command rpower cycle for OpenPOWER
The new regex fixes this issue and matches ^0$ only.
2022-01-25 12:14:47 +01: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