Bug #1879
Foreman fails to acquire IP when using AWS VPC with private IP
Description
When using VPC on AWS with only private IP, foreman fails to acquire the IP
as it only ask for public IP.
IMHO there should be a failover on private IP or a choice from user when creating host.
Related issues
Associated revisions
History
#1
Updated by Dominic Cleal over 9 years ago
- Description updated (diff)
- Status changed from New to Resolved
- Target version set to 1.3.0
- % Done changed from 0 to 100
Implemented in #1871 with the VPC functionality, via a dropdown menu on the network tab to choose the preferred IP address.
fixes #1871, #1879 - add VPC support to EC2 compute resource
Based on patch from Romain Vrignaud <romain@yakaz.com>