test-kitchen / kitchen-google

Google Compute Engine driver for Test-Kitchen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add ability to assign existing static IP to an instance

Blasterdick opened this issue · comments

It would be great to have an option like machine_type or disk_size for external IP, which already have been created.

In cases like when user have to use CloudSQL for testing purposes, and it's difficult to create an access rule every time he needed to recreate an instance with a new ephemeral IP.

Is this possible? Thanks in advance.