Skip to content

Commit 206b76b

Browse files
author
Brice Fallon-Freeman
authored
Merge pull request #5065 from bfallonf/links_1484441
Bug 1484441 Fixed links in advanced install topic
2 parents 58b6a26 + 9a00765 commit 206b76b

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

install_config/install/advanced_install.adoc

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Technology Preview feature.
3838
====
3939

4040
ifdef::openshift-enterprise[]
41-
Alternatively, you can use the xref:quick_install.adoc#install-config-install-quick-install[quick installation]
41+
Alternatively, you can use the xref:../../install_config/install/quick_install.adoc#install-config-install-quick-install[quick installation]
4242
method if you prefer an interactive installation experience.
4343
endif::[]
4444

@@ -140,7 +140,7 @@ can be assigned cluster-wide:
140140
|`ansible_ssh_user`
141141
|This variable sets the SSH user for the installer to use and defaults to
142142
`root`. This user should allow SSH-based authentication
143-
xref:host_preparation.adoc#ensuring-host-access[without requiring a password]. If
143+
xref:../../install_config/install/host_preparation.adoc#ensuring-host-access[without requiring a password]. If
144144
using SSH key-based authentication, then the key should be managed by an SSH
145145
agent.
146146

@@ -192,7 +192,7 @@ more information.
192192
|`openshift_rolling_restart_mode`
193193
|This variable enables rolling restarts of HA masters (i.e., masters are taken
194194
down one at a time) when
195-
xref:../upgrading/automated_upgrades.adoc#running-the-upgrade-playbook-directly[running
195+
xref:../../install_config/upgrading/automated_upgrades.adoc#running-the-upgrade-playbook-directly[running
196196
the upgrade playbook directly]. It defaults to `services`, which allows rolling
197197
restarts of services on the masters. It can instead be set to `system`, which
198198
enables rolling, full system restarts and also works for single master clusters.
@@ -281,7 +281,7 @@ assigned. This network block should be a private block and must not conflict
281281
with existing network blocks in your infrastructure to which pods, nodes, or the
282282
master may require access. Defaults to `10.128.0.0/14` and cannot be arbitrarily
283283
re-configured after deployment, although certain changes to it can be made in
284-
the xref:../configuring_sdn.adoc#configuring-the-pod-network-on-masters[SDN
284+
the xref:../install_config/configuring_sdn.adoc#configuring-the-pod-network-on-masters[SDN
285285
master configuration].
286286

287287
|`osm_host_subnet_length`
@@ -296,7 +296,7 @@ re-configured after deployment.
296296
|`openshift_use_flannel`
297297
|This variable enables *flannel* as an alternative networking layer instead of
298298
the default SDN. If enabling *flannel*, disable the default SDN with the
299-
`openshift_use_openshift_sdn` variable. For more information, see xref:../configuring_sdn.adoc#using-flannel[Using Flannel].
299+
`openshift_use_openshift_sdn` variable. For more information, see xref:../install_config/configuring_sdn.adoc#using-flannel[Using Flannel].
300300

301301
|`openshift_docker_additional_registries`
302302
|{product-title} adds the specified additional registry or registries to the
@@ -488,7 +488,7 @@ every Ansible installation of {product-title}:
488488
|This check ensures that a host has the recommended amount of memory for the
489489
specific deployment of {product-title}. Default values have been derived from
490490
the
491-
xref:../../install_config/install/prerequisites.html#system-requirements[latest
491+
xref:../../install_config/install/prerequisites.adoc#system-requirements[latest
492492
installation documentation]. A user-defined value for minimum memory
493493
requirements may be set by setting the `openshift_check_min_host_memory_gb`
494494
cluster variable in your inventory file.
@@ -497,7 +497,7 @@ cluster variable in your inventory file.
497497
|This check only runs on etcd, master, and node hosts. It ensures that the mount
498498
path for an {product-title} installation has sufficient disk space remaining.
499499
Recommended disk values are taken from the
500-
xref:../../install_config/install/prerequisites.html#system-requirements[latest
500+
xref:../../install_config/install/prerequisites.adoc#system-requirements[latest
501501
installation documentation]. A user-defined value for minimum disk space
502502
requirements may be set by setting `openshift_check_min_host_disk_gb` cluster
503503
variable in your inventory file.
@@ -553,7 +553,7 @@ openshift_disable_check=memory_availability,disk_availability
553553
====
554554
A similar set of health checks meant to run for diagnostics on existing clusters
555555
can be found in
556-
xref:../../admin_guide/diagnostics_tool.adoc#ansible-based-tooling-health-checkss[Ansible-based Health Checks]. Another set of checks for checking certificate expiration can be
556+
xref:../../admin_guide/diagnostics_tool.adoc#admin-guide-health-checks-via-ansible-playbook[Ansible-based Health Checks]. Another set of checks for checking certificate expiration can be
557557
found in
558558
xref:../../install_config/redeploying_certificates.adoc#install-config-redeploying-certificates[Redeploying Certificates].
559559
====
@@ -716,7 +716,7 @@ openshift_examples_modify_imagestreams=true
716716

717717
GlusterFS can be configured to provide
718718
xref:../../architecture/additional_concepts/storage.adoc#architecture-additional-concepts-storage[peristent storage] and
719-
xref:../storage_examples/gluster_dynamic_example.adoc#install-config-persistent-storage-dynamically-provisioning-pvs[dynamic provisioning] for {product-title}. It can be used both containerized within
719+
xref:../install_config/storage_examples/gluster_dynamic_example.adoc#install-config-persistent-storage-dynamically-provisioning-pvs[dynamic provisioning] for {product-title}. It can be used both containerized within
720720
{product-title} and non-containerized on its own nodes.
721721

722722
[[advanced-install-containerized-glusterfs-persistent-storage]]
@@ -829,8 +829,8 @@ Hello from Heketi.
829829
After successful installation, see
830830
link:https://access.redhat.com/documentation/en-us/red_hat_gluster_storage/3.2/html/container-native_storage_for_openshift_container_platform/chap-documentation-red_hat_gluster_storage_container_native_with_openshift_platform-gluster_pod_operations[Operations on a Red Hat Gluster Storage Pod in an OpenShift Environment] to check the status of the GlusterFS clusters.
831831

832-
xref:../storage_examples/gluster_dynamic_example.adoc#install-config-persistent-storage-dynamically-provisioning-pvs[Dynamic provisioning] of GlusterFS volumes can occur by
833-
xref:../storage_examples/gluster_dynamic_example.html#create-a-pvc-ro-request-storage-for-your-application[creating a PVC to request storage].
832+
xref:../install_config/storage_examples/gluster_dynamic_example.adoc#install-config-persistent-storage-dynamically-provisioning-pvs[Dynamic provisioning] of GlusterFS volumes can occur by
833+
xref:../install_config/storage_examples/gluster_dynamic_example.adoc#create-a-pvc-ro-request-storage-for-your-application[creating a PVC to request storage].
834834

835835
[[advanced-install-configuring-openshift-container-registry]]
836836
=== Configuring the OpenShift Container Registry
@@ -2279,7 +2279,7 @@ Preview phase.
22792279

22802280
. Ensure that one or more source projects for the TSB were defined via
22812281
`openshift_template_service_broker_namespaces` as described in
2282-
xref:../../install_config/install/advanced_install.html#configuring-template-service-broker[Configuring the Template Service Broker].
2282+
xref:../../install_config/install/advanced_install.adoc#configuring-template-service-broker[Configuring the Template Service Broker].
22832283

22842284
. Run the following command to enable unauthenticated access for the TSB:
22852285
+
@@ -2539,8 +2539,8 @@ ifdef::openshift-origin[]
25392539
xref:../../install_config/configuring_authentication.adoc#AllowAllPasswordIdentityProvider[Allow
25402540
All].
25412541
endif::[]
2542-
- Deploy an xref:../registry/index.adoc#install-config-registry-overview[integrated Docker registry].
2543-
- Deploy a xref:../router/index.adoc#install-config-router-overview[router].
2542+
- Deploy an xref:../../install_config/registry/index.adoc#install-config-registry-overview[integrated Docker registry].
2543+
- Deploy a xref:../../install_config/router/index.adoc#install-config-router-overview[router].
25442544
ifdef::openshift-origin[]
25452545
- xref:../../install_config/imagestreams_templates.adoc#install-config-imagestreams-templates[Populate your {product-title} installation]
25462546
with a useful set of Red Hat-provided image streams and templates.

0 commit comments

Comments
 (0)