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

[RH8] RHEL 8 Service node automatic installation (#6041)

* Update tftp dependency

* Update service node package lists for RHEL 8

* Fix typo in `Configure PostgreSQL' page

* Rewrite the description of package xCATsn
This commit is contained in:
Gᴏɴɢ Jie 2019-03-01 16:00:04 +08:00 committed by yangsong
parent 79871d7578
commit 9d98236dc1
5 changed files with 88 additions and 7 deletions

View File

@ -24,8 +24,8 @@ If you had the following two service nodes: ::
You would add the following to ``/var/lib/pgsql/data/pg_hba.conf`` ::
host all all 192.168.1.10/24 md5
host all all 192.168.1.11/24 md5
host all all 192.168.1.10/32 md5
host all all 192.168.1.11/32 md5
Restart PostgreSQL after editing the file: ::

View File

@ -1 +0,0 @@
compute.rhels8.pkglist

View File

@ -0,0 +1,12 @@
@^minimal-environment
chrony
net-tools
nfs-utils
openssh-server
rsync
util-linux
wget
mariadb-connector-odbc
perl-DBD-MySQL
perl-DBD-Pg
unixODBC

View File

@ -0,0 +1,35 @@
bash
bc
bzip2
chrony
coreutils
curl
dhcp-client
dracut
dracut-network
e2fsprogs
ethtool
file
gzip
hostname
iputils
irqbalance
kernel
lsvpd
net-tools
nfs-utils
openssh-clients
openssh-server
openssl
parted
procps-ng
rpm
rsync
rsyslog
tar
util-linux
vim-minimal
xz
wget
perl-DBD-MySQL
perl-DBD-Pg

View File

@ -0,0 +1,34 @@
bash
bc
bzip2
chrony
coreutils
curl
dhcp-client
dracut
dracut-network
e2fsprogs
ethtool
file
gzip
hostname
iputils
irqbalance
kernel
net-tools
nfs-utils
openssh-clients
openssh-server
openssl
parted
procps-ng
rpm
rsync
rsyslog
tar
util-linux
vim-minimal
xz
wget
perl-DBD-MySQL
perl-DBD-Pg

View File

@ -40,7 +40,7 @@ Requires: /usr/sbin/dhcpd
# On RHEL this pulls in openssh-server, on SLES it pulls in openssh
Requires: /usr/bin/ssh
%ifnarch s390x
Requires: /etc/xinetd.d/tftp
Requires: /usr/sbin/in.tftpd
# Stty is only needed for rcons on ppc64 nodes, but for mixed clusters require it on both x and p
Requires: perl-IO-Stty
%endif
@ -81,9 +81,10 @@ Requires: syslinux-xcat
%endif
%description
xCATsn is a service node management package intended for at-scale management,
including hardware management and software management.
xCAT supports management of very large sized cluster by creating a Hierarchical
Cluster and the concept of xCAT Service Nodes. The xCAT Management Node can
delegate all management operational needs to the Service Node responsible for a
set of compute node. xCATsn package provides xCAT service node support.
%prep
%ifos linux