hashicorp / hashicorp/packer-plugin-cloudstack
Add `associate_public_ip_address` flag
- 主要语言
- Go
- 星标
- 5
- 派生
- 17
- PR 合并指标
- 30 天内没有已合并 PR
描述
Packer CloudStack plug-in always try to associate a public IP address. Some CloudStack instances do not allow users to associate public IP address to virtual machines, leading Packer to fail with message "Failed to associate public IP address...".
Amazon EBS plugin for instance has a flag `associate_public_ip_address` allowing sources not to be associated to public IP address. Can we have this flag for CloudStack too?
贡献指南
调研方向
Start by locating the CloudStack builder code that always associates a public IP, then compare it with the Amazon EBS plugin's associate_public_ip_address flag mentioned in the issue. Add equivalent configuration for CloudStack and verify that disabling it avoids the association attempt while existing behavior remains available.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- go
- 领域
- cloud
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100