forked from GoogleCloudPlatform/professional-services
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlabeltester.jinja.schema
More file actions
40 lines (32 loc) · 879 Bytes
/
labeltester.jinja.schema
File metadata and controls
40 lines (32 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
info:
title: Labelmaker Tester
author: mwallman@google.com
description: |
Creates an instance with different disk types and executes labelmaker
version: 0.1
imports:
- path: labeltester.jinja
required:
- zone
properties:
zone:
type: string
description: i.e. us-east1-d
network:
type: string
description: Network URL i.e. projects/project/global/networks/network
default: global/networks/default
subnet:
type: string
description: Subnet URL i.e regions/region/subnetworks/subnetwork
sourceImage:
type: string
description: Image uri
default: projects/ubuntu-os-cloud/global/images/family/ubuntu-1604-lts
machineType:
type: string
default: n1-standard-1
serviceAccount:
type: string
description: Service account with permissions to label resources i.e. Project editor.
default: default