2
0
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:
Victor Hu 2017-10-12 15:41:24 -04:00
parent 7e6accbe09
commit bef72f90d5
11 changed files with 22 additions and 2 deletions

View 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

View File

@ -0,0 +1 @@
#csm launch

View File

@ -0,0 +1 @@
#csm login

View File

@ -0,0 +1 @@
#csm service

View File

@ -0,0 +1 @@
#csm workload manager

View File

@ -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