test-kitchen / kitchen-google

Google Compute Engine driver for Test-Kitchen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Network and Tag Support

dgarstang opened this issue · comments

I just tried kitchen-gce for the first time today. Works great, except that it doesn't seem to support setting the network or tags on the test instance, which, at least in our environment, means the instance can't reach anything.

Thanks for opening the issue; looking quickly at Fog, it looks like this should be straightforward to add. I'll investigate further over the next couple of days.

Thanks Andy. I was able to pass the network, but had trouble with the tags. Beyond my current ruby abilities to figure that out yet.

If you have any challenges Andy, just let me know and I can work on the Google side to find an answer.

This should be fixed now - if you can test, that would be much appreciated.

I'll plan to do a new release in the next couple of days, after I update docs. I'll also pin Fog at <=1.19.0 in that release (see #6), with that to change to 1.20.0 in the next release after that.