Skip to content

Commit

Permalink
powerman: Remove the spec and the documentation for powerman
Browse files Browse the repository at this point in the history
It was not used since a long time.

Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
  • Loading branch information
martin-g committed Oct 4, 2024
1 parent fcf0074 commit bcad30b
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 545 deletions.
1 change: 0 additions & 1 deletion components/admin/conman/SPECS/conman.spec
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ SERVER logdir="/var/log/conman"
SERVER logfile="/var/log/conman.log"
SERVER loopback=ON
SERVER pidfile="/var/run/conman.pid"
SERVER resetcmd="powerman -0 %N; sleep 3; powerman -1 %N"
SERVER tcpwrappers=ON
SERVER timestamp=1h
GLOBAL seropts="115200,8n1"
Expand Down
341 changes: 0 additions & 341 deletions components/admin/powerman/LICENSE

This file was deleted.

3 changes: 0 additions & 3 deletions components/admin/powerman/SOURCES/rpmlintrc

This file was deleted.

149 changes: 0 additions & 149 deletions components/admin/powerman/SPECS/powerman.spec

This file was deleted.

1 change: 0 additions & 1 deletion docs/recipes/install/almalinux9/input.local.template
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ enable_kargs="${enable_kargs:-0}"
enable_beegfs_client="${enable_beegfs_client:-0}"
enable_lustre_client="${enable_lustre_client:-0}"
enable_mrsh="${enable_mrsh:-0}"
enable_powerman="${enable_powerman:-0}"
enable_pmix="${enable_pmix:-0}"
enable_geopm="${enable_geopm:-0}"

Expand Down
1 change: 0 additions & 1 deletion docs/recipes/install/centos8/input.local.template
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ enable_kargs="${enable_kargs:-0}"
enable_beegfs_client="${enable_beegfs_client:-0}"
enable_lustre_client="${enable_lustre_client:-0}"
enable_mrsh="${enable_mrsh:-0}"
enable_powerman="${enable_powerman:-0}"
enable_pmix="${enable_pmix:-0}"
enable_geopm="${enable_geopm:-0}"

Expand Down
1 change: 0 additions & 1 deletion docs/recipes/install/common/ohpc-doc.sty
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@
\newcommand{\nhc}{NHC}
\newcommand{\OHPC}{OpenHPC}
\newcommand{\ORCM}{ORCM}
\newcommand{\powerman}{\emph{powerman}}
\newcommand{\Sensys}{Sensys}
\newcommand{\SLURM}{Slurm}
\newcommand{\Warewulf}{Warewulf}
Expand Down
41 changes: 0 additions & 41 deletions docs/recipes/install/common/powerman.tex

This file was deleted.

1 change: 0 additions & 1 deletion docs/recipes/install/leap15/input.local.template
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ enable_kargs="${enable_kargs:-0}"
enable_beegfs_client="${enable_beegfs_client:-0}"
enable_lustre_client="${enable_lustre_client:-0}"
enable_mrsh="${enable_mrsh:-0}"
enable_powerman="${enable_powerman:-0}"
enable_pmix="${enable_pmix:-0}"
enable_geopm="${enable_geopm:-0}"

Expand Down
1 change: 0 additions & 1 deletion docs/recipes/install/openeuler22.03/input.local.template
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ enable_kargs="${enable_kargs:-0}"
enable_beegfs_client="${enable_beegfs_client:-0}"
enable_lustre_client="${enable_lustre_client:-0}"
enable_mrsh="${enable_mrsh:-0}"
enable_powerman="${enable_powerman:-0}"
enable_pmix="${enable_pmix:-0}"
enable_geopm="${enable_geopm:-0}"
enable_epol_updates="${enable_epol_updates:-1}"
Expand Down
1 change: 0 additions & 1 deletion docs/recipes/install/rocky9/input.local.template
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ enable_kargs="${enable_kargs:-0}"
enable_beegfs_client="${enable_beegfs_client:-0}"
enable_lustre_client="${enable_lustre_client:-0}"
enable_mrsh="${enable_mrsh:-0}"
enable_powerman="${enable_powerman:-0}"
enable_pmix="${enable_pmix:-0}"
enable_geopm="${enable_geopm:-0}"

Expand Down
9 changes: 5 additions & 4 deletions tests/oob/warewulf-ipmi
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@ if [ -s ./common/TEST_ENV ];then
source ./common/TEST_ENV
fi

if [ ! -z "$SIMPLE_CI" ]; then
skip "Not supported in simple CI setup"
fi

if [ -n "$IPMI_PASSWORD" ];then
export IPMI_PASSWORD
fi

@test "[warewulf-ipmi] ipmitool lanplus protocol" {

if [ -n "$SIMPLE_CI" ]; then
skip "Not supported in simple CI setup"
fi

rpm -q --quiet warewulf-ipmi-ohpc || skip "Warewulf not installed, skipping warewulf-ipmitool check"

run wwsh ipmi powerstatus c1
Expand Down

0 comments on commit bcad30b

Please sign in to comment.