2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-21 19:22:05 +00:00

Add SLE15 Hierarchy support for ppc64le

This commit is contained in:
cxhong 2020-01-16 16:07:31 -05:00
parent d3511b2b0a
commit 3456d4dd98
9 changed files with 23 additions and 12 deletions

View File

@ -63,7 +63,7 @@ my $checkdomain=0;
# dhcp 4.x will use /etc/dhcp/dhcpd.conf as the config file
my $dhcp6conffile;
if ($^O ne 'aix' and -d "/etc/dhcp") {
if ($^O ne 'aix' and not -e $dhcpconffile and -d "/etc/dhcp") {
$dhcpconffile = '/etc/dhcp/dhcpd.conf';
$dhcp6conffile = '/etc/dhcp/dhcpd6.conf';
}

View File

@ -4,3 +4,4 @@ openssl
rsync
insserv-compat
net-tools-deprecated
rsyslog

View File

@ -1,8 +1,10 @@
@base
@x11
openssl
iputils
ntp
rsync
rsyslog
insserv-compat
net-tools-deprecated
nmap
@ -13,12 +15,10 @@ perl-Expect
perl-SNMP
unixODBC
perl-Net-DNS
perl-DBD-Pg
postgresql-server
perl-DBD-mysql
mariadb-client
libmysqlclient18
# The following rpms are available on the SLES SDK
# You will need to locate and make these rpms available in your zypper
# repository for service node installs and uncomment the following lines:
#MyODBC-unixODBC
#perl-DBD-Pg
#libmysqlclient18
vim

View File

@ -1,2 +1,2 @@
xcat/xcat-core/xCATsn
xcat/xcat-dep/sles12/ppc64le/goconserver
xcat/xcat-dep/sles15/ppc64le/goconserver

View File

@ -43,9 +43,14 @@
</drive>
<!-- XCAT-PARTITION-END -->
</partitioning>
<add-on>
<add_on_products config:type="list">
#INSTALL_SOURCES#
</add_on_products>
</add-on>
<software>
<products config:type="list">
<product>SLES</product>
<product>SLES</product>
</products>
<patterns config:type="list">
#INCLUDE_DEFAULT_PTRNLIST_S#

View File

@ -48,3 +48,5 @@ adaptec-firmware
xz
insserv-compat
net-tools-deprecated
rsyslog
iputils

View File

@ -49,3 +49,4 @@ xz
SLE_HPC-release
insserv-compat
net-tools-deprecated
rsyslog

View File

@ -59,13 +59,15 @@ which
zypper
insserv-compat
net-tools-deprecated
rsyslog
#for database
unixODBC
perl-DBD-mysql
mariadb-client
libmysqlclient18
#libmysqlclient18
# The following rpms are available on the SLES SDK
# You will need to locate and make these rpms available in your zypper
# repository for service node installs and uncomment the following lines:
#MyODBC-unixODBC
#perl-DBD-Pg
perl-DBD-Pg
iputils

View File

@ -343,7 +343,7 @@ fi
# (4) for other os, we just keep it here.
# For other pkg paths, we just keep it here.
if [ $dir == $default_pkgdir ] || [ $dir == "$default_pkgdir/" ]; then
if ( pmatch "$OSVER" "sles*" ); then
if ( pmatch "$OSVER" "sle*" ); then
OSPKGDIR="$OSPKGDIR/1"
ospkgdir="$ospkgdir/1"
elif ( pmatch "$OSVER" "SL5*" ); then