Skip to content

Commit a8fe05c

Browse files
committed
fixing ConceptLinks
1 parent 2afbdf5 commit a8fe05c

17 files changed

Lines changed: 35 additions & 22 deletions

docs_user/assemblies/assembly_migrating-ceph-cluster.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ already part of the {CephCluster} cluster.
3131

3232
Before you begin the migration, complete the tasks in your {rhos_prev_long} {rhos_prev_ver} environment. For more information, see xref:red-hat-ceph-storage-prerequisites_configuring-network[{Ceph} prerequisites].
3333

34-
include::../modules/con_ceph-migration-dcn.adoc[leveloffset=+1]
34+
include::../modules/ref_ceph-migration-dcn.adoc[leveloffset=+1]
3535

36-
include::../modules/con_ceph-daemon-cardinality.adoc[leveloffset=+1]
36+
include::../modules/ref_ceph-daemon-cardinality.adoc[leveloffset=+1]
3737

3838
include::assembly_migrating-ceph-monitoring-stack.adoc[leveloffset=+1]
3939

docs_user/assemblies/assembly_rhoso-180-adoption-overview.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ include::../modules/con_adoption-limitations.adoc[leveloffset=+1]
1818

1919
//include::../modules/con_known-issues-adoption.adoc[leveloffset=+1]
2020

21-
include::../modules/con_adoption-prerequisites.adoc[leveloffset=+1]
21+
include::../modules/ref_adoption-prerequisites.adoc[leveloffset=+1]
2222

2323
include::../modules/con_adoption-guidelines.adoc[leveloffset=+1]
2424

25-
include::../modules/con_adoption-process-overview.adoc[leveloffset=+1]
25+
include::../modules/ref_adoption-process-overview.adoc[leveloffset=+1]
2626

2727
include::../modules/con_dcn-adoption-overview.adoc[leveloffset=+1]
2828

docs_user/assemblies/assembly_storage-requirements.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ Before you can deploy the services in {rhos_long}, you must review the storage r
1919

2020
include::../modules/con_storage-driver-certification.adoc[leveloffset=+1]
2121

22-
include::../modules/con_block-storage-service-requirements.adoc[leveloffset=+1]
22+
include::../modules/ref_block-storage-service-requirements.adoc[leveloffset=+1]
2323

2424
include::../modules/con_block-storage-service-limitations.adoc[leveloffset=+1]
2525

26-
include::../modules/con_openshift-preparation-for-block-storage-adoption.adoc[leveloffset=+1]
26+
include::../modules/ref_openshift-preparation-for-block-storage-adoption.adoc[leveloffset=+1]
2727

2828
include::../modules/proc_preparing-block-storage-service-by-customizing-configuration.adoc[leveloffset=+1]
2929

docs_user/modules/con_bare-metal-provisioning-service-configurations.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
= {bare_metal} configurations
55

66
[role="_abstract"]
7-
You configure the {bare_metal_first_ref} by using configuration snippets. For more information about configuring the control plane with the {bare_metal}, see link:{customizing-rhoso}/index[{customizing-rhoso-t}].
7+
You configure the {bare_metal_first_ref} by using configuration snippets.
88

99
Some {bare_metal} configuration is overridden in {OpenStackPreviousInstaller}, for example, PXE Loader file names are often overridden at intermediate layers. You must pay attention to the settings you apply in your {rhos_long} deployment. The `ironic-operator` applies a reasonable working default configuration, but if you override them with your prior configuration, your experience might not be ideal or your new {bare_metal} fails to operate. Similarly, additional configuration might be necessary, for example, if you enable and use additional hardware types in your `ironic.conf` file.
1010

@@ -38,3 +38,7 @@ The instances of `kernel_append_params`, formerly `pxe_append_params` in the `[p
3838

3939
[WARNING]
4040
You cannot migrate hardware types that are set with the `ironic.conf` file `enabled_hardware_types` parameter, and hardware type driver interfaces starting with `staging-` into the adopted configuration.
41+
42+
[role="_additional-resources"]
43+
.Additional resources
44+
* link:{customizing-rhoso}/index[{customizing-rhoso-t}]

docs_user/modules/con_block-storage-service-config-generation-helper-tool.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:_mod-docs-content-type: CONCEPT
1+
:_mod-docs-content-type: REFERENCE
22
[id="block-storage-configuration-generation-helper-tool_{context}"]
33

44
= About the {block_storage} configuration generation helper tool

docs_user/modules/con_changes-to-cephFS-via-NFS.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@ Before you begin the adoption, review the following information to understand th
2222

2323
* While the old `ceph-nfs` service only supported NFS version 4.1 and later, the new clustered NFS service supports NFS protocols 3 and 4.1 and later. Mixing protocol versions with an export results in unintended consequences. You should mount a given share across all clients by using a consistent NFS protocol version.
2424

25-
For more information on setting up a clustered NFS service, see xref:creating-a-ceph-nfs-cluster_ceph-prerequisites[Creating an NFS Ganesha cluster].
25+
26+
[role="_additional-resources"]
27+
.Additional resources
28+
* xref:creating-a-ceph-nfs-cluster_ceph-prerequisites[Creating an NFS Ganesha cluster]

docs_user/modules/con_fips-support.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ There is a major difference with how FIPS was configured in {OpenStackPreviousIn
1010

1111
If your cluster is FIPS enabled, you must deploy a FIPS {rhocp_long} cluster to adopt your {OpenStackShort} {rhos_prev_ver} FIPS control plane.
1212

13-
For more information about enabling FIPS in {OpenShiftShort}, see link:https://docs.openshift.com/container-platform/latest/installing/installing-fips.html[Support for FIPS cryptography] in _OpenShift Container Platform Documentation_.
13+
[role="_additional-resources"]
14+
.Additional resources
15+
* link:https://docs.openshift.com/container-platform/latest/installing/installing-fips.html[Support for FIPS cryptography]

docs_user/modules/con_identity-service-authentication.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ Red Hat does not support customized roles or policies. Syntax errors or misappli
1515

1616
After you adopt a {OpenStackPreviousInstaller}-based OpenStack deployment to a {rhos_long_noacro} deployment, the {identity_service} performs user authentication and authorization by using Secure RBAC (SRBAC). If SRBAC is already enabled, then there is no change to how you perform operations. If SRBAC is disabled, then adopting a {OpenStackPreviousInstaller}-based OpenStack deployment might change how you perform operations due to changes in API access policies.
1717

18-
For more information on SRBAC, see link:{defaultURL}/performing_security_operations/assembly_srbac-in-rhoso_performing-security-services#assembly_srbac-in-rhoso_performing-security-services[Secure role based access control in Red Hat OpenStack Services on OpenShift] in _Performing security operations_.
18+
[role="_additional-resources"]
19+
.Additional resources
20+
* link:{defaultURL}/performing_security_operations/assembly_srbac-in-rhoso_performing-security-services#assembly_srbac-in-rhoso_performing-security-services[Secure role based access control in Red Hat OpenStack Services on OpenShift]

docs_user/modules/con_key-manager-service-support-for-crypto-plugins.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:_mod-docs-content-type: CONCEPT
1+
:_mod-docs-content-type: REFERENCE
22
[id="key-manager-service-support-for-crypto-plug-ins_{context}"]
33

44
= Key Manager service support for crypto plug-ins

docs_user/modules/con_post-adoption-tasks.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Perform the following post-adoption tasks to ensure that your {rhos_long} enviro
1515
* Verify that you migrated all services from the Controller nodes, and then power off the nodes. If any services are still running in the Controller nodes, such as Open Virtual Networking (ML2/OVN), {object_storage_first_ref}, or {Ceph}, do not power off the nodes.
1616
* Optional: Run tempest to verify that the entire adoption process is working correctly.
1717

18+
[role="_additional-resources"]
1819
.Additional resources
19-
2020
* link:https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html/updating_your_environment_to_the_latest_maintenance_release/index[Updating your environment to the latest maintenance release]
2121
* xref:enabling-high-availability-for-instances_data-plane[Enabling the high availability for Compute instances service]
22-
* link:https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html-single/configuring_security_services/index#assembly_enabling-TLS-on-a-deployed-RHOSO-environment[Enabling TLS on a deployed RHOSO environment] in _Configuring security services_
22+
* link:https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html-single/configuring_security_services/index#assembly_enabling-TLS-on-a-deployed-RHOSO-environment[Enabling TLS on a deployed RHOSO environment]
2323
* link:https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html/validating_and_troubleshooting_the_deployed_cloud/index[Validating and troubleshooting the deployed cloud]

0 commit comments

Comments
 (0)