{"id":50385081,"url":"https://github.com/stackhpc/stackhpc-osutils","last_synced_at":"2026-05-30T14:30:56.997Z","repository":{"id":48058168,"uuid":"157291797","full_name":"stackhpc/stackhpc-osutils","owner":"stackhpc","description":"OpenStack utilities","archived":false,"fork":false,"pushed_at":"2021-08-09T15:10:40.000Z","size":28,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-14T22:50:23.459Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stackhpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-11-12T23:32:02.000Z","updated_at":"2021-08-09T15:10:43.000Z","dependencies_parsed_at":"2022-08-12T17:40:37.867Z","dependency_job_id":null,"html_url":"https://github.com/stackhpc/stackhpc-osutils","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/stackhpc/stackhpc-osutils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackhpc%2Fstackhpc-osutils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackhpc%2Fstackhpc-osutils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackhpc%2Fstackhpc-osutils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackhpc%2Fstackhpc-osutils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stackhpc","download_url":"https://codeload.github.com/stackhpc/stackhpc-osutils/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackhpc%2Fstackhpc-osutils/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33696681,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-30T14:30:56.905Z","updated_at":"2026-05-30T14:30:56.981Z","avatar_url":"https://github.com/stackhpc.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Various OpenStack tools\n\nAll utilities require OpenStack credentials present as environment variables.\n\n## Installation\n\n    $ pip install git+https://github.com/stackhpc/stackhpc-osutils\n\n## Gather baremetal nodes facts using server name\n\nQuery what keys are available for retrieval:\n\n    $ osutils.node -p openhpc -q '.driver_info.[]'\n    [\"deploy_kernel\", \"ipmi_address\", \"ipmi_username\", \"ipmi_password\", \"deploy_ramdisk\"]\n\nGet list of `ipmi_address` and format the output using `jq`:\n\n    $ osutils.node -p openhpc -q '.driver_info.ipmi_address' | jq\n    [\n      {\n        \"value\": \"10.45.253.35\",\n        \"key\": \"openhpc-login-0\"\n      },\n      {\n        \"value\": \"10.45.253.11\",\n        \"key\": \"openhpc-compute-0\"\n      },\n      {\n        \"value\": \"10.45.253.12\",\n        \"key\": \"openhpc-compute-1\"\n      }\n    ]    \n\nUse regex to filter server names:\n\n    $ osutils.node -p 'openhpc-.*0' -q '.driver_info.ipmi_address'\n    [{\"value\": \"10.45.253.1\", \"key\": \"openhpc-login-0\"}, {\"value\": \"10.45.253.22\", \"key\": \"openhpc-compute-0\"}]\n\n## Open tmux windows that match server name keyword\n\n    $ osutils.ipmi openhpc-compute\n    Opening tmux window: openhpc-compute-0\n    ipmitool -I lanplus -H 10.45.253.22 -U root -P calvin sol activate\n    Opening tmux window: openhpc-compute-1\n    ipmitool -I lanplus -H 10.45.253.35 -U root -P calvin sol activate\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackhpc%2Fstackhpc-osutils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstackhpc%2Fstackhpc-osutils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackhpc%2Fstackhpc-osutils/lists"}