oxidecomputer / oxidecomputer/packer-plugin-oxide
Create networking resources automatically
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 2
- Forks
- 1
- Avg merge
- 3h 9m
- Merged PRs (30d)
- 3
Description
We can provide a better user experience by creating the following resources instead of requiring the user to previously have created them.
- VPC
- Subnet
- VPC firewall rules (to allow SSH)
We'd respect the ip_pool and ssh_port attributes too so the VPC is bound to the correct ip_pool and the firewall rule punches a hole just for the SSH port.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are named. Start by locating how the plugin currently consumes ip_pool and ssh_port and how it handles VPC, subnet, and firewall resources. Done means these resources are created automatically, the VPC uses the requested ip_pool, and SSH access is limited to ssh_port.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cloud, infrastructure, networking
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100