2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 17:23:08 +00:00

Merge pull request #4101 from whowutwut/csm_rpm_pkglist

Add netboot osimage to csm rpm to easily install the correct packages for compute node
This commit is contained in:
cxhong 2017-10-13 10:28:56 -04:00 committed by GitHub
commit 2729a42f25
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