Skip to content

Commit d9c2ddf

Browse files
author
Shubha Narayanan
committed
Added optional tags parameter un install config
1 parent ec09577 commit d9c2ddf

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

modules/installation-installer-provisioned-vsphere-config-yaml.adoc

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ networking:
4242
hostPrefix: 23
4343
machineNetwork:
4444
- cidr: 10.0.0.0/16
45-
networkType: OVNKubernetes <9>
45+
networkType: OVNKubernetes <11>
4646
serviceNetwork:
4747
- 172.30.0.0/16
4848
endif::network[]
@@ -62,6 +62,8 @@ platform:
6262
- <VM_Network_name>
6363
resourcePool: "/<datacenter>/host/<cluster>/Resources/<resourcePool>" <7>
6464
folder: "/<datacenter_name>/vm/<folder_name>/<subfolder_name>"
65+
tagIDs: <8>
66+
- <tag_id> <9>
6567
zone: <default_zone_name>
6668
ingressVIPs:
6769
- 10.0.0.2
@@ -72,9 +74,9 @@ platform:
7274
port: 443
7375
server: <fully_qualified_domain_name>
7476
75-
diskType: thin <8>
77+
diskType: thin <10>
7678
ifdef::restricted[]
77-
clusterOSImage: http://mirror.example.com/images/rhcos-47.83.202103221318-0-vmware.x86_64.ova <9>
79+
clusterOSImage: http://mirror.example.com/images/rhcos-47.83.202103221318-0-vmware.x86_64.ova <11>
7880
endif::restricted[]
7981
ifndef::openshift-origin[]
8082
fips: false
@@ -83,15 +85,15 @@ ifndef::restricted[]
8385
pullSecret: '{"auths": ...}'
8486
endif::restricted[]
8587
ifdef::restricted[]
86-
pullSecret: '{"auths":{"<local_registry>": {"auth": "<credentials>","email": "[email protected]"}}}' <10>
88+
pullSecret: '{"auths":{"<local_registry>": {"auth": "<credentials>","email": "[email protected]"}}}' <12>
8789
endif::restricted[]
8890
sshKey: 'ssh-ed25519 AAAA...'
8991
ifdef::restricted[]
90-
additionalTrustBundle: | <11>
92+
additionalTrustBundle: | <13>
9193
-----BEGIN CERTIFICATE-----
9294
ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ
9395
-----END CERTIFICATE-----
94-
imageContentSources: <12>
96+
imageContentSources: <14>
9597
- mirrors:
9698
- <mirror_host_name>:<mirror_port>/<repo_name>/release
9799
source: <source_image_1>
@@ -114,18 +116,20 @@ You can specify the path of any datastore that exists in a datastore cluster. By
114116
If you must specify VMs across multiple datastores, use a `datastore` object to specify a failure domain in your cluster's `install-config.yaml` configuration file. For more information, see "VMware vSphere region and zone enablement".
115117
====
116118
<7> Optional: Provides an existing resource pool for machine creation. If you do not specify a value, the installation program uses the root resource pool of the vSphere cluster.
117-
<8> The vSphere disk provisioning method.
119+
<8> Optional: Each VM created by {product-title} is assigned a unique tag that is specific to the cluster. The assigned tag enables the installation program to identify and remove the associated VMs when a cluster is decommissioned. You can list up to ten additional tag IDs to be attached to the VMs provisioned by the installation program.
120+
<9> The ID of the tag to be associated by the installation program. For example, `urn:vmomi:InventoryServiceTag:208e713c-cae3-4b7f-918e-4051ca7d1f97:GLOBAL`. For more information about determining the tag ID, see the link:https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.vcenterhost.doc/GUID-E8E854DD-AA97-4E0C-8419-CE84F93C4058.html[vSphere Tags and Attributes documentation].
121+
<10> The vSphere disk provisioning method.
118122
ifdef::network[]
119-
<9> The cluster network plugin to install. The default value `OVNKubernetes` is the only supported value.
123+
<11> The cluster network plugin to install. The default value `OVNKubernetes` is the only supported value.
120124
endif::network[]
121125
ifdef::restricted[]
122-
<9> The location of the {op-system-first} image that is accessible from the bastion server.
123-
<10> For `<local_registry>`, specify the registry domain name, and optionally the
126+
<11> The location of the {op-system-first} image that is accessible from the bastion server.
127+
<12> For `<local_registry>`, specify the registry domain name, and optionally the
124128
port, that your mirror registry uses to serve content. For example
125129
`registry.example.com` or `registry.example.com:5000`. For `<credentials>`,
126130
specify the base64-encoded user name and password for your mirror registry.
127-
<11> Provide the contents of the certificate file that you used for your mirror registry.
128-
<12> Provide the `imageContentSources` section from the output of the command to mirror the repository.
131+
<13> Provide the contents of the certificate file that you used for your mirror registry.
132+
<14> Provide the `imageContentSources` section from the output of the command to mirror the repository.
129133
endif::restricted[]
130134

131135
[NOTE]

0 commit comments

Comments
 (0)