Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

powerman: Remove the spec and the documentation for powerman #2035

Merged
merged 2 commits into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
10 changes: 6 additions & 4 deletions tests/oob/ipmitool
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +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

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

@test "[OOB] ipmitool exists" {
run which ipmitool
assert_success
Expand Down
10 changes: 6 additions & 4 deletions tests/oob/warewulf-ipmi
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +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

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

@test "[warewulf-ipmi] ipmitool lanplus protocol" {
rpm -q --quiet warewulf-ipmi-ohpc || skip "Warewulf not installed, skipping warewulf-ipmitool check"

Expand Down
Loading