Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Public IP support for existing vnet deployment #42

Merged
merged 3 commits into from
Jan 4, 2017

Conversation

vlesierse
Copy link
Contributor

While using this driver I ran into the scenario that I would like to provision my VM using Kitchen in an existing VNET on Azure. However the VM in the VNET is accessible from my local network because there is no gateway in between. There for I would like the possibility to expose a public IP when the VNET is specified.

Implementation details

  • Config parameter public_ip
  • Using ERB for rendering the ARM template to have better support for conditions inside the template.
  • Moved the ARM templates to separate files, however it is also possible to include the template in the same azurerm.rb file

@stuartpreston
Copy link
Contributor

Thanks very much for this contribution. I'm just testing it out and will merge shortly.

@stuartpreston stuartpreston merged commit 8c7b400 into test-kitchen:master Jan 4, 2017
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants