oxidecomputer / oxidecomputer/packer-plugin-oxide

Create networking resources automatically

Open
#123 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Enhancement Packer Plugin
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.