-
Notifications
You must be signed in to change notification settings - Fork 29
/
sample_vars.yml
94 lines (68 loc) · 2.62 KB
/
sample_vars.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
# Set baremetal provider to use, options are currently: packet, prebuilt
baremetal_provider: prebuilt
# Set the prebuilt IP address or hostname (please setup ssh-keys first)
# If you're running against a local system, don't use 127.0.0.1, still
# use the IP/hostname as if you were running against a remote system.
prebuilt_ip: 10.0.0.1
# Set Packet API Token
packet_api_token:
# Set Packet project name (will create if doesn't exist)
packet_project_name:
# Set Packet on-demand instance type
packet_ondemand_type: s3.xlarge.x86
# Set Packet spot instance type and bid
packet_spot_type: s3.xlarge.x86
packet_spot_bid: 0.70
# Set the type of Packet deployment to do (ondemand/spot)
packet_deploy_type: ondemand
# Set the Packet facility to use
packet_facility: am6
# Set the run-time for your instance
packet_runtime_hours: 3
# Set whether you want the project to be automatically deleted
packet_delete_project: true
# Enter Email address for completion email
email:
# Enter content of SSH public key to use
ocp4_aio_ssh_key: ''
# Enter OpenShift Pull Secret
pull_secret: ''
# Set whether you want to deploy a disconnected registry
ocp4_aio_deploy_disconnected: false
# Set whether you want to deploy guacamole for console
ocp4_aio_deploy_guacamole: false
# Set whether you want a compact deployment (3 node cluster)
ocp4_aio_deploy_compact: false
# Select granular deployment options
# NOTE: OCP Plus will force acm, acs, ocp on.
# ocp4_aio_deploy_ocs will force 3 workers on non-compact
ocp4_aio_deploy_ocp: true
ocp4_aio_deploy_ocp_plus: false
ocp4_aio_deploy_cnv: false
ocp4_aio_deploy_ocs: false
ocp4_aio_deploy_acm: false
ocp4_aio_deploy_acs: false
ocp4_aio_deploy_ods: false
ocp4_aio_deploy_nfs: false
ocp4_aio_deploy_sno: false
ocp4_aio_deploy_big_vms: false
# Select lab to deploy
ocp4_aio_deploy_cnvlab: true
# Select OpenShift version for base cluster (current supported versions are 4.10 and 4.11)
ocp4_aio_ocp_version: latest-4.10
# Select Network Type for the Openshift Cluster (OpenShiftSDN or OVNKubernetes)
ocp4_aio_network_type: OpenShiftSDN
# Select number of workers for base cluster (1-3, for 0 use ocp4_aio_deploy_compact)
ocp4_aio_ocp_workers: 2
# Select deployment type (ipi or sno)
ocp4_aio_deploy_type: ipi
# Set output directory
output_dir: /tmp/output_dir
# Deploy extra SNO nodes for AI
extra_sno_nodes: false
# Set the url for the rhcos live iso for SNO
ocp4_aio_rhcos_iso_url: "https://mirror.openshift.com/pub/openshift-v4/x86_64/dependencies/rhcos/4.10/latest/rhcos-live.x86_64.iso"
# Shall we use DDNS ? (WiP)
ocp4_aio_use_ddns: false
# Shall we try lowering ODF memory footprint (Experimental) ?
ocp4_aio_odflite: false