Skip to content

Commit 586a25b

Browse files
authored
Merge pull request #81644 from openshift-cherrypick-robot/cherry-pick-81451-to-enterprise-4.17
[enterprise-4.17] OSDOCS-11918: creates rpm ostree install title MicroShift
2 parents 3703bd9 + 8053b8d commit 586a25b

28 files changed

+56
-64
lines changed

_topic_maps/_topic_map_ms.yml

+11-6
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,6 @@ Distros: microshift
4242
Topics:
4343
- Name: Installing from an RPM package
4444
File: microshift-install-rpm
45-
- Name: Mirroring container images for disconnected installations
46-
File: microshift-deploy-with-mirror-registry
47-
- Name: Embedding in a RHEL for Edge image
48-
File: microshift-embed-in-rpm-ostree
49-
- Name: Embedding in a RHEL for Edge image for offline use
50-
File: microshift-embed-in-rpm-ostree-offline-use
5145
- Name: Troubleshooting installation issues
5246
File: microshift-installing-troubleshooting
5347
---
@@ -69,6 +63,17 @@ Topics:
6963
- Name: Understanding system health checks
7064
File: microshift-greenboot
7165
---
66+
Name: Embedding in a RHEL for Edge image
67+
Dir: microshift_install_rpm_ostree
68+
Distros: microshift
69+
Topics:
70+
- Name: Embedding in a RHEL for Edge image using image builder
71+
File: microshift-embed-in-rpm-ostree
72+
- Name: Mirroring container images for disconnected installations
73+
File: microshift-deploy-with-mirror-registry
74+
- Name: Embedding in a RHEL for Edge image for offline use
75+
File: microshift-embed-in-rpm-ostree-offline-use
76+
---
7277
Name: Updating
7378
Dir: microshift_updating
7479
Distros: microshift

microshift_configuring/microshift_low_latency/microshift-low-latency.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ include::modules/microshift-low-latency-install-kernelrt-rhel-edge.adoc[leveloff
6161

6262
Complete the build process by starting with the following procedure to embed {microshift-short}in a {op-system-ostree} image. Then complete the remaining steps in the installation documentation for installing {microshift-short} in a {op-system-ostree} image:
6363

64-
* xref:../../microshift_install/microshift-embed-in-rpm-ostree.adoc#microshift-creating-ostree-iso_microshift-embed-in-rpm-ostree[Embedding in a {op-system-ostree} image]
64+
* xref:../../microshift_install_rpm_ostree/microshift-embed-in-rpm-ostree.adoc#microshift-creating-ostree-iso_microshift-embed-in-rpm-ostree[Embedding in a {op-system-ostree} image]
6565

6666
//additional resources for real-time kernel
6767
[role="_additional-resources"]
@@ -71,7 +71,7 @@ Complete the build process by starting with the following procedure to embed {mi
7171
* link:https://osbuild.org/docs/on-premises/installation/managing-repositories/#using-repositories-that-require-subscription[Using repositories that require subscription] (osbuild documentation)
7272
* link:https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/composing_a_customized_rhel_system_image/creating-system-images-with-composer-command-line-interface_composing-a-customized-rhel-system-image#building-rhel-images-by-using-the-real-time-kernel_creating-system-images-with-composer-command-line-interface[Building RHEL images by using the real-time kernel] for more information.
7373
* link:https://docs.redhat.com/en/documentation/red_hat_enterprise_linux_for_real_time/9/html/installing_rhel_9_for_real_time/assembly_installing-rhel-for-real-time_installing-rhel-9-for-real-time#post-installation-instructions_assembly_installing-rhel-for-real-time[Post installation instructions] (RHEL for Real Time documentation)
74-
* xref:../../microshift_install/microshift-embed-in-rpm-ostree.adoc#microshift-embed-in-rpm-ostree[Embedding in a {op-system-ostree} image]
74+
* xref:../../microshift_install_rpm_ostree/microshift-embed-in-rpm-ostree.adoc#microshift-embed-in-rpm-ostree[Embedding in a {op-system-ostree} image]
7575

7676
* link:https://access.redhat.com/solutions/4096521[FAQ about RHEL for Real Time (kernel-rt)]
7777
//Can likely remove KCS after 2024 as it may go out of date
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../_attributes/

microshift_install_rpm_ostree/images

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../images/

microshift_install/microshift-embed-in-rpm-ostree-offline-use.adoc renamed to microshift_install_rpm_ostree/microshift-embed-in-rpm-ostree-offline-use.adoc

-9
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,6 @@ toc::[]
88

99
Embedding {microshift-short} containers in an `rpm-ostree` commit means that you can run a cluster in air-gapped, disconnected, or offline environments. You can embed {product-title} containers in a {op-system-ostree-first} image so that container engines do not need to pull images over a network from a container registry. Workloads can start up immediately without network connectivity.
1010

11-
include::modules/microshift-install-system-requirements.adoc[leveloffset=+1]
12-
13-
[id="embed-offline-rhde-compatibility-table"]
14-
== Compatibility table
15-
16-
Plan to pair a supported version of {op-system-ostree} with the {microshift-short} version you are using as described in the following compatibility table:
17-
18-
include::snippets/microshift-rhde-compatibility-table-snip.adoc[leveloffset=+1]
19-
2011
include::modules/microshift-embed-microshift-image-offline-deploy.adoc[leveloffset=+1]
2112

2213
include::modules/microshift-embed-microshift-update-osbuilder-worker.adoc[leveloffset=+1]

microshift_install/microshift-embed-in-rpm-ostree.adoc renamed to microshift_install_rpm_ostree/microshift-embed-in-rpm-ostree.adoc

+2-13
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,13 @@
11
:_mod-docs-content-type: ASSEMBLY
22
[id="microshift-embed-in-rpm-ostree"]
3-
= Embedding in a {op-system-ostree} image
3+
= Embedding in a {op-system-ostree} image using image builder
44
include::_attributes/attributes-microshift.adoc[]
55
:context: microshift-embed-in-rpm-ostree
66

77
toc::[]
88

99
You can embed {microshift-short} into a {op-system-ostree-first} image. Use this guide to build a {op-system} image containing {microshift-short}.
1010

11-
include::modules/microshift-install-system-requirements.adoc[leveloffset=+1]
12-
13-
Plan to use a supported version of {op-system} paired with your version of {microshift-short} as described in the following table.
14-
15-
[id="embed-ostree-rhde-compatibility-table"]
16-
== Compatibility table
17-
18-
Plan to pair a supported version of {op-system-ostree} with the {microshift-short} version you are using as described in the following compatibility table:
19-
20-
include::snippets/microshift-rhde-compatibility-table-snip.adoc[leveloffset=+1]
21-
2211
include::modules/microshift-preparing-for-image-building.adoc[leveloffset=+1]
2312

2413
include::modules/microshift-adding-repos-to-image-builder.adoc[leveloffset=+1]
@@ -46,7 +35,7 @@ include::modules/microshift-ca-adding-bundle-ostree.adoc[leveloffset=+2]
4635

4736
[role="_additional-resources"]
4837
.Additional resources
49-
* xref:../microshift_install/microshift-embed-in-rpm-ostree.adoc#microshift-creating-ostree-iso_microshift-embed-in-rpm-ostree[Creating the {op-system-ostree} image]
38+
* xref:../microshift_install_rpm_ostree/microshift-embed-in-rpm-ostree.adoc#microshift-creating-ostree-iso_microshift-embed-in-rpm-ostree[Creating the {op-system-ostree} image]
5039
* link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/securing_networks/using-shared-system-certificates_securing-networks[Using Shared System Certificates ({op-system-base} 9)]
5140
* link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/composing_a_customized_rhel_system_image/creating-system-images-with-composer-command-line-interface_composing-a-customized-rhel-system-image#image-customizations_creating-system-images-with-composer-command-line-interface[Supported image customizations ({op-system-base} 9)]
5241
* link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/composing_installing_and_managing_rhel_for_edge_images/creating-and-managing-ostree-image-updates_composing-installing-managing-rhel-for-edge-images[Creating and managing OSTree image updates]

microshift_install_rpm_ostree/modules

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../modules/
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../snippets/

microshift_running_apps/microshift-embed-apps-offline-use.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ include::modules/microshift-embed-images-offline-use.adoc[leveloffset=+1]
1717

1818
* xref:../microshift_running_apps/microshift-embedded-apps-on-rhel-edge.adoc#microshift-embedded-apps-on-rhel-edge[Options for embedding {product-title} applications in a {op-system-ostree} image]
1919

20-
* xref:../microshift_install/microshift-embed-in-rpm-ostree.adoc#microshift-creating-ostree-iso_microshift-embed-in-rpm-ostree[Creating the {op-system-ostree} image]
20+
* xref:../microshift_install_rpm_ostree/microshift-embed-in-rpm-ostree.adoc#microshift-creating-ostree-iso_microshift-embed-in-rpm-ostree[Creating the {op-system-ostree} image]
2121

22-
* xref:../microshift_install/microshift-embed-in-rpm-ostree.adoc#microshift-add-blueprint-build-iso_microshift-embed-in-rpm-ostree[Add the blueprint to image builder and build the ISO]
22+
* xref:../microshift_install_rpm_ostree/microshift-embed-in-rpm-ostree.adoc#microshift-add-blueprint-build-iso_microshift-embed-in-rpm-ostree[Add the blueprint to Image Builder and build the ISO]
2323

24-
* xref:../microshift_install/microshift-embed-in-rpm-ostree.adoc#microshift-download-iso-prep-for-use_microshift-embed-in-rpm-ostree[Download the ISO and prepare it for use]
24+
* xref:../microshift_install_rpm_ostree/microshift-embed-in-rpm-ostree.adoc#microshift-download-iso-prep-for-use_microshift-embed-in-rpm-ostree[Download the ISO and prepare it for use]
2525

2626
* link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html-single/composing_installing_and_managing_rhel_for_edge_images/index#upgrading_rhel_for_edge_systems[Upgrading {op-system-ostree} systems]

microshift_running_apps/microshift-embedded-apps-on-rhel-edge.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ If you have an application that includes more than a few files, you can embed th
4141
[id="additional-resources_microshift-embed-apps-on-rhel-edge_{context}"]
4242
[role="_additional-resources"]
4343
== Additional resources
44-
* xref:../microshift_install/microshift-embed-in-rpm-ostree.adoc#microshift-embed-in-rpm-ostree[Embedding {product-title} in an RPM-OSTree image]
44+
* xref:../microshift_install_rpm_ostree/microshift-embed-in-rpm-ostree.adoc#microshift-embed-in-rpm-ostree[Embedding {product-title} in an RPM-OSTree image]
4545

4646
* link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/{op-system-version-major}/html/composing_installing_and_managing_rhel_for_edge_images/index[Composing, installing, and managing {op-system-ostree} images]
4747

48-
* xref:../microshift_install/microshift-embed-in-rpm-ostree.adoc#preparing-for-image-building_microshift-embed-in-rpm-ostree[Preparing for image building]
48+
* xref:../microshift_install_rpm_ostree/microshift-embed-in-rpm-ostree.adoc#preparing-for-image-building_microshift-embed-in-rpm-ostree[Preparing for image building]
4949

5050
* link:https://cloud.redhat.com/blog/meet-red-hat-device-edge-with-microshift[Meet Red Hat Device Edge]
5151

microshift_running_apps/microshift-embedding-apps-tutorial.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:_mod-docs-content-type: ASSEMBLY
22
[id="microshift-embedding-apps-tutorial"]
3-
= Embedding {product-title} applications tutorial
3+
= Embedding {microshift-short} applications tutorial
44
include::_attributes/attributes-microshift.adoc[]
55
:context: microshift-embedding-apps-tutorial
66

@@ -29,11 +29,11 @@ include::modules/microshift-adding-app-rpms-to-blueprint.adoc[leveloffset=+2]
2929
== Additional resources
3030
* xref:../microshift_running_apps/microshift-embed-apps-offline-use.adoc#microshift-embed-apps-offline-use[Embedding applications for offline use]
3131

32-
* xref:../microshift_install/microshift-embed-in-rpm-ostree.adoc#microshift-embed-in-rpm-ostree[Embedding {product-title} in an RPM-OSTree image]
32+
* xref:../microshift_install_rpm_ostree/microshift-embed-in-rpm-ostree.adoc#microshift-embed-in-rpm-ostree[Embedding {product-title} in an RPM-OSTree image]
3333

3434
* link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/{op-system-version-major}/html/composing_installing_and_managing_rhel_for_edge_images/index[Composing, installing, and managing {op-system-ostree} images]
3535

36-
* xref:../microshift_install/microshift-embed-in-rpm-ostree.adoc#preparing-for-image-building_microshift-embed-in-rpm-ostree[Preparing for image building]
36+
* xref:../microshift_install_rpm_ostree/microshift-embed-in-rpm-ostree.adoc#preparing-for-image-building_microshift-embed-in-rpm-ostree[Preparing for image building]
3737

3838
* link:https://cloud.redhat.com/blog/meet-red-hat-device-edge-with-microshift[Meet Red Hat Device Edge with {product-title}]
3939

microshift_running_apps/microshift_operators/microshift-operators-oc-mirror-disconnected.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ include::modules/microshift-olm-deploy-op-disconnected-con.adoc[leveloffset=+1]
1515
[role="_additional-resources"]
1616
.Additional resources
1717
* link:https://access.redhat.com/documentation/en-us/red_hat_build_of_microshift/{ocp-version}/html/installing/microshift-embed-in-rpm-ostree-for-offline-use#microshift-creating-ostree-iso_microshift-embed-rpm-ostree-offline-use[Creating the RHEL for Edge image]
18-
* xref:../../microshift_install/microshift-embed-in-rpm-ostree-offline-use.adoc#microshift-embed-rpm-ostree-offline-use[Embedding in a {op-system-ostree} image for offline use]
18+
* xref:../../microshift_install_rpm_ostree/microshift-embed-in-rpm-ostree-offline-use.adoc#microshift-embed-rpm-ostree-offline-use[Embedding in a {op-system-ostree} image for offline use]
1919
* xref:../../microshift_networking/microshift-disconnected-network-config.adoc#microshift-networking-disconnected-hosts[Configuring network settings for fully disconnected hosts]
2020
2121
//OCP module, edit with conditionals and care

microshift_running_apps/microshift_operators/microshift-operators-oc-mirror.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ You can filter and prune catalogs to get specific Operators and mirror them by u
1616
[role="_additional-resources"]
1717
.Additional resources
1818
* link:https://access.redhat.com/documentation/en-us/openshift_container_platform/{ocp-version}/html/operators/administrator-tasks#olm-restricted-networks[Using Operator Lifecycle Manager on restricted networks]
19-
* xref:../../microshift_install/microshift-deploy-with-mirror-registry.adoc#microshift-configuring-hosts-for-mirror_microshift-deployment-mirror[Configuring hosts for mirror registry access]
19+
* xref:../../microshift_install_rpm_ostree/microshift-deploy-with-mirror-registry.adoc#microshift-configuring-hosts-for-mirror_microshift-deployment-mirror[Configuring hosts for mirror registry access]
2020
* xref:../../microshift_networking/microshift-disconnected-network-config.adoc#microshift-disconnected-network-config[Configuring network settings for fully disconnected hosts]
21-
* xref:../../microshift_install/microshift-deploy-with-mirror-registry.adoc#microshift-get-mirror-reg-container-image-list_microshift-deploy-with-mirror-registry[Getting the mirror registry container image list]
22-
* xref:../../microshift_install/microshift-embed-in-rpm-ostree-offline-use.adoc#microshift-embed-in-rpm-ostree-offline-use[Embedding in a {op-system-ostree} image for offline use]
21+
* xref:../../microshift_install_rpm_ostree/microshift-deploy-with-mirror-registry.adoc#microshift-get-mirror-reg-container-image-list_microshift-deploy-with-mirror-registry[Getting the mirror registry container image list]
22+
* xref:../../microshift_install_rpm_ostree/microshift-embed-in-rpm-ostree-offline-use.adoc#microshift-embed-in-rpm-ostree-offline-use[Embedding in a {op-system-ostree} image for offline use]
2323

2424
include::modules/microshift-oc-mirror-about-con.adoc[leveloffset=+1]
2525

microshift_running_apps/microshift_operators/microshift-operators-olm.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You can install the OLM package manager for use with {microshift-short} 4.15 or
3030
* You can install the `microshift-olm` RPM at the same time you install the {microshift-short} RPM on {op-system-base-full}.
3131
* You can install the `microshift-olm` on an existing {microshift-short} {product-version}. Restart the {microshift-short} service after installing OLM for the changes to apply.
3232
See xref:../../microshift_install/microshift-install-rpm.adoc#microshift-install-rpms-olm_microshift-install-rpm[Installing the Operator Lifecycle Manager (OLM) from an RPM package].
33-
* You can embed OLM in a {op-system-ostree-first} image. See xref:../../microshift_install/microshift-embed-in-rpm-ostree.adoc#microshift-adding-olm-to-blueprint_microshift-embed-in-rpm-ostree[Adding the Operator Lifecycle Manager (OLM) service to a blueprint].
33+
* You can embed OLM in a {op-system-ostree-first} image. See xref:../../microshift_install_rpm_ostree/microshift-embed-in-rpm-ostree.adoc#microshift-adding-olm-to-blueprint_microshift-embed-in-rpm-ostree[Adding the Operator Lifecycle Manager (OLM) service to a blueprint].
3434

3535
include::modules/microshift-olm-namespaces.adoc[leveloffset=+1]
3636

modules/microshift-accessing-cluster-locally.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Module included in the following assemblies:
22
//
3-
// microshift/microshift_install/microshift-install-rpm.adoc
4-
// microshift/microshift_install/microshift-embed-in-rpm-ostree.adoc
5-
// microshift/microshift_configuring/microshift-cluster-access-kubeconfig.adoc
3+
// microshift_install_rpm/microshift-install-rpm.adoc
4+
// microshift_install_rpm_ostree/microshift-embed-in-rpm-ostree.adoc
5+
// microshift_configuring/microshift-cluster-access-kubeconfig.adoc
66

77
:_mod-docs-content-type: PROCEDURE
88
[id="accessing-microshift-cluster-locally_{context}"]

modules/microshift-accessing-cluster-open-firewall.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Module included in the following assemblies:
22
//
3-
// microshift/microshift_install/microshift-install-rpm.adoc
4-
// microshift/microshift_install/microshift-embed-in-rpm-ostree.adoc
5-
// microshift/microshift_configuring/microshift-cluster-access-kubeconfig.adoc
3+
// microshift_install_rpm/microshift-install-rpm.adoc
4+
// microshift_install_rpm_ostree/microshift-embed-in-rpm-ostree.adoc
5+
// microshift_configuring/microshift-cluster-access-kubeconfig.adoc
66

77
:_mod-docs-content-type: PROCEDURE
88
[id="microshift-accessing-cluster-open-firewall_{context}"]

modules/microshift-accessing-cluster-remotely.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Module included in the following assemblies:
22
//
3-
// microshift/microshift_install/microshift-install-rpm.adoc
4-
// microshift/microshift_install/microshift-embed-in-rpm-ostree.adoc
5-
// microshift/microshift_configuring/microshift-cluster-access-kubeconfig.adoc
3+
// microshift_install_rpm/microshift-install-rpm.adoc
4+
// microshift_install_rpm_ostree/microshift-embed-in-rpm-ostree.adoc
5+
// microshift_configuring/microshift-cluster-access-kubeconfig.adoc
66

77
:_mod-docs-content-type: PROCEDURE
88
[id="accessing-microshift-cluster-remotely_{context}"]

modules/microshift-accessing.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Module included in the following assemblies:
22
//
3-
// microshift/microshift_install/microshift-install-rpm.adoc
4-
// microshift/microshift_install/microshift-embed-in-rpm-ostree.adoc
3+
// microshift_install_rpm/microshift-install-rpm.adoc
4+
// microshift_install_rpm_ostree/microshift-embed-in-rpm-ostree.adoc
55

66
:_mod-docs-content-type: CONCEPT
77
[id="accessing-microshift-cluster_{context}"]

modules/microshift-add-blueprint-build-iso.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Module included in the following assemblies:
22
//
3-
// microshift/microshift-embed-into-rpm-ostree.adoc
3+
// microshift_install_rpm_ostree/microshift-embed-into-rpm-ostree.adoc
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="microshift-add-blueprint-build-iso_{context}"]

modules/microshift-adding-other-packages-to-blueprint.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Module included in the following assemblies:
22
//
3-
// * microshift/microshift-update-rpms-ostree.adoc
3+
// * microshift_install_rpm/microshift-update-rpms-ostree.adoc
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="microshift-adding-other-services-to-blueprint_{context}"]

modules/microshift-adding-repos-to-image-builder.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Module included in the following assemblies:
22
//
3-
// * microshift/microshift-embed-into-rpm-ostree.adoc
4-
// * microshift/microshift-update-rpms-ostree.adoc
3+
// * microshift_install_rpm_ostree/microshift-embed-into-rpm-ostree.adoc
4+
// * microshift_install_rpm/microshift-update-rpms-ostree.adoc
55

66
:_mod-docs-content-type: PROCEDURE
77
[id="adding-microshift-repos-image-builder_{context}"]

modules/microshift-adding-service-to-blueprint.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Module included in the following assemblies:
22
//
3-
// * microshift/microshift-embed-into-rpm-ostree.adoc
4-
// * microshift/microshift-update-rpms-ostree.adoc
3+
// * microshift_install_rpm_ostree/microshift-embed-into-rpm-ostree.adoc
4+
// * microshift_install_rpm/microshift-update-rpms-ostree.adoc
55

66
:_mod-docs-content-type: PROCEDURE
77
[id="adding-microshift-service-to-blueprint_{context}"]

modules/microshift-ca-adding-bundle-ostree.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//Module included in the following assemblies:
22
//
3-
//* microshift_install/microshift-embed-in-rpm-ostree.adoc
3+
//* microshift_install_rpm_ostree/microshift-embed-in-rpm-ostree.adoc
44

55

66
:_mod-docs-content-type: PROCEDURE

modules/microshift-ca-adding-bundle.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//Module included in the following assemblies:
22
//
3-
//* microshift_install/microshift-embed-in-rpm-ostree.adoc
3+
//* microshift_install_rpm_ostree/microshift-embed-in-rpm-ostree.adoc
44

55
:_mod-docs-content-type: CONCEPT
66
[id="microshift-ca-adding-bundle_{context}"]

modules/microshift-embed-microshift-image-offline-deploy.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Module included in the following assemblies:
22
//
33
// microshift_running_applications/embed-microshift-offline-deploy.adoc
4+
// microshift_install_rpm_ostree/microshift-embed-rpm-ostree-offline-use.adoc
45

56
:_mod-docs-content-type: PROCEDURE
67
[id="microshift-embed-microshift-image-offline-deployment_{context}"]

0 commit comments

Comments
 (0)