-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathadmin-ws-config.yaml
More file actions
44 lines (44 loc) · 1.46 KB
/
Copy pathadmin-ws-config.yaml
File metadata and controls
44 lines (44 loc) · 1.46 KB
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
41
42
43
44
gcp:
componentAccessServiceAccountKeyPath: "component-access-key.json"
vCenter:
credentials:
address: vCenter.local
fileRef:
path: credential.yaml
entry: vCenter
datacenter: Datacenter
datastore: datastore1
cluster: Cluster
network: VM Net 25
# vSphere vm folder to deploy vms into. defaults to datacenter top level folder
folder: ""
resourcePool: Pool
# Provide the path to vCenter CA certificate pub key for SSL verification
caCertPath: vcenter.crt
# The URL of the proxy for the jump host
proxyUrl: ""
adminWorkstation:
name: gke-admin-workstation
cpus: 2
memoryMB: 2048
# The boot disk size of the admin workstation in GB. It is recommended to use a
# disk with at least 50 GB to host images decompressed from the bundle.
diskGB: 50
# Name for the persistent disk to be mounted to the home directory (ending in .vmdk).
# Any directory in the supplied path must be created before deployment.
dataDiskName: gke-admin-workstation/gke-admin-workstation-data-disk.vmdk
# The size of the data disk in MB.
dataDiskMB: 512
network:
# The IP allocation mode: 'dhcp' or 'static'
ipAllocationMode: static
hostConfig:
# The IPv4 static IP address for the admin workstation
ip: "10.25.0.2"
gateway: "10.25.0.1"
netmask: "255.255.255.0"
dns:
- "10.0.0.20"
# The URL of the proxy for the admin workstation
proxyUrl: ""
ntpServer: "10.25.0.1"