mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-09-21 08:33:20 +00:00
fix(xCAT-server): ship rhels10 ppc64le service-node otherpkgs pkglist
The diskful service-node otherpkgs pkglist exists for every EL version and both arches EXCEPT rhels10 ppc64le: install/rh/ has service.rhels10.x86_64.otherpkgs.pkglist (and install/alma/ symlinks it) but no ppc64le counterpart, while rhels5/6/7/8/9 and the netboot/ tree carry both arches. xcat-test's SN_setup_case points a ppc64le service node's osimage otherpkglist at install/<distro>/service.<ver>.ppc64le.otherpkgs.pkglist; with the file absent the list resolves empty, so the otherpkgs postscript installs nothing -- xCATsn never lands, xcatd never starts on the service node, and every hierarchical dispatch fails with "<sn>:3001 No route to host / Connection refused", cascading the whole *_hierarchy test suite. Add install/rh/service.rhels10.ppc64le.otherpkgs.pkglist (xCATsn + the rh10 ppc64le goconserver, mirroring rhels9) and the install/alma symlink to it, matching the existing x86_64 layout. Signed-off-by: Daniel Hilst <392820+dhilst@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1 @@
|
||||
../rh/service.rhels10.ppc64le.otherpkgs.pkglist
|
||||
@@ -0,0 +1,2 @@
|
||||
xcat/xcat-core/xCATsn
|
||||
xcat/xcat-dep/rh10/ppc64le/goconserver
|
||||
Reference in New Issue
Block a user