GoogleCloudDataproc / bdutil

[DEPRECATED] Script used to manage Hadoop and Spark instances on Google Compute Engine
https://cloud.google.com/dataproc
Apache License 2.0
109 stars 94 forks source link

added gce tags support #72

Closed ibalashov closed 8 years ago

ibalashov commented 8 years ago

Firewall configuration of networks other than 'default' might require instance tags in order to become ssh-able. If such a network is chosen, bdutil is able to create instances, but not ssh to them failing the deploy. This patch allows creating instances with specified instance tag(s).

AngusDavis commented 8 years ago

@ibalashov - Thanks for the PR!