Skip to content

Commit

Permalink
Create netboot and install images for CSM rpm
Browse files Browse the repository at this point in the history
  • Loading branch information
whowutwut committed Oct 12, 2017
1 parent 7e6accb commit bef72f9
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 14 additions & 0 deletions xCAT-csm/netboot.rh/csm.compute.rhels7.ppc64le.pkglist
Original file line number Diff line number Diff line change
@@ -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 change: 1 addition & 0 deletions xCAT-csm/netboot.rh/csm.launch.rhels7.ppc64le.pkglist
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#csm launch
1 change: 1 addition & 0 deletions xCAT-csm/netboot.rh/csm.login.rhels7.ppc64le.pkglist
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#csm login
1 change: 1 addition & 0 deletions xCAT-csm/netboot.rh/csm.service.rhels7.ppc64le.pkglist
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#csm service
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#csm workload manager
6 changes: 4 additions & 2 deletions xCAT-csm/xCAT-csm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bef72f9

Please sign in to comment.