We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 860a8fa commit 202b451Copy full SHA for 202b451
kvirt/cluster/openshift/install-config.yaml
@@ -46,6 +46,17 @@ controlPlane:
46
replicas: {{ 1 if sno or sno_vm else ctlplanes }}
47
{% if techpreview %}
48
featureSet: TechPreviewNoUpgrade
49
+{% elif ctlplanes == 2 %}
50
+ fencing:
51
+ credentials:
52
+{% for num in range(0, 2) %}
53
+ - hostname: {{ cluster }}-ctlplane-{{ num }}.{{ domain }}
54
+ address: http://{{ ksushy_ip|default('192.168.122.1') }}:9000/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
60
{% endif %}
61
metadata:
62
name: {{ cluster }}
0 commit comments