2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-05-15 10:54:18 +00:00
Commit Graph

10086 Commits

Author SHA1 Message Date
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
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 da983aef96 Merge pull request #6677 from gurevichmark/squashfs
Fix squashfs flags for centos
2020-04-22 18:10:34 -04:00
besawn 4a75ecff3b Merge pull request #6676 from cxhong/6670
`makehosts` command failed to add nicalias regular expression to the `/etc/hosts`
2020-04-22 18:07:13 -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
Mark Gurevich 72cf0e15d3 Fix flags for squashfs for centos 2020-04-21 09:37:23 -04:00
cxhong 7b2ae3ecd7 Support hostname from nicalias regular expression 2020-04-20 12:47:50 -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
cxhong 9381e8a2dc remove ntp from rhel8 pkglist 2020-03-25 12:08:50 -04:00
Mark Gurevich a1ad50c94b Do not hide output of apt-key add 2020-03-24 10:27:41 -04:00
besawn 45d6b6c700 Merge pull request #6641 from cxhong/pkglist
add more package to diskless package list for rhels8.1
2020-03-23 17:38:30 -04:00
cxhong 66d5d6cc4c arrange the pkglist 2020-03-23 14:58:27 -04:00
cxhong e7f4d72873 Add more package for x86_64 and service pkglist 2020-03-19 16:06:10 -04:00
cxhong 258f7cfd3c add more package to diskless package list for rhels8.1 2020-03-18 16:36:02 -04:00
Mark Gurevich bead8ba117 Partitioning of disk too large 2020-03-12 11:15:02 -04:00
Mark Gurevich d6fb685030 Size flag error when partitioning RHEL8 2020-03-10 11:50:23 -04:00
Mark Gurevich 34161b240b RHEL8 disk partition template 2020-03-09 16:29:33 -04:00
cxhong 05ea25c377 Failed to set hostname on sle15 statelite compute node 2020-03-06 13:54:36 -05:00
Mark Gurevich 4ed604ffb0 Install repoquery for go-xcat testcases 2020-02-28 09:59:07 -05:00
cxhong 5e507add00 Disable firewalld on rhels8 compute node 2020-02-26 15:24:37 -05:00
besawn 943c6c3f88 Merge pull request #6575 from gurevichmark/mihawk_support2
IC922 node support for bmcdiscover and bmcsetup
2020-02-20 16:12:11 -05:00
cxhong 3b44d0ad48 modify service otherpkglist 2020-02-19 17:29:34 -05:00
Mark Gurevich d60d63ff09 Do not use Mihawk codename 2020-02-19 14:50:05 -05:00
Mark Gurevich 88ee3f1d67 Mihawk support for bmcdiscover and bmcsetup 2020-02-19 14:23:43 -05:00
cxhong 70d51e15c6 modify checking from sles to sle 2020-02-12 16:08:59 -05:00
cxhong 9b350c780a Missing mount on the SLE15 2020-02-07 16:49:10 -05:00
Mark Gurevich 9e2ecbb65f Remove : from BMC_change_password script usage 2020-02-05 14:29:06 -05:00
cxhong 24727f3962 Remove stty command from Expect process 2020-02-02 14:40:24 -05:00
Mark Gurevich cdd52eb6d9 OpenBMC rvitals command to handle varable number of fans 2020-01-28 15:06:20 -05:00
cxhong 0f9c1a3b5e Merge pull request #6538 from Obihoernchen/sle15-genimage
SLE15: genimage fixes
2020-01-22 13:12:26 -05:00
Markus Hilger b1dc4d8dca SLE15: compute template change to UTC 2020-01-22 17:25:57 +01:00
Markus Hilger 4bc8659be6 Remove "Failed to connect to bus" note
This does not happen anymore with fixed mounts of 8e9428986d
2020-01-20 01:03:04 +01:00
Markus Hilger bc18c25cd2 Fix rcons boot output
Boot process was not shown via rcons with strict permissions
2020-01-20 00:54:30 +01:00
Markus Hilger b26e6bcb7b SLE15: Fix /etc/resolv.conf overwrite
In SLE15 /etc/resolv.conf is a symlink to /run/netconfig/resolv.conf.
The package sysconfig-netconfig creates the symlink to /run/netconfig/resolv.conf on the host OS.
It does not stay in the chroot environment.
Therefore, genimage overwrites /etc/resolv.conf of the host.
Let's not create a dummy file if /etc/resolv.conf is a symlink.
2020-01-20 00:48:21 +01:00
Jarrod Johnson 74daba97ee Actually set up ifcfg correctly in SLE15
xcatroot is actually responsible, not prepivot.sh
2020-01-17 21:57:15 +01:00
Markus Hilger c5f4918c0c Fix syntax 2020-01-17 21:28:59 +01:00
Markus Hilger 8671114cc6 Combine redundant pkglists 2020-01-17 21:21:42 +01:00
Markus Hilger a5b2060866 Fix SLE15 genimage with existing passwd
from https://github.com/jjohnson42/xcat-core/commit/3110dc8fd781c704c53052c4d5ff1f426fdb22c4
2020-01-17 20:54:52 +01:00
Jarrod Johnson 101cfe4b1c Implement sle15.N for SuSE 15 service packs 2020-01-17 20:12:02 +01:00
Jarrod Johnson a9a0145f8c Change more SLE to UTC from GMT 2020-01-17 19:50:03 +01:00
Jarrod Johnson cba331e847 Correct hwclock in other SLE xml 2020-01-17 19:49:39 +01:00
Markus Hilger d127ba06cd SLE15: Correct proc mount 2020-01-17 18:21:46 +01:00
Markus Hilger 8e9428986d SLE15: genimage fixes
- Mount /sys and /proc
- needed for newer versions of the SLE permissions RPM. See: https://github.com/openSUSE/permissions/commit/2d0ef5d55b30f72322d18951214353ecfd9c4245
- Create /sys to have /sys/kernel/fscaps. Fixes: "Warning: running kernel does not support fscaps"
- Fix permissions of /dev devices
- Make sure /sys and /proc are unmounted everytime
2020-01-17 18:09:05 +01:00
Markus Hilger 9ebdcafa63 SLE15: genimage fix $osver_host detection 2020-01-17 18:09:05 +01:00
cxhong 2245b278fa Support otherpkgs as postbootscript for SLE15 2020-01-16 17:34:27 -05:00