File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,17 @@ controlPlane:
4646 replicas : {{ 1 if sno or sno_vm else ctlplanes }}
4747{% if techpreview %}
4848featureSet : TechPreviewNoUpgrade
49+ {% elif ctlplanes == 2 %}
50+ fencing :
51+ credentials :
52+ {% for num in range(0, 2) %}
53+ - hostname : {{ cluster }}-ctlplane-{{ num }}.{{ domain }}
54+ address : {{ ksushy_protocol }}://{{ ksushy_ip }}:{{ ksushy_port }}/redfish/v1/Systems/{{ config_client }}/{{ cluster }}-ctlplane-{{ num }}
55+ username : {{ bmc_user|default('dummy') }}
56+ password : {{ bmc_password|default('dummy') }}
57+ certificateVerification : Disabled
58+ {% endfor %}
59+ featureSet : DevPreviewNoUpgrade
4960{% endif %}
5061metadata :
5162 name : {{ cluster }}
Original file line number Diff line number Diff line change @@ -176,3 +176,6 @@ prega: false
176176virtualization_nightly : false
177177techpreview : false
178178mirror_dir :
179+ ksushy_protocol : https
180+ ksushy_ip : 192.168.122.1
181+ ksushy_port : 9000
You can’t perform that action at this time.
0 commit comments