{"id":31067267,"url":"https://github.com/bjia56/ibm-powervs-action","last_synced_at":"2026-08-12T20:31:10.527Z","repository":{"id":311670876,"uuid":"1044010021","full_name":"bjia56/ibm-powervs-action","owner":"bjia56","description":"GitHub Actions to spin up a VM on IBM PowerVS","archived":false,"fork":false,"pushed_at":"2025-10-02T21:19:21.000Z","size":481,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-02T23:27:23.273Z","etag":null,"topics":["aix","ibm-cloud"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bjia56.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-25T03:54:56.000Z","updated_at":"2025-10-02T21:19:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"8f8d2cf0-feac-49be-a5a7-2977e3fe5f98","html_url":"https://github.com/bjia56/ibm-powervs-action","commit_stats":null,"previous_names":["bjia56/ibm-powervs-action"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bjia56/ibm-powervs-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjia56%2Fibm-powervs-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjia56%2Fibm-powervs-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjia56%2Fibm-powervs-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjia56%2Fibm-powervs-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bjia56","download_url":"https://codeload.github.com/bjia56/ibm-powervs-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjia56%2Fibm-powervs-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36581554,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-12T02:00:07.134Z","response_time":57,"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":["aix","ibm-cloud"],"created_at":"2025-09-15T19:56:31.431Z","updated_at":"2026-08-12T20:31:10.518Z","avatar_url":"https://github.com/bjia56.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IBM PowerVS Action\n\nA GitHub Action that provisions virtual machines on IBM PowerVS cloud.\n\n## Features\n\n- ✅ Provision VMs on IBM PowerVS using OpenTofu\n- 🔑 Ephemeral SSH key generation and configuration\n- 🧹 Automatic resource cleanup after workflow completion\n- ⚙️ Configurable VM specifications (CPU, memory, OS image)\n- 📝 Optional user data script execution\n\n## Usage\n\n### Basic Example\n\n```yaml\nname: Run on IBM PowerVS\non: [push]\n\njobs:\n  deploy:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v4\n\n      - name: Provision PowerVS VM\n        uses: bjia56/ibm-powervs-action@main\n        with:\n          ibmcloud_api_key: ${{ secrets.IBMCLOUD_API_KEY }}\n          zone: us-south\n\n      - name: Connect and run commands\n        shell: powervs {0}\n        run: |\n          whoami \u0026\u0026 uptime\n```\n\n## Inputs\n\n| Input | Description | Required | Default |\n|-------|-------------|----------|---------|\n| `ibmcloud_api_key` | IBM Cloud API Key | ✅ Yes | - |\n| `zone` | IBM Cloud PowerVS zone | No | `us-south` |\n| `prefix` | Prefix for resource names | No | `github-actions` |\n| `os_image_name` | OS image name | No | `7200-05-09` |\n| `server_type` | PowerVS server type | No | `s1022` |\n| `number_of_processors` | Number of processors | No | `2` |\n| `memory_size` | Memory size in GB | No | `4` |\n| `user_data` | User data script | No | - |\n\n## Outputs\n\nThe action automatically configures SSH access to the provisioned VM:\n\n- **SSH Hostname**: `powervs`\n- **SSH User**: `root`\n- **Connection**: `ssh powervs`\n- **Custom GitHub Actions Shell**: `powervs {0}`\n\n## Cleanup\n\nResources are automatically cleaned up after the workflow completes, regardless of success or failure. The cleanup process:\n\n1. Destroys all provisioned infrastructure\n2. Removes temporary files\n\n## Security Notes\n\n- SSH keys are generated dynamically and cleaned up automatically\n- API keys should always be stored in GitHub Secrets\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbjia56%2Fibm-powervs-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbjia56%2Fibm-powervs-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbjia56%2Fibm-powervs-action/lists"}