mirror of
https://github.com/puppetlabs/vmpooler-provider-gce.git
synced 2026-01-26 03:18:41 -05:00
fix dns_setup as zone was already a method
also changed from setting the project name in the instance labels to a instance tag aka network tag, as the setup for allowing traffic in the FW is bassed on tag not label
This commit is contained in:
parent
2cb2550aca
commit
83770acd89
3 changed files with 63 additions and 57 deletions
|
|
@ -16,6 +16,7 @@ includedPermissions:
|
|||
- compute.instances.get
|
||||
- compute.instances.list
|
||||
- compute.instances.setLabels
|
||||
- compute.instances.setTags
|
||||
- compute.instances.start
|
||||
- compute.instances.stop
|
||||
- compute.snapshots.create
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue