[Git][qa/jenkins.debian.net][master] djm: add support for powercycling amd64 nodes at OSUOSL
Holger Levsen (@holger)
gitlab at salsa.debian.org
Wed Nov 5 15:27:24 GMT 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
0aeabe37 by Holger Levsen at 2025-11-05T16:26:59+01:00
djm: add support for powercycling amd64 nodes at OSUOSL
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/djm
Changes:
=====================================
bin/djm
=====================================
@@ -587,10 +587,12 @@ djm_do() {
;;
codethink*) `dirname $0`/powercycle_arm64_nodes.sh $(echo ${SHORTNODE:9} | cut -d '-' -f1)
;;
- osuosl*) echo "We cannot powercycle nodes at OSUOSL on our own. Please contact #osuosl on libera.chat or send email to support at osuosl.org"
+ osuosl*amd64) OS_CLOUD=osuosl openstack server reboot --hard --verbose $SHORTNODE
+ ;;
+ osuosl*) echo "Sorry, I don't know how to powercyle $SHORTNODE"
exit 1
;;
- infom*) openstack server reboot --hard --verbose $(echo $SHORTNODE | cut -d '-' -f1)
+ infom*) OS_CLOUD=infomaniak openstack server reboot --hard --verbose $(echo $SHORTNODE | cut -d '-' -f1)
;;
*) echo "This should not happen, please investigate and fixup."
exit 1
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/0aeabe37d724cbfc618468c077c04256b44ad256
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/0aeabe37d724cbfc618468c077c04256b44ad256
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20251105/f50aef6b/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list