forked from karmab/kcli-ztp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkcli_plan_default.yml
83 lines (83 loc) · 2.93 KB
/
kcli_plan_default.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
info: |
This deploys a vm where:
- openshift-baremetal-install is downloaded or compiled)
- caches the rhcos images
- stop the nodes to deploy through ipmi
- launch the install against a set of baremetal nodes (and optionally virtual masters)
It can be used with a centos8 or rhel8 vm (in which case you will need to set your rhn credentials in your kcli config)
default location for your pull secret is openshift_pull.json but you can choose another with the pullsecret variable
You will need to define api_ip, dns_ip and ingress_ip and use the masters and workers array to specify your nodes.
Nfs can be set to true to create 10 rwx pvs and 10 rwo pvs on the provisioning vm
default network type is OVNKubernetes but you can also specify OpenShiftSDN
You can also use ca and imagecontentsources to customize your environments or drop specific manifests in the manifests directory
If using virtual masters, the masters array can be omitted.
For virtual masters, You can
- force the baremetal macs of your masters using baremetal_macs variable. If you put more entries than your masters number, they will be used for virtual workers.
- set a pattern for their provisioning macs when you plan to host several cluster with virtual masters on the same hypervisor
The ci registry is targetted, with the openshift_image variable.
When build is set to true, the openshift install binary will be compiled from sources, optionally with the prs from prs variable array
version can instead be set to stable or latest, along with tag, to gather the binary from public sources.
baseplan: kcli_plan_infra.yml
image: centos8
image_url:
installer_nic: eth0
installer_mac:
installer_wait: False
version: ci
tag: 4.9
openshift_image: registry.ci.openshift.org/ocp/release:4.9
playbook: false
network_type: OVNKubernetes
dualstack: false
dualstack_cidr:
http_proxy:
no_proxy:
keys: []
dns_ip:
image_url:
numcpus: 16
rhnregister: true
rhnwait: 30
provisioning_enable: true
baremetal_noprovisioning_ip:
baremetal_noprovisioning_bootstrap_ip:
baremetal_bootstrap_mac:
provisioning_bootstrap_mac:
provisioning_interface: eno1
provisioning_net: provisioning
provisioning_ip: 172.22.0.3
provisioning_range: 172.22.0.10,172.22.0.100
provisioning_installer_ip: 172.22.0.253
provisioning_macs: []
bmc_user: root
bmc_password: calvin
baremetal_cidr:
baremetal_macs: []
baremetal_ips: []
pullsecret: openshift_pull.json
notifyscript: notify.sh
virtual_protocol: ipmi
cache: true
notify: true
launch_steps: true
deploy_openshift: true
lab: false
disconnected: false
registry_image: quay.io/saledort/registry:2
disconnected_user: dummy
disconnected_password: dummy
disconnected_operators: []
disconnected_operators_deploy_after_openshift: False
nfs: true
imageregistry: false
build: false
go_version: 1.13.8
prs: []
imagecontentsources: []
fips: false
cas: []
nbde: false
ntp: false
ntp_server: 0.rhel.pool.ntp.org
model: dell
patch_rhcos_image: false