Feature #13416
Add support for Amazon VPC to Cloud Provisioner
| Status: | Needs Decision | Start date: | 03/26/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% | ||
| Category: | aws | Spent time: | - | |
| Target version: | - | |||
| Keywords: | customer | Roadmapped: | No | |
| Branch: | ||||
Description
CLoud Provisioner doesn’t currently support creating and bootstrapping Amazon VPC instances.
History
#1
Updated by James Turnbull about 1 year ago
- Status changed from Unreviewed to Needs Decision
- Assignee set to Nigel Kersten
#2
Updated by James Turnbull about 1 year ago
It looks like the subnet ID needed for VPC was added in https://github.com/puppetlabs/puppetlabs-cloud-provisioner/commit/f11774e647d4b9b4bf0f058b127a8001c41d9cd3 but it looks like group ID is not being properly set:
VPC subnet is now working, but the security group is not. Using the group ID produces an error:
# puppet node_aws create --image=ami \ > --group=group-id \ > --keyname=mykey \ > --subnet=subnet-id \ > --type=m1.small err: Unrecognized security groups: group-id err: Try 'puppet help node_aws create' for usage
Using the group name results in setting the default group and not the one specified: # puppet node_aws create --image=ami \ > --group=mygroup \ > --keyname=mykey \ > --subnet=subnet-id \ > --type=m1.small \ notice: Creating new instance ... ... notice: Server instance-id public dns name:
#3
Updated by Jeff McCune 12 months ago
Bump.
What’s the decision that needs to be made? Does Nigel still need to make it?
-Jeff
#4
Updated by James Turnbull 12 months ago
The decision was “will we devote some time to fixing this bug”. It’s probably more a Josh question than a Nigel one now.
#5
Updated by Michael Arnold 12 months ago
I understand that this is fixed in newer versions of Fog.
#6
Updated by Thomas Linkin 11 months ago
FWIW – I just tested this with fog v1.4.0 and I am getting the same behaviour as James.
#7
Updated by Michael Arnold 8 months ago
I just tested with PE 2.6.1 (fog 1.5.0) and I still see this problem.
#8
Updated by Charlie Sharpsteen 2 months ago
- Keywords set to customer