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
Jarrod Johnson
868b639dd8
Support 'Full' media variant for SLES
...
SUSE sometimes publishes distro as a single media
2020-05-15 11:57:25 -04:00
Jarrod Johnson
f851be0c26
Add a workaround for wrong hwaddr
...
Sometimes the client sends 20: before the address,
adapt to cope
2020-04-14 10:04:50 -04:00
Jarrod Johnson
3c343f83d3
Fix ddns identification of local address
...
If networks contains a local, but routed address,
still count it as 'internal'.
2020-03-27 12:28:21 -04:00
Jarrod Johnson
a5538bdb8b
Fix missing size in logvol
...
Even though grow will designate the size, we
have to provide a token lower bound.
2020-03-20 16:17:24 -04:00
Jarrod Johnson
2acd60eeda
Dispense with complicated partition scheme
...
It causes problems, such as unexpected low capacity of
filesystems and particularly splitting var causes things
like kdump to be infeasible.
2020-03-17 10:10:49 -04:00
Jarrod Johnson
efbab45817
Merge tag '2.15.1' into lenovobuild
2020-03-06 11:10:19 -05:00
Jarrod Johnson
f492c10ec3
Fix mistake where someone used ext4
...
RHEL uses xfs by default, selecting ext4 is a peculiar thing
to do.
2020-03-04 15:27:38 -05:00
Jarrod Johnson
9f87ebfb12
Add support for non-zero LUN
...
Systems are now more likely to do non-zero LUN
2020-02-28 16:03:44 -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
Jarrod Johnson
f2f7a4391f
Use better CentOS release detection
...
While the media is vague, the rpm name is more
specific.
2020-01-27 16:27:35 -05:00
Jarrod Johnson
6af6ed227e
Merge tag '2.15.0' into lenovobuild
2020-01-24 10:39:24 -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 3110dc8fd7
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: 2d0ef5d55b
- 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
Mark Gurevich
4ddb82f0d6
Merge pull request #6536 from cxhong/dhcp
...
Add SLE15 Hierarchy support for ppc64le
2020-01-16 16:47:53 -05:00
cxhong
3456d4dd98
Add SLE15 Hierarchy support for ppc64le
2020-01-16 16:07:31 -05:00
besawn
cd39cdabcc
Merge pull request #6524 from gurevichmark/bmcdiscover_pw_change
...
bmcdiscover with bmc password expiration
2020-01-16 15:49:49 -05:00
besawn
84ec8fdb95
Merge pull request #6531 from gurevichmark/vm_purge_raw_disk
...
Display VM disk purge message instead of just logging it
2020-01-16 15:49:12 -05:00
Markus Hilger
e1379fe11e
Remove plymouth from SLE15 pkglist
...
It causes issues during genimage (zypper RC 107) and is not needed anyways
2020-01-16 11:15:43 +01:00
Markus Hilger
36dd1d14db
SLE15: Fix makenamed.conf
2020-01-15 18:29:29 +01:00
Mark Gurevich
2d07085122
Display VM disk purge message instead of just logging it
2020-01-15 11:10:03 -05:00
Markus Hilger
00ad314ae2
Fix service.sle15.tmpl
...
product was missing and script paths were wrong
2020-01-15 11:17:20 +01:00
cxhong
70fda5611c
Add net-tools-deprecated package to SLE15 package list
2020-01-14 15:08:15 -05:00
Mark Gurevich
6789d2f917
Merge pull request #6526 from cxhong/sle15mn
...
Add insserv-compat to sle15 pkglist
2020-01-14 13:41:21 -05:00
cxhong
2dfd99be1d
change insserv to insserv-compat
2020-01-14 10:35:50 -05:00
cxhong
5fd937b133
Add isserv to sle15 pkglist
2020-01-14 09:49:48 -05:00