Skip to content

Commit b533987

Browse files
committed
BZ1860721: adding certificate customizations
1 parent 96dc080 commit b533987

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

modules/installation-initializing.adoc

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ ifeval::["{context}" == "installing-gcp-user-infra-vpc"]
7373
endif::[]
7474
ifeval::["{context}" == "installing-restricted-networks-gcp"]
7575
:gcp:
76+
:restricted:
7677
endif::[]
7778
ifeval::["{context}" == "installing-restricted-networks-gcp-installer-provisioned"]
7879
:gcp:
@@ -158,7 +159,7 @@ endif::rhv[]
158159

159160
* Obtain the {product-title} installation program and the pull secret for your cluster.
160161
ifdef::restricted[]
161-
For a restricted network installation, these files are on your bastion host.
162+
For a restricted network installation, these files are on your mirror host.
162163
* Have the `imageContentSources` values that were generated during mirror registry creation.
163164
* Obtain the contents of the certificate for your mirror registry.
164165
ifndef::aws,gcp[]
@@ -423,10 +424,10 @@ your registry:
423424
+
424425
[source,yaml]
425426
----
426-
pullSecret: '{"auths":{"<bastion_host_name>:5000": {"auth": "<credentials>","email": "[email protected]"}}}'
427+
pullSecret: '{"auths":{"<mirror_host_name>:5000": {"auth": "<credentials>","email": "[email protected]"}}}'
427428
----
428429
+
429-
For `<bastion_host_name>`, specify the registry domain name
430+
For `<mirror_host_name>`, specify the registry domain name
430431
that you specified in the certificate for your mirror registry, and for
431432
`<credentials>`, specify the base64-encoded user name and password for
432433
your mirror registry.
@@ -472,10 +473,10 @@ endif::gcp+restricted[]
472473
----
473474
imageContentSources:
474475
- mirrors:
475-
- <bastion_host_name>:5000/<repo_name>/release
476+
- <mirror_host_name>:5000/<repo_name>/release
476477
source: quay.example.com/openshift-release-dev/ocp-release
477478
- mirrors:
478-
- <bastion_host_name>:5000/<repo_name>/release
479+
- <mirror_host_name>:5000/<repo_name>/release
479480
source: registry.example.com/ocp/release
480481
----
481482
+
@@ -536,6 +537,10 @@ endif::[]
536537
ifeval::["{context}" == "installing-gcp-user-infra-vpc"]
537538
:!gcp:
538539
endif::[]
540+
ifeval::["{context}" == "installing-restricted-networks-gcp"]
541+
:!gcp:
542+
:!restricted:
543+
endif::[]
539544
ifeval::["{context}" == "installing-restricted-networks-gcp-installer-provisioned"]
540545
:!gcp:
541546
:!restricted:

0 commit comments

Comments
 (0)