Skip to content

Commit 95e905e

Browse files
authored
Merge pull request #34976 from kalexand-rh/BZ1860721
BZ1860721: adding certificate customizations
2 parents a057dac + b533987 commit 95e905e

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[]
@@ -425,10 +426,10 @@ your registry:
425426
+
426427
[source,yaml]
427428
----
428-
pullSecret: '{"auths":{"<bastion_host_name>:5000": {"auth": "<credentials>","email": "[email protected]"}}}'
429+
pullSecret: '{"auths":{"<mirror_host_name>:5000": {"auth": "<credentials>","email": "[email protected]"}}}'
429430
----
430431
+
431-
For `<bastion_host_name>`, specify the registry domain name
432+
For `<mirror_host_name>`, specify the registry domain name
432433
that you specified in the certificate for your mirror registry, and for
433434
`<credentials>`, specify the base64-encoded user name and password for
434435
your mirror registry.
@@ -474,10 +475,10 @@ endif::gcp+restricted[]
474475
----
475476
imageContentSources:
476477
- mirrors:
477-
- <bastion_host_name>:5000/<repo_name>/release
478+
- <mirror_host_name>:5000/<repo_name>/release
478479
source: quay.example.com/openshift-release-dev/ocp-release
479480
- mirrors:
480-
- <bastion_host_name>:5000/<repo_name>/release
481+
- <mirror_host_name>:5000/<repo_name>/release
481482
source: registry.example.com/ocp/release
482483
----
483484
+
@@ -538,6 +539,10 @@ endif::[]
538539
ifeval::["{context}" == "installing-gcp-user-infra-vpc"]
539540
:!gcp:
540541
endif::[]
542+
ifeval::["{context}" == "installing-restricted-networks-gcp"]
543+
:!gcp:
544+
:!restricted:
545+
endif::[]
541546
ifeval::["{context}" == "installing-restricted-networks-gcp-installer-provisioned"]
542547
:!gcp:
543548
:!restricted:

0 commit comments

Comments
 (0)