mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-21 19:22:05 +00:00
Create netboot and install images for CSM rpm
This commit is contained in:
parent
7e6accbe09
commit
bef72f90d5
14
xCAT-csm/netboot.rh/csm.compute.rhels7.ppc64le.pkglist
Normal file
14
xCAT-csm/netboot.rh/csm.compute.rhels7.ppc64le.pkglist
Normal file
@ -0,0 +1,14 @@
|
||||
#
|
||||
# Basic xCAT Netboot Compute node package List
|
||||
#
|
||||
#INCLUDE:/opt/xcat/share/xcat/netboot/rh/compute.rhels7.ppc64le.pkglist#
|
||||
#
|
||||
# Mellanox IB required packages
|
||||
#
|
||||
#INCLUDE:/opt/xcat/share/xcat/ib/netboot/rh/ib.rhels7.ppc64le.pkglist#
|
||||
#
|
||||
yum
|
||||
pciutils
|
||||
nvme-cli
|
||||
lsscsi
|
||||
lsvpd
|
1
xCAT-csm/netboot.rh/csm.launch.rhels7.ppc64le.pkglist
Normal file
1
xCAT-csm/netboot.rh/csm.launch.rhels7.ppc64le.pkglist
Normal file
@ -0,0 +1 @@
|
||||
#csm launch
|
1
xCAT-csm/netboot.rh/csm.login.rhels7.ppc64le.pkglist
Normal file
1
xCAT-csm/netboot.rh/csm.login.rhels7.ppc64le.pkglist
Normal file
@ -0,0 +1 @@
|
||||
#csm login
|
1
xCAT-csm/netboot.rh/csm.service.rhels7.ppc64le.pkglist
Normal file
1
xCAT-csm/netboot.rh/csm.service.rhels7.ppc64le.pkglist
Normal file
@ -0,0 +1 @@
|
||||
#csm service
|
@ -0,0 +1 @@
|
||||
#csm workload manager
|
@ -32,10 +32,12 @@ xCAT-csm provides Packages for installation of CSM nodes
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
|
||||
mkdir -p $RPM_BUILD_ROOT/%{prefix}/share/xcat/install/rh/
|
||||
mkdir -p $RPM_BUILD_ROOT/install/postscripts/
|
||||
mkdir -p $RPM_BUILD_ROOT/%{prefix}/share/xcat/install/rh/
|
||||
mkdir -p $RPM_BUILD_ROOT/%{prefix}/share/xcat/netboot/rh/
|
||||
|
||||
cp csm* $RPM_BUILD_ROOT/%{prefix}/share/xcat/install/rh/
|
||||
cp install.rh/* $RPM_BUILD_ROOT/%{prefix}/share/xcat/install/rh/
|
||||
cp netboot.rh/* $RPM_BUILD_ROOT/%{prefix}/share/xcat/netboot/rh/
|
||||
cp install/postscripts/* $RPM_BUILD_ROOT/install/postscripts/
|
||||
|
||||
%clean
|
||||
|
Loading…
x
Reference in New Issue
Block a user