Merge branch 'main' into cleanups2

This commit is contained in:
Gregory Kurtzer
2021-08-24 22:46:35 -07:00
19 changed files with 68 additions and 9 deletions

View File

@@ -0,0 +1,5 @@
FROM warewulf/rocky:8
RUN dnf -y install http://repos.openhpc.community/OpenHPC/2/CentOS_8/x86_64/ohpc-release-2-1.el8.x86_64.rpm; \
dnf -y install ohpc-base-compute ohpc-slurm-client chrony; \
systemctl enable munge

View File

@@ -0,0 +1,17 @@
BootStrap: yum
OSVersion: 7
MirrorURL: http://mirror.centos.org/centos-%{OSVERSION}/%{OSVERSION}/os/x86_64/
Include: yum
%post
sed -i 's/^root:.:/root::/g' /etc/passwd
yum install -y basesystem bash chkconfig coreutils e2fsprogs \
ethtool filesystem findutils gawk grep initscripts iproute \
iputils net-tools nfs-utils pam psmisc rdate rsync sed setup \
shadow-utils rsyslog tcp_wrappers tzdata util-linux words \
zlib tar less gzip which util-linux openssh-clients \
openssh-server dhclient pciutils vim-minimal shadow-utils \
strace cronie crontabs cpio wget centos-release ipmitool

View File

@@ -0,0 +1,17 @@
BootStrap: yum
OSVersion: 8
MirrorURL: http://mirror.centos.org/centos-%{OSVERSION}/%{OSVERSION}/BaseOS/x86_64/os
Include: dnf
%post
sed -i 's/^root:.:/root::/g' /etc/passwd
dnf install -y basesystem bash chkconfig coreutils e2fsprogs \
ethtool filesystem findutils gawk grep initscripts iproute \
iputils net-tools nfs-utils pam psmisc rsync sed setup \
shadow-utils rsyslog tzdata util-linux words zlib tar less \
gzip which util-linux openssh-clients openssh-server dhclient \
pciutils vim-minimal shadow-utils strace cronie crontabs cpio \
wget centos-release ipmitool yum

View File

@@ -0,0 +1,17 @@
BootStrap: yum
OSVersion: 8
MirrorURL: http://dl.rockylinux.org/pub/rocky/%{OSVERSION}/BaseOS/x86_64/os/
Include: dnf
%post
sed -i 's/^root:.:/root::/g' /etc/passwd
dnf install -y basesystem bash chkconfig coreutils e2fsprogs \
ethtool filesystem findutils gawk grep initscripts iproute \
iputils net-tools nfs-utils pam psmisc rsync sed setup \
shadow-utils rsyslog tzdata util-linux words zlib tar less \
gzip which util-linux openssh-clients openssh-server dhclient \
pciutils vim-minimal shadow-utils strace cronie crontabs cpio \
wget rocky-release ipmitool yum NetworkManager