@@ -73,6 +73,7 @@ ifeval::["{context}" == "installing-gcp-user-infra-vpc"]
73
73
endif::[]
74
74
ifeval::["{context} " == "installing-restricted-networks-gcp"]
75
75
:gcp:
76
+ :restricted:
76
77
endif::[]
77
78
ifeval::["{context} " == "installing-restricted-networks-gcp-installer-provisioned"]
78
79
:gcp:
@@ -158,7 +159,7 @@ endif::rhv[]
158
159
159
160
* Obtain the {product-title} installation program and the pull secret for your cluster.
160
161
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.
162
163
* Have the `imageContentSources` values that were generated during mirror registry creation.
163
164
* Obtain the contents of the certificate for your mirror registry.
164
165
ifndef::aws,gcp[]
@@ -425,10 +426,10 @@ your registry:
425
426
+
426
427
[source,yaml]
427
428
----
428
- pullSecret: '{"auths":{"<bastion_host_name >:5000": {"auth": "<credentials>","email": "[email protected] "}}}'
429
+ pullSecret: '{"auths":{"<mirror_host_name >:5000": {"auth": "<credentials>","email": "[email protected] "}}}'
429
430
----
430
431
+
431
- For `<bastion_host_name >`, specify the registry domain name
432
+ For `<mirror_host_name >`, specify the registry domain name
432
433
that you specified in the certificate for your mirror registry, and for
433
434
`<credentials>`, specify the base64-encoded user name and password for
434
435
your mirror registry.
@@ -474,10 +475,10 @@ endif::gcp+restricted[]
474
475
----
475
476
imageContentSources:
476
477
- mirrors:
477
- - <bastion_host_name >:5000/<repo_name>/release
478
+ - <mirror_host_name >:5000/<repo_name>/release
478
479
source: quay.example.com/openshift-release-dev/ocp-release
479
480
- mirrors:
480
- - <bastion_host_name >:5000/<repo_name>/release
481
+ - <mirror_host_name >:5000/<repo_name>/release
481
482
source: registry.example.com/ocp/release
482
483
----
483
484
+
@@ -538,6 +539,10 @@ endif::[]
538
539
ifeval::["{context}" == "installing-gcp-user-infra-vpc"]
539
540
:!gcp:
540
541
endif::[]
542
+ ifeval::["{context}" == "installing-restricted-networks-gcp"]
543
+ :!gcp:
544
+ :!restricted:
545
+ endif::[]
541
546
ifeval::["{context}" == "installing-restricted-networks-gcp-installer-provisioned"]
542
547
:!gcp:
543
548
:!restricted:
0 commit comments