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

301 Commits

Author SHA1 Message Date
Vinícius Ferrão 9f33b19214 fix: restore legacy SLES provisioning paths 2026-05-05 17:09:37 -03:00
Vinícius Ferrão 5aa1cda179 feat: add openSUSE Leap 15 provisioning support 2026-05-02 16:57:46 -03:00
Markus Hilger 2643c1edd6 Remove useless executable bit 2024-05-07 16:19:25 +02:00
Mark Gurevich a5bf52445a Move SLES12 Postgres package from pkglist to otherpkglist 2023-03-13 10:32:12 -04:00
Mark Gurevich 0b2be4ba5a SLES Service Node pkglist should include Postgres 2023-03-09 14:16:50 -05:00
Mark Gurevich 0c288b36db SLES15.4 genimage dracut rpm version 2023-02-21 16:58:45 -05:00
Markus Hilger be8297e4c9 Fix warnings of newer dracut versions
dracut: WARNING: <key>+=" <values> ": <values> should have surrounding white spaces!
dracut: WARNING: This will lead to unwanted side effects! Please fix the configuration file.

dracut commit: https://github.com/dracutdevs/dracut/commit/dfe2247a43d6a216d9af533825c9a103e3b056cd
2022-05-18 11:54:57 +02:00
Mark Gurevich 5517f6600d SLES15.3 statelite support 2022-05-04 11:16:57 -04:00
Mark Gurevich 9b79129a38 Improve SLES15 diskless boot 2022-03-16 15:38:41 -04:00
Mark Gurevich cdc565ff04 SLES15.2 service node pkglist needs wget 2021-04-01 14:03:15 -04:00
Mark Gurevich c2220cd695 Eliminate specifically checking for OS version 2021-03-26 12:34:50 -04:00
Mark Gurevich 237c7fee91 Additional packages locations for diskless image generation 2021-03-19 15:56:07 -04:00
Mark Gurevich e6a7a2d332 Add repositories for diskless image generation 2021-03-18 16:59:23 -04:00
Mark Gurevich 39e4e982bf Replace misspelled gpgpcheck with gpgcheck 2020-07-15 09:26:58 -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
Mark Gurevich a9e059d90f Do not use modinfo to test module availability 2020-05-04 16:23:42 -04:00
Mark Gurevich f7dbd08b96 Testcase and genimage fixes for squashfs 2020-05-01 12:33:11 -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
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 05ea25c377 Failed to set hostname on sle15 statelite compute node 2020-03-06 13:54:36 -05:00
cxhong 3b44d0ad48 modify service otherpkglist 2020-02-19 17:29:34 -05: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
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
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
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
cxhong 70fda5611c Add net-tools-deprecated package to SLE15 package list 2020-01-14 15:08:15 -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
cxhong ad1fc5c69b Add support for provision SLE15 diskless compute 2019-12-04 11:00:20 -05:00
cxhong 6f3c1a3b65 Add support to provision SLE15 diskfull/diskless compute nodes 2019-11-22 14:32:55 -05:00
GONG Jie 86874cd167 Add goconserver to the SLES12 otherpkgs.pkglist. In order to pull the xcat-dep directory into the zypper repository 2019-04-23 17:02:04 +08:00
GONG Jie 73f9b49e27 Remove package conserver-xcat from service node otherpkgs package lists 2019-04-22 13:20:31 +08:00
Mark Gurevich ac6f514ca9 Undo verify packaging command PR 6216 2019-04-12 13:24:49 -04:00
Mark Gurevich 002c40f9e6 Verify zypper command can be executed 2019-04-10 15:21:51 -04:00
Yuan Bai b117be552a refine tag prefix xcat.deployment for sles/ubuntu provision (#5831)
* refine tag prefix xcat.deployment for sles/ubuntu provision
2018-11-23 10:00:02 +08:00
Yuan Bai 13bca11a9d add sys log for redhat statelite (#5771)
* add sys log for redhat statelite
2018-11-07 16:47:46 +08:00
GONG Jie 6b757b2f01 Remove trailing spaces in file xCAT-server/share/xcat/netboot/sles/service.sles12.ppc64le.postinstall 2017-12-31 23:59:59 +00:00
GONG Jie f8e4ba0d01 Remove trailing spaces in file xCAT-server/share/xcat/netboot/sles/service.sles12.postinstall 2017-12-31 23:59:59 +00:00
GONG Jie 90fc50dcd8 Remove trailing spaces in file xCAT-server/share/xcat/netboot/sles/service.sles11.ppc64.repolist 2017-12-31 23:59:59 +00:00
GONG Jie 4359740630 Remove trailing spaces in file xCAT-server/share/xcat/netboot/sles/service.sles11.postinstall 2017-12-31 23:59:59 +00:00