Skip to content

Commit 6143b4e

Browse files
committed
updated yaml with faultDomain
1 parent 26a28ff commit 6143b4e

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

examples/capi-quick-start/nutanix-final-example.yaml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,22 @@ spec:
5252
sshKey: ssh-key-expample-1
5353
nutanix:
5454
prismCentralEndpoint:
55-
address: "PC-ip-fqdn"
55+
host: "PC-ip-fqdn"
5656
port: 9440
5757
insecure: false
5858
additionalTrustBundle: "trust-bundle-root-ca"
5959
controlPlaneEndpoint:
6060
host: "api-server-ip-fqdn"
6161
port: 6443
62+
faultDomains:
63+
- name: fd1
64+
cluster:
65+
name: PE1
66+
type: name
67+
subnet:
68+
- name: subnet1
69+
type: name
70+
isControlPlane: false
6271
controlPlane:
6372
nutanix:
6473
bootType: legacy
@@ -73,8 +82,8 @@ spec:
7382
vcpuSockets: 2
7483
vcpusPerSocket: 1
7584
subnet:
76-
name: subnet1
77-
type: name
85+
- name: subnet1
86+
type: name
7887
project: prj1
7988
additionalCategories:
8089
- key1: value1
@@ -105,8 +114,8 @@ spec:
105114
vcpuSockets: 2
106115
vcpusPerSocket: 1
107116
subnet:
108-
name: subnet1
109-
type: name
117+
- name: subnet1
118+
type: name
110119
project: prj1
111120
additionalCategories:
112121
- key1: value1

0 commit comments

Comments
 (0)