forked from andrewh1978/px-deploy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
defaults.yml
45 lines (39 loc) · 887 Bytes
/
defaults.yml
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
45
cloud: aws
platform: k8s
clusters: 1
nodes: 3
k8s_version: 1.21.11
px_version: 2.11.3
stop_after: 6
post_script: show-ip
quiet: false
aws_region: eu-west-1
aws_type: t3.large
aws_ebs: "gp2:50"
#aws_ebs: "gp2:20 standard:30"
gcp_region: europe-west1
gcp_zone: b
gcp_type: n1-standard-2
gcp_disks: "pd-standard:50"
#gcp_disks: "pd-standard:20 pd-ssd:30"
azure_region: uksouth
azure_type: Standard_B2ms
azure_disks: "50"
#azure_disks: "100 200"
vsphere_host: XXX
vsphere_compute_resource: XXX
vsphere_resource_pool: XXX
vsphere_user: XXX
vsphere_password: XXX
vsphere_template: XXX
vsphere_datastore: XXX
vsphere_folder: XXX
vsphere_disks: "64"
vsphere_network: XXX
vsphere_memory: 8
vsphere_cpu: 2
ocp4_domain: openshift.portworx.com
ocp4_version: 4.5.6
ocp4_pull_secret: XXX
#env:
# licenses: "XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX ..."