@@ -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[]
@@ -423,10 +424,10 @@ your registry:
423
424
+
424
425
[source,yaml]
425
426
----
426
- pullSecret: '{"auths":{"<bastion_host_name >:5000": {"auth": "<credentials>","email": "[email protected] "}}}'
427
+ pullSecret: '{"auths":{"<mirror_host_name >:5000": {"auth": "<credentials>","email": "[email protected] "}}}'
427
428
----
428
429
+
429
- For `<bastion_host_name >`, specify the registry domain name
430
+ For `<mirror_host_name >`, specify the registry domain name
430
431
that you specified in the certificate for your mirror registry, and for
431
432
`<credentials>`, specify the base64-encoded user name and password for
432
433
your mirror registry.
@@ -472,10 +473,10 @@ endif::gcp+restricted[]
472
473
----
473
474
imageContentSources:
474
475
- mirrors:
475
- - <bastion_host_name >:5000/<repo_name>/release
476
+ - <mirror_host_name >:5000/<repo_name>/release
476
477
source: quay.example.com/openshift-release-dev/ocp-release
477
478
- mirrors:
478
- - <bastion_host_name >:5000/<repo_name>/release
479
+ - <mirror_host_name >:5000/<repo_name>/release
479
480
source: registry.example.com/ocp/release
480
481
----
481
482
+
@@ -536,6 +537,10 @@ endif::[]
536
537
ifeval::["{context}" == "installing-gcp-user-infra-vpc"]
537
538
:!gcp:
538
539
endif::[]
540
+ ifeval::["{context}" == "installing-restricted-networks-gcp"]
541
+ :!gcp:
542
+ :!restricted:
543
+ endif::[]
539
544
ifeval::["{context}" == "installing-restricted-networks-gcp-installer-provisioned"]
540
545
:!gcp:
541
546
:!restricted:
0 commit comments